About
This skill implements a rigorous Test-Driven Development (TDD) framework for Claude, mandating that every feature or bug fix begins with a failing test. By following the 'Iron Law'—no production code without a prior test failure—it ensures high-quality, verifiable codebases and prevents the common pitfalls of testing after implementation. It guides Claude through the Red-Green-Refactor cycle, helping developers maintain a clean, regression-proof source of truth while strictly adhering to the best practices of software craftsmanship and behavioral verification.