everything-claude-code/commands/epic-decompose.md
Victor Casado 64470f4307 feat: add github-native coordination (epic-* commands + scripts + tests)
Adds a GitHub-native coordination layer on top of ECC:

Commands (7 new slash commands):
- epic-claim, epic-sync, epic-validate, epic-publish
- epic-review, epic-unblock, epic-decompose

Scripts:
- scripts/github-coordination.js  — CLI entry point
- scripts/lib/github-coordination.js  — core library (state machine, gh API wrappers)
- scripts/status.js  — coordination status reporter

Config:
- config/github-native-coordination.json  — labels, review policy, validation gates

Tests:
- tests/lib/github-coordination.test.js  — 15 unit tests for pure functions
- tests/scripts/github-coordination.test.js  — integration/CLI test suite

Registry:
- docs/COMMAND-REGISTRY.json  — adds 7 epic-* entries, totalCommands 84 → 91

No encoding changes, no prp-* modifications, no Windows shims.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-11 12:58:11 -04:00

528 B

description
description
Break an epic into task children without creating task branches.

/epic-decompose

Reconcile the task breakdown for one epic issue.

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