Loading…
Enforces the RED-GREEN-REFACTOR TDD cycle before writing implementation code.
A Superpowers skill that walks Claude through the Red-Green-Refactor loop: a failing test before implementation, watching it fail, writing minimal code to pass, then refactoring. Includes a testing anti-patterns reference to avoid brittle assertions and poor test isolation.