Epic Architect Skill
The Epic Architect skill helps you create comprehensive epics with full task decomposition, dependency analysis, and wave planning.Overview
Task Decomposition
Break down features into epic → task → subtask hierarchy
Dependency Analysis
Identify and map task dependencies automatically
Wave Planning
Group tasks into execution waves for parallel work
Structured Output
Generate CLEO-compatible JSON for direct import
Triggers
The Epic Architect activates with these phrases:- “create epic”
- “plan epic”
- “decompose into tasks”
- “architect the work”
- “break down this project”
- “epic planning”
- “task breakdown”
- “wave planning”
Usage
Basic Usage
Detailed Request
Output Format
The Epic Architect produces structured output:- Epic Summary
- Task Breakdown
- CLEO JSON
Wave Planning
Tasks are organized into waves based on dependencies:Wave 1 tasks have no dependencies and can start immediately. Each subsequent wave requires completion of prerequisite tasks.
Importing to CLEO
After the Epic Architect generates output:Customization
Epic Size Guidelines
| Size | Task Count | Typical Scope |
|---|---|---|
| Small | 3-5 tasks | Single feature |
| Medium | 6-12 tasks | Feature set |
| Large | 13-25 tasks | Subsystem |
Decomposition Depth
Request specific depth:Phase Assignment
Request phase-aware decomposition:Examples
Feature Epic
Feature Epic
Request: “Create an epic for implementing a shopping cart”Result: 12 tasks across 4 waves covering cart state, item management, checkout flow, and persistence.
Migration Epic
Migration Epic
Request: “Plan an epic for migrating from REST to GraphQL”Result: 18 tasks covering schema definition, resolver implementation, client updates, and deprecation.
Bug Fix Epic
Bug Fix Epic
Request: “Create an epic for fixing the performance issues in the dashboard”Result: 8 tasks covering profiling, optimization, caching, and monitoring.
Best Practices
Clear Scope
Define what’s in and out of scope upfront to avoid scope creep
Reasonable Size
Keep epics to 25 tasks or fewer. Split larger initiatives.
Testable Criteria
Include specific, testable acceptance criteria for each task
Review Dependencies
Verify dependency chains are accurate before importing
