概要
This skill transforms Claude into a disciplined TDD practitioner, mandating the 'Iron Law' that no production code is written without a prior failing test. It guides developers through the complete Red-Green-Refactor cycle, emphasizing minimal code implementation, mandatory failure verification, and clean refactoring. By eliminating 'tests-after' habits and rationalizations, this skill ensures higher code reliability, clearer API designs, and a systematic approach to both new feature development and bug fixes.