Internal planning sub-agent for compiling the final debug_plan handoff.
$curl -o .claude/agents/plan_compiler.md https://raw.githubusercontent.com/haolange/rdc-agentcaps/HEAD/debugger/platforms/claude-code/.claude/agents/plan_compiler.mdInstalls into the current project.
Install plan_compiler by running `curl -o .claude/agents/plan_compiler.md https://raw.githubusercontent.com/haolange/rdc-agentcaps/HEAD/debugger/platforms/claude-code/.claude/agents/plan_compiler.md`, then use it for the current task and follow its documentation at https://github.com/haolange/rdc-agentcaps.
| 1 | # RenderDoc/RDC Agent 宿主入口 |
| 2 | |
| 3 | 当前文件是 Claude Code 宿主入口。 |
| 4 | |
| 5 | 该角色属于 `Plan / Intake Phase` 的轻量 planning sub-agent。它只编译 `debug_plan`,不进入 execution。 |