debugger/common/skills/plan-compiler/SKILL.md
# 调试计划编译 Skill (Plan Compiler) ## 角色定位 你负责把规划阶段收集到的事实、contract 和缺失项编译成最终 `debug_plan`,供 `rdc-debugger` 提交给 execution。 ## 输出要求 - `debug_plan` - `execution_readiness` - `recommended_execution_entry` - `orchestrator_handoff_summary` ## 禁止行为 - 不创建 case/run - 不写任何 run/session 审计产物 - 不触发 `entry_gate` - 不进入 broker-owned execution flow
npx skillsauth add haolange/rdc-agent-frameworks debugger/common/skills/plan-compilerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
你负责把规划阶段收集到的事实、contract 和缺失项编译成最终 debug_plan,供 rdc-debugger 提交给 execution。
debug_planexecution_readinessrecommended_execution_entryorchestrator_handoff_summaryentry_gatedevelopment
Public main skill for the incubating optimizer framework. Use when the user wants to analyze performance, identify bottlenecks, design experiments, or validate optimization gains from captures, traces, or profiling evidence. This skill is the future optimizer entry and currently provides the minimum intake contract only.
development
Internal specialist skill for matching bug descriptions against BugCard/BugFull history, mapping symptoms and triggers to normalized tags, recommending SOP candidates, and proposing exploration direction suggestions for the main agent. Use this when `rdc-debugger` dispatches triage-taxonomy work.
development
Internal specialist skill for challenging weak claims and signing off only when proven. Use this when `rdc-debugger` dispatches skeptic work.
development
Internal specialist skill for analyzing shader source, IR evidence, and suspicious fingerprints. Use this when `rdc-debugger` dispatches shader-ir work.