You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sub-issue of #368 (umbrella: feat(repo): integrate flow-pack methodology as the flow: command suite). Parallel after Foundation — runs concurrently with E2 and E3 after E1 #369 closes.
Purpose
Implement the /flow-epics command: phase-ordered epic issue creation from the umbrella's decomposition, linked as sub-issues via the GitHub REST API, handing off to base_prp:prp-create per epic. End state: a user can run /flow-epics #<umbrella> and receive a set of Foundation / Parallel / Release-gate epic issues linked under the umbrella, ready for PRP authoring.
Scope
Read the umbrella issue body to extract the decomposition (epic titles + phases)
Create N epic issues: one Foundation, N parallel, one Release gate — each with the required phase blockquote + ## Purpose + ## Sub-tasks skeleton
Purpose
Implement the
/flow-epicscommand: phase-ordered epic issue creation from the umbrella's decomposition, linked as sub-issues via the GitHub REST API, handing off tobase_prp:prp-createper epic. End state: a user can run/flow-epics #<umbrella>and receive a set of Foundation / Parallel / Release-gate epic issues linked under the umbrella, ready for PRP authoring.Scope
## Purpose+## Sub-tasksskeletonPOST /repos/{owner}/{repo}/issues/{umbrella_id}/sub_issues(gh apidirectly — no nativeghsub-issue command, see Addgh issuesupport for parent issues / sub-tasks cli/cli#10298)gh issue list --search "<title>"before creating — skip if already existsgh apicallsepic; attach milestone→ base_prp:prp-createper epic with issue numberOut of scope
issue-to-subtasksbase_prp:prp-executeSub-tasks
To be decomposed via
issue-to-subtaskswhen E4 is picked up.Durable-source split
docs/flow-pack/commands/flow-epics.md.claude/commands/flow/flow-epics.md