关于
This skill equips Claude with a rigorous Test-Driven Development (TDD) framework, mandating that tests are written and verified as failing before any production code is authored. By following the 'Iron Law' of TDD, it ensures that every line of code is purposeful, minimal, and fully verified by automated tests. It is ideal for developers seeking to eliminate technical debt, prevent regressions, and maintain a highly reliable codebase through disciplined software engineering practices that prioritize behavior verification over implementation assumptions.