소개
This skill implements a rigorous Test-Driven Development (TDD) methodology within Claude Code, ensuring that no production code is written without a corresponding failing test first. It guides developers through the complete Red-Green-Refactor cycle, emphasizing minimal code implementation, verification of failure messages, and disciplined refactoring. By preventing common rationalizations for skipping tests, this skill helps create robust, self-documenting codebases with high confidence and minimal technical debt.