What problem does it solve?
This Skill enforces the Test-Driven Development (TDD) methodology, ensuring that code is only written after a failing test has been created, leading to more robust and reliable software.
Core Features & Use Cases
- Red-Green-Refactor Cycles: Guides users through the strict TDD cycle of writing a failing test, writing minimal code to pass, and then refactoring.
- Acceptance Criteria Mapping: Extracts test plans directly from acceptance criteria defined in architectural documents.
- Use Case: When developing a new user authentication feature, this Skill ensures that every aspect of the authentication logic, from input validation to successful login, is covered by a test before and during implementation.
Quick Start
Use the factory-tdd skill to start a Red-Green-Refactor cycle for the acceptance criteria in factory/architect/architect.md.