一键导入
superpowers-test-driven-development
Enforce red-green-refactor implementation with issue-specific regression tests when tests are requested or appropriate.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Enforce red-green-refactor implementation with issue-specific regression tests when tests are requested or appropriate.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Refine rough ideas into a clear design before implementation by asking focused questions and presenting options.
Execute an approved implementation plan in controlled batches with verification after meaningful changes.
Review code against the requested behavior, plan, safety rules, and validation output before declaring completion.
Debug by reproducing, isolating root cause, fixing the cause, and verifying the fix instead of guessing.
Use the Superpowers methodology in Pi: choose the right workflow before coding, load matching skills, and make the process explicit.
Convert an approved design into a precise implementation plan with files, steps, verification, and rollback notes.
| name | superpowers-test-driven-development |
| description | Enforce red-green-refactor implementation with issue-specific regression tests when tests are requested or appropriate. |
Use red-green-refactor when implementing behavior with test coverage.
Process:
Do not write broad speculative tests. Prefer regression tests tied to the exact issue.