소개
This skill provides Claude with a rigorous framework for Test-Driven Development, preventing the creation of production code without a prior failing test. It guides users through the core TDD cycle—writing a minimal failing test, implementing just enough code to pass, and refactoring for clarity—while strictly forbidding 'test-after' workflows. By standardizing the Red-Green-Refactor process, it helps maintain high test coverage, reduces technical debt, and ensures that every piece of logic is systematically verified from the moment of inception.