plan-decompose
Installation
SKILL.md
[H1][PLAN-DECOMPOSE]
Dictum: Work units become issues; issues enable parallel agent execution.
Decompose plan into GitHub issues via work unit extraction.
Workflow:
- §PARSE — Extract work units from plan
- §VALIDATE — Verify labels exist, check structure
- §CREATE — Create issues in dependency order
- §LINK — Add blocker references to dependent issues
Dependencies:
github-tools— Issue creation via gh CLIplan.md— Input with Work Units section
Input:
Plan: Path to plan artifact with Work Units section
Related skills