claude-plugin/commands/epic.md
Manage epics (large features composed of multiple issues).
status: Show epic completion status
close-eligible: Close epics where all children are complete
bd create "Large Feature" -t epic -p 1bd dep add bd-20 bd-10 --type parent-child (task bd-20 is child of epic bd-10)
bd create "Subtask title" -t task --parent bd-10bd epic statusbd epic close-eligibleEpics use parent-child dependencies to track subtasks.