About
The Test-Driven Development skill transforms Claude into a disciplined TDD practitioner, mandating the Red-Green-Refactor cycle for all feature development, bug fixes, and refactoring tasks. It operates on 'The Iron Law' which forbids production code without a preceding failing test, ensuring that every line of logic is purposeful and verified. This skill helps developers reduce technical debt and prevent regressions by guiding Claude through the systematic process of writing minimal tests, verifying failures, implementing simplest-case solutions, and performing clean refactoring.