关于
This skill implements a rigorous Test-Driven Development (TDD) framework for Claude, mandating that tests are written and verified as failing before any production code is generated. By following the 'Iron Law' of TDD, it helps developers eliminate technical debt, prevent regressions, and ensure that every line of code serves a verified purpose. It provides structured guidance through the Red-Green-Refactor loop, ensuring that implementations remain minimal and focused while maintaining a pristine, verified codebase.