About
This skill implements a rigorous Test-Driven Development (TDD) protocol for Claude, ensuring high-quality, reliable software through the 'Iron Law' of testing: no production code without a failing test first. By guiding the development process through the Red-Green-Refactor cycle, it prevents over-engineering, captures edge cases early, and guarantees that every line of code serves a verified requirement. Ideal for developers who prioritize maintainability and want to eliminate regressions during feature development, bug fixes, or complex refactoring tasks.