概要
The TDD Red Phase skill guides Claude through the crucial first step of the Test-Driven Development cycle. It parses business requirements and technical constraints to draft comprehensive test suites for Python, TypeScript, or Java projects. By ensuring tests fail before any code is written, it validates the test's ability to catch regressions and forces a clear definition of API design and expected behavior, establishing a solid foundation for the subsequent implementation and refactoring phases.