一键导入
superplan-tdd
Use when a feature, bugfix, or behavior change has a testable contract and implementation is about to begin.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when a feature, bugfix, or behavior change has a testable contract and implementation is about to begin.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when routed repo work still has meaningful ambiguity about behavior, constraints, taste, or acceptance intent, and that ambiguity would make planning or execution unsafe.
Use when a new request might involve repo work, tracked changes, workspace-specific decisions, or durable coordination and you must decide whether Superplan should engage before exploring or implementing.
Use when tracked work is already shaped and the next move is to execute, verify, block, or request feedback without replanning from scratch.
Use when the target is understood but the work still needs an execution path, task breakdown, or proof strategy before implementation begins.
Use when Superplan may engage and you need to decide whether to stay lightweight, create one tracked task, gather context first, or shape deeper structure before execution begins.
Use when Superplan has decided to engage and the work still needs plans, specs, proof paths, or multiple tracked tasks shaped before bounded execution can start.
| name | superplan-tdd |
| description | Use when a feature, bugfix, or behavior change has a testable contract and implementation is about to begin. |
Write the test or equivalent check first. Watch it fail. Write the minimal code to pass.
No production code without a failing test or failing check first.
If code was written before the proof path, delete the shortcut and start from the failing test.
Do not treat "I can add tests after" as equivalent. If the proof was not red first, it is not guiding the implementation.
Use when:
superplan-review will later judgeAfter green, execution continues through the normal shaped path and later review still flows through superplan-review.