About
This skill equips Claude Code with a rigorous Test-Driven Development (TDD) methodology, ensuring that every piece of production code is backed by a failing test before implementation. It guides the AI through the complete Red-Green-Refactor cycle, emphasizing minimal code implementation, verification of failure messages, and clean refactoring practices. By preventing common rationalizations and ensuring systematic testing, this skill helps developers build more reliable, maintainable, and well-documented software that resists regressions.