What problem does it solve?
It converts approved GDDs and architecture modules into well-scoped epics, so your team has clear ownership, governing ADRs, and traceability before implementation starts.
Core Features & Use Cases
- Epic generation per architectural module: Creates one epic per module with an explicit layer and system-to-module mapping.
- ADR governance and engine risk surfacing: Identifies governing ADRs, summarizes decisions, and derives engine risk from the highest-risk ADR.
- Requirements traceability with gap detection: Uses the TR registry to report which requirements are covered by accepted ADRs and which remain untraced (blocked until ADRs exist).
- Collaboration protocol and gates: Performs per-epic definition approval and runs the PR-EPIC producer gate (skipped in solo/lean modes).
- Integration with next workflow: Writes
EPIC.md files and updates production/epics/index.md, then instructs you to run /create-stories [epic-slug] next.
Quick Start
Use create-epics to generate Foundation epics by running: /create-epics layer: foundation