What problem does it solve?
This Skill automates the execution of code development tasks, whether for a single developer or a team, by translating plans into actionable code and ensuring quality through automated checks.
Core Features & Use Cases
- Automated Code Implementation: Executes tasks defined in an epic or task ID, handling both solo and swarm (multi-agent) execution modes.
- TDD Enforcement: Implements code following a Test-Driven Development approach, ensuring tests pass before code is considered complete.
- Quality Gates: Includes automated build, linting, and testing as part of the implementation process, with defined limits for fixing errors.
- Use Case: After a design is prepared, this skill can take an epic ID and automatically assign tasks to agents, have them write code with tests, and ensure the code builds and passes all checks before completion.
Quick Start
Implement the code for the epic with ID 'epic-123'.