概要
This skill transforms Claude into a disciplined TDD practitioner, adhering to the 'Iron Law' of writing failing tests before any production code. It guides the development process through the rigorous Red-Green-Refactor cycle, ensuring that every feature, bug fix, and refactor is backed by automated tests. By preventing 'tests-after' rationalizations and emphasizing minimal implementation to pass specific tests, it helps developers build more reliable, maintainable, and well-documented software while systematically eliminating technical debt.