关于
The TDD Red Phase skill is designed to instill discipline in the Test-Driven Development workflow by guiding developers through the critical first step of writing failing tests. It provides standardized templates for the Arrange-Act-Assert (AAA) pattern, enforces descriptive naming conventions, and supports language-specific file structures for Go, Python, TypeScript, and Rust. By integrating with a workflow orchestration script, it ensures that implementation code is only written after a valid failure is confirmed, leading to better-designed features and higher test coverage.