소개
This skill implements a strict Test-Driven Development (TDD) protocol for Claude Code, mandating the 'Iron Law' that no production code be written without a preceding failing test. It guides developers through the complete lifecycle of writing a minimal test, verifying the failure, implementing the simplest possible solution, and refactoring for clean design. By systematically preventing technical debt and ensuring every behavior is documented through automation, this skill transforms Claude into a disciplined development partner that prioritizes code reliability and long-term maintainability.