This skill implements a rigorous Test-Driven Development (TDD) methodology within Claude Code, ensuring high software quality through the 'Iron Law': no production code is written without a prior failing test. By guiding users through the Red-Green-Refactor cycle, it eliminates technical debt, prevents regressions, and improves overall system design. It provides structured guidance on writing minimal implementation code, verifying test failures, and refactoring safely, making it an essential tool for feature development, bug fixing, and maintaining complex codebases.
주요 기능
01Comprehensive verification checklists for completed features
02Verification of test failure reasons to prevent false positives
03Systematic bug reproduction and regression testing workflows
04Strict Red-Green-Refactor cycle enforcement
050 GitHub stars
06Minimal code implementation guidance to pass specific tests