What problem does it solve?
This Skill automates the execution of development tasks, ensuring features are implemented according to a predefined plan and TDD principles, while managing progress and context effectively.
Core Features & Use Cases
- Task Execution: Runs individual development tasks using isolated sub-agents.
- TDD Workflow: Enforces writing tests before implementation, running them, and then implementing the code.
- Progress Tracking: Manages task status (pending, in_progress, completed) and feature progress.
- Use Case: After generating a plan for a new user authentication feature, use this Skill to execute each task, from writing tests for login to implementing the JWT generation, ensuring each step is verified before moving to the next.
Quick Start
Execute the next pending task for the 'user-auth' feature.