소개
This skill equips Claude with the rigorous discipline of Test-Driven Development, preventing the creation of production code until a failing test has been established. It follows the 'Iron Law' of TDD, guiding users through the cycle of writing minimal tests, verifying failures, implementing passing code, and refactoring while maintaining 'green' status. By prioritizing behavior verification over implementation guesses, it significantly reduces technical debt and ensures that every line of code serves a documented, tested purpose.