关于
The TDD skill integrates the rigorous discipline of Test-Driven Development into Claude's coding workflow, mandating that no production code is written without a prior failing test. By following the 'Iron Law' of TDD, it helps developers create more reliable, maintainable, and self-documenting codebases while eliminating technical debt and regressions from the outset. It provides domain-specific guidance on the Red-Green-Refactor cycle, helping Claude distinguish between testing behavior versus implementation and ensuring every code change is minimal, purposeful, and verified.