소개
This skill provides Claude with a rigorous framework for Test-Driven Development (TDD), emphasizing the 'Iron Law' that no production code should be written without a preceding failing test. It guides Claude through the standard Red-Green-Refactor cycle, helping to define minimal test cases, verify failures, implement the simplest passing solutions, and perform safe refactoring. By using this skill, developers can reduce technical debt, prevent regressions, and ensure that all new features and bug fixes are backed by reliable, automated documentation of behavior.