What problem does it solve?
This Skill automates the complex process of breaking down large software features or epics into manageable, executable stages, ensuring a structured and efficient implementation pipeline.
Core Features & Use Cases
- Automated Epic Decomposition: Transforms a high-level spec file into a series of sequential, actionable stages.
- Domain-Driven Design: Classifies requirements into code domains, orchestrates parallel design and review processes for each domain.
- Adaptive Execution: Manages sequential execution of stages with built-in retry and halt gates for robust error handling.
- Use Case: You have a detailed specification for a new user authentication system. This Skill will analyze the spec, assign components to relevant code domains (e.g., UI, backend API, database), generate designs for each, get them reviewed, and then assemble them into a phased execution plan.
Quick Start
Use the epic-commander skill to orchestrate the implementation of the epic defined in the file '/path/to/your/epic-spec.md'.