소개
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.