소개
This skill implements the 'Iron Law' of Test-Driven Development (TDD) within Claude Code, preventing the creation of production code without a pre-existing failing test. By mandating a disciplined Red-Green-Refactor workflow, it helps developers eliminate technical debt, ensure comprehensive test coverage, and design more maintainable software through minimal implementation and systematic verification. It provides a structured framework for writing tests, verifying failures, and refactoring with confidence, making it an essential tool for high-integrity software engineering.