概要
This skill integrates a rigorous Test-Driven Development (TDD) methodology into Claude's coding workflow, mandating that every feature or bug fix begins with a failing test. By adhering to the 'Iron Law' of no production code without a prior failing test, it eliminates technical debt, ensures clear design intent, and provides a systematic way to catch regressions before they reach production. It guides the AI through the complete Red-Green-Refactor cycle, emphasizing minimal implementation code and behavior-focused assertions.