Hierarchy banner
cfdude cfdude

Hierarchy

Development community

Description

--- description: Run a parent epic's children as a batched, unattended hierarchy allowed-tools: Bash, Read, Task --- Compute the execution plan for a parent epic's children, then dispatch them — batched by priority and `depends-on` links, preflighted all at once, each child run by a fresh `hierarchy-child-executor` subagent. See the `conductor` skill's "Epic-hierarchy orchestration" section for the full process; this doc is the quick-reference for the CLI piece. ## Get the plan ```bash node "

Installation

Installs to ~/.claude/skills/cfdude-pm-hierarchy/SKILL.md

Terminal
mkdir -p ~/.claude/skills/cfdude-pm-hierarchy && curl -fsSL https://raw.githubusercontent.com/cfdude/pm/HEAD/commands/hierarchy.md -o ~/.claude/skills/cfdude-pm-hierarchy/SKILL.md

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

Full documentation available on GitHub

View Source Repository