epic-generation
// Transform PRD into a technical implementation plan with architecture decisions and dependency mapping.
$ git log --oneline --stat
stars:384
forks:73
updated:March 4, 2026
SKILL.mdreadonly
Epic Generation
Transform PRD into a technical implementation plan with architecture decisions and dependency mapping.
Agent
Architect - architect
Workflow
- Parse PRD and extract structured requirements
- Define architecture decisions with ADR format
- Specify technology approach and stack choices
- Map internal, external, and cross-team dependencies
- Assemble complete epic document
- Validate epic covers all PRD requirements
Inputs
projectName- Project namefeatureName- Feature identifierprd- Finalized PRD from Phase 1existingCodebase- Codebase analysis for brownfield (optional)
Outputs
- Epic document with architecture, tech approach, dependencies
- Architecture Decision Records (ADRs)
- Dependency graph
- Validation report
Process Files
ccpm-epic-planning.js- Standalone epic planningccpm-orchestrator.js- Phase 2 of full lifecycle