Test Driven Development

Write tests first, implement second, refactor third — the RED-GREEN-REFACTOR cycle. Use when building new features that benefit from a test-first approach and require reliable, maintainable code. Differentiator: Enforces the RED phase verification (test must fail before implementation exists) and mandates the REFACTOR step (not optional), preventing TDD theatre.

k1lgor 84293c0 18.0 KB Updated

File contents

k1lgor/mega-mind-skills/tree/main/.agent/skills/test-driven-development commit 84293c03c9

Frequently asked questions

npx skillmds@latest add k1lgor/test-driven-development