Back to Everything Claude Code

/epic-decompose

commands/epic-decompose.md

2.1.0440 B
Original Source

/epic-decompose

Reconcile the task breakdown for one epic issue.

bash
node scripts/github-coordination.js decompose <issue-number> --repo <owner/repo>

What this does:

  1. Reads the epic issue body for task checklists and dependency references.
  2. Stores the decomposition in the coordination block.
  3. Leaves task branches out of the workflow.
  4. Appends a concise audit comment.

Compatibility aliases:

  • /plan
  • /prp-plan