/epic
Epic management commands
> /plugin marketplace add gastownhall/beads > /plugin install beads@beads-marketplace
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/epic
Context preview
What this command does when you run it.
Epic management commands
Command definition
epic.mddescription: Epic management commands argument-hint: "[command]"
Manage epics (large features composed of multiple issues).
Available Commands
- **status**: Show epic completion status
- Shows progress for each epic
- Lists child issues and their states
- Calculates completion percentage
- **close-eligible**: Close epics where all children are complete
- Automatically closes epics when all child issues are done
- Useful for bulk epic cleanup
Epic Workflow
1. Create epic: `bd create "Large Feature" -t epic -p 1` 2. Link subtasks: `bd dep add bd-20 bd-10 --type parent-child` (task bd-20 is child of epic bd-10)
- Or at creation: `bd create "Subtask title" -t task --parent bd-10`
- Children inherit parent labels by default. If the epic uses size/effort
labels and children should have their own, add `--no-inherit-labels` (GH#4562). 3. Track progress: `bd epic status` 4. Auto-close when done: `bd epic close-eligible`
Epics use parent-child dependencies to track subtasks.
Distributed graph issue tracker for AI agents, powered by Dolt. Platforms: macOS, Linux, Windows, FreeBSD Docs: Beads provides a persistent, structured memory for coding agents.
Repo: gastownhall/beads
Other commands on beads.
- /plan-to-beads
Convert a Claude Code plan file into beads epic + tasks for cross-session tracking.
Open command - /audit
Log and label agent interactions (append-only JSONL)
Open command - /blocked
Show blocked issues
Open command - /close
Close a completed issue
Open command - /comments
View or manage comments on an issue
Open command - /compact
Compact old closed issues using semantic summarization
Open command

