| name | beads |
| description | Persistent task tracking with dependency graphs via bd CLI. Use for multi session work that must survive compaction. |
| compatibility | Requires bd CLI v0.34.0+ and git repository. |
Beads
Graph-based task tracker that survives conversation compaction.
When to Use
Use bd (not TodoWrite) when:
- Context needed across sessions or after compaction
- Tasks have blockers/dependencies
Session Start
bd ready
bd show <id>
bd update <id> --status in_progress
Common Commands
bd create "Title" -p 1
bd update <id> --notes "Progress"
bd close <id> --reason "Done"
bd dep add <child> <parent>
bd sync
Notes Format
COMPLETED: Specific deliverables
IN PROGRESS: Current state + next step
BLOCKERS: What's preventing progress
Use bd --help or see references/examples.md for all commands.