| name | beads-workflow |
| description | Uses bd (beads) for issue tracking. Use when finding work, claiming or closing issues, syncing with git, or when the user mentions bd, beads, issues, or tasks. |
Beads (bd) Issue Tracking
This project uses Beads (bd) for issue tracking.
Core rules
- Track ALL work in bd (never use markdown TODOs or comment-based task lists).
- Use
bd ready to find available work.
- Use
bd create to track new issues/tasks/bugs.
- Use
bd sync at end of session to sync with git remote.
- Git hooks auto-sync on commit/merge.
Quick reference
bd onboard
bd prime
bd ready
bd list --status=open
bd create --title="..." --type=task
bd show <id>
bd update <id> --status=in_progress
bd close <id>
bd dep add <issue> <depends-on>
bd sync
Workflow
- Check for ready work:
bd ready
- Claim an issue:
bd update <id> --status=in_progress
- Do the work
- Mark complete:
bd close <id>
- Sync:
bd sync (or let git hooks handle it)
Context loading
- New to project: run
bd onboard
- Full workflow docs: run
bd prime for AI-optimized context (~1–2k tokens)
For more: see AGENTS.md or bd --help.