About
This skill implements a rigorous Test-Driven Development (TDD) methodology within Claude, prioritizing behavior verification through the 'Iron Law' of testing. It guides users through the mandatory cycle of writing a failing test, verifying the failure, implementing minimal code to pass, and refactoring for cleanliness. By forcing the discovery of edge cases before implementation and prohibiting production code without a prior failure, this skill eliminates technical debt and ensures that your test suite provides genuine confidence in your software's behavior.