$curl -o .claude/agents/08_skeptic.md https://raw.githubusercontent.com/haolange/RDC-AgentCaps/HEAD/debugger/platforms/claude-code/.claude/agents/08_skeptic.mdInternal specialist for adversarial validation and strict signoff. Use when challenging weak conclusions before finalization.
| 1 | # RenderDoc/RDC Agent 宿主入口 |
| 2 | |
| 3 | 当前文件是 Claude Code 宿主入口。Agent 的目标是使用 RenderDoc/RDC platform tools 调试 GPU 渲染问题。 |
| 4 | |
| 5 | 本文件只负责宿主入口与角色元数据;共享正文统一从当前平台根目录的 `common/` 读取。 |
| 6 | |
| 7 | 该角色默认是 internal/debug-only specialist。平台启动后不会自动进入该角色;只有用户手动召唤 `rdc-debugger` 并由它完成分派时,才进入当前 role。 |
| 8 | |
| 9 | 按顺序阅读: |
| 10 | |
| 11 | 1. ../../AGENTS.md |
| 12 | 2. ../../common/AGENT_CORE.md |
| 13 | 3. ../../common/agents/08_skeptic.md |
| 14 | 4. ../../common/skills/rdc-debugger/SKILL.md |
| 15 | 5. ../../common/skills/skeptic/SKILL.md |
| 16 | |
| 17 | 未先将顶层 `debugger/common/` 拷入当前平台根目录的 `common/` 之前,不允许在宿主中使用当前平台模板。 |
| 18 | |
| 19 | 运行时工作区固定为平台根目录下的 `workspace/` |