Epic Decompose banner
affaan-m affaan-m

Epic Decompose

Productivity community

Description

--- description: Break an epic into task children without creating task branches. --- # /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 aliase

Installation

Installs to ~/.claude/skills/affaan-m-ecc-epic-decompose/SKILL.md

Terminal
mkdir -p ~/.claude/skills/affaan-m-ecc-epic-decompose && curl -fsSL https://raw.githubusercontent.com/affaan-m/ECC/HEAD/commands/epic-decompose.md -o ~/.claude/skills/affaan-m-ecc-epic-decompose/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository