Skip to main content
Run any Skill in Manus
with one click
$pwd:

tdd

// Enforces strict Test-Driven Development with RED-GREEN-REFACTOR cycles. Writes one failing test at a time, implements minimal code to pass, then refactors. Uses subagent isolation to prevent tests-by-construction. Pairs with the `code-quality` skill: invokes `Skill('code-quality')` during the REFACTOR phase to apply the full code-quality rule set against the GREEN output, and cites refactor recipes (R1–R20) by ID when reporting changes. Triggers on: "tdd", "write tests", "test this", "add test coverage", "test driven", "red green refactor", "/tdd".

$ git log --oneline --stat
stars:0
forks:0
updated:May 6, 2026 at 05:25
File Explorer
5 files
SKILL.md
readonly