$npx -y skills add haolange/RDC-AgentCaps --skill plan-compiler你负责把规划阶段收集到的事实、contract 和缺失项编译成最终 debug_plan,供 rdc-debugger 提交给 execution。
| 1 | # 调试计划编译 Skill (Plan Compiler) |
| 2 | |
| 3 | ## 角色定位 |
| 4 | |
| 5 | 你负责把规划阶段收集到的事实、contract 和缺失项编译成最终 `debug_plan`,供 `rdc-debugger` 提交给 execution。 |
| 6 | |
| 7 | ## 输出要求 |
| 8 | |
| 9 | - `debug_plan` |
| 10 | - `execution_readiness` |
| 11 | - `recommended_execution_entry` |
| 12 | - `orchestrator_handoff_summary` |
| 13 | |
| 14 | ## 禁止行为 |
| 15 | |
| 16 | - 不创建 case/run |
| 17 | - 不写任何 run/session 审计产物 |
| 18 | - 不触发 `entry_gate` |
| 19 | - 不进入 broker-owned execution flow |