About
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 complete Red-Green-Refactor cycle, ensuring that every feature, bug fix, or refactoring effort is backed by automated verification. By emphasizing behavior over implementation and mandating that tests fail correctly before implementation begins, this skill helps developers eliminate technical debt, discover edge cases early, and maintain high confidence in their codebase.