This skill equips Claude with a rigorous framework for Test-Driven Development (TDD), emphasizing the 'Iron Law' of writing failing tests before any production code. It guides the AI through the complete Red-Green-Refactor cycle, providing specific patterns for new features, bug fixes, and refactoring while preventing common rationalizations for skipping tests. By prioritizing behavior over implementation, it helps developers build more maintainable, documented, and bug-free applications through a systematic, repeatable process.
주요 기능
01Strict Red-Green-Refactor cycle enforcement
02Comprehensive TDD verification checklists
03Detection and prevention of TDD anti-patterns
04Automated verification of failing test states
05Guided refactoring without breaking functionality
061 GitHub stars