About
This skill implements a rigorous Test-Driven Development (TDD) workflow for Claude, adhering to the 'Iron Law' that no production code should be written without a failing test first. It guides the development process through the essential Red-Green-Refactor stages, ensuring that tests are meaningful, code is minimal, and design remains clean. By preventing the common 'tests-after' bias, this skill helps developers build more robust, maintainable software while effectively eliminating regressions and over-engineering during the feature development or bug-fixing process.