What problem does it solve?
This Skill automates the complex process of breaking down large project epics into manageable features and tasks, and then orchestrating their execution, ensuring a disciplined engineering workflow.
Core Features & Use Cases
- Epic to Feature Breakdown: Automatically expands an epic into a list of features.
- Feature to Task Generation: Decomposes each feature into detailed, executable tasks with quality gates.
- Task Execution Orchestration: Manages the sequential execution of tasks, calling other skills for implementation and review.
- Dependency Management: Checks and synchronizes with base branches and handles blocking dependencies.
- Use Case: When starting a new large feature, this Skill will automatically create detailed sub-tasks, assign them to an agent for coding, and manage the entire implementation lifecycle until completion.
Quick Start
Use the arc-implementing skill to break down the epic defined in epic.md into features and then execute those features.