소개
This skill equips Claude with the rigorous 'Iron Law' of Test-Driven Development, ensuring that no production code is written without a preceding failing test. It guides developers through the complete Red-Green-Refactor lifecycle, providing clear patterns for writing minimal code, verifying failures, and cleaning up implementations without breaking behavior. By preventing common rationalizations for skipping tests, this skill transforms automated testing from an afterthought into a foundational development practice that reduces technical debt and eliminates regressions.