What problem does it solve?
This Skill automates the process of transforming approved mini-Product Requirements Documents (PRDs) into working code using Test-Driven Development (TDD), ensuring features are implemented correctly and efficiently.
Core Features & Use Cases
- Test-Driven Development (TDD): Guides the Red-Green-Refactor cycle for robust feature implementation.
- Automated Testing: Integrates with testing frameworks to ensure all tests pass iteratively.
- Documentation Generation: Creates necessary API, code, and user documentation.
- Pull Request Creation: Prepares and creates pull requests ready for review.
- Use Case: A developer receives an approved mini-PRD for a new user authentication flow. They use this Skill to write failing tests, implement the minimal code to pass them, refactor, and then generate a pull request with all necessary documentation and passing tests.
Quick Start
Use the af-deliver-features skill to implement the user authentication flow described in the latest approved mini-PRD.