dot_config/ai_templates/skills/devtools/beads/SKILL.md
Explicitly triggered when the user mentions `bd` or `beads`. It searches the Git-backed issue tracker.
npx skillsauth add pascalandy/dotfiles beadsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Graph-based issue tracker that survives conversation compaction. Provides persistent memory for multi-session work with complex dependencies.
| bd (persistent) | TodoWrite (ephemeral) | |-----------------|----------------------| | Multi-session work | Single-session tasks | | Complex dependencies | Linear execution | | Survives compaction | Conversation-scoped | | Git-backed, team sync | Local to session |
Decision test: "Will I need this context in 2 weeks?" → YES = bd
When to use bd:
When to use TodoWrite:
bd --version # Requires v0.47.0+
bd init run once in the repo (humans do this, not agents)Run bd prime for AI-optimized workflow context (auto-loaded by hooks).
Run bd <command> --help for specific command usage.
Essential commands: bd ready, bd create, bd dep add, bd show, bd update, bd close, bd dolt push
bd ready — Find unblocked workbd show <id> — Get full contextbd update <id> --claim — Claim and start work atomicallybd close <id> --reason "..." — Complete taskbd dolt push — Push to Dolt remote (if configured)| Feature | CLI | Resource |
|---------|-----|----------|
| Molecules (templates) | bd mol --help | MOLECULES.md |
| Chemistry (pour/wisp) | bd pour, bd wisp | CHEMISTRY_PATTERNS.md |
| Agent beads | bd agent --help | AGENTS.md |
| Async gates | bd gate --help | ASYNC_GATES.md |
| Worktrees | bd worktree --help | WORKTREES.md |
| Resource | Content | |----------|---------| | BOUNDARIES.md | bd vs TodoWrite detailed comparison | | CLI_REFERENCE.md | Complete command syntax | | DEPENDENCIES.md | Dependency system deep dive | | INTEGRATION_PATTERNS.md | TodoWrite and tool integration | | ISSUE_CREATION.md | When and how to create issues | | MOLECULES.md | Proto definitions, component labels | | PATTERNS.md | Common usage patterns | | RESUMABILITY.md | Compaction survival guide | | STATIC_DATA.md | Database schema reference | | TROUBLESHOOTING.md | Error handling and fixes | | WORKFLOWS.md | Step-by-step workflow patterns | | AGENTS.md | Agent bead tracking (v0.40+) | | ASYNC_GATES.md | Human-in-the-loop gates | | CHEMISTRY_PATTERNS.md | Mol vs Wisp decision tree | | WORKTREES.md | Parallel development patterns |
development
Explicitly triggered when the user mentions `wiki-map`. It ingests, queries, lints, or compiles a markdown wiki.
testing
Explicitly triggered when the user mentions `single-skill-creator`. It scaffolds a new `SKILL.md`.
testing
Explicitly triggered when the user mentions `qmd`. It searches local markdown or QMD collections.
development
Explicitly triggered when the user mentions `ontology-map`. It builds, refreshes, or checks an ontology.