Loading...
Loading...
Dolt-powered issue tracker for multi-session work with dependencies and persistent memory across conversation compaction. Use when work spans sessions, has blockers, or needs context recovery after compaction. Trigger with "create task", "what's ready", "track this work", "resume after compaction". Make sure to use this skill whenever managing multi-session work, tracking dependencies, or recovering context.
npx skill4agent add gastownhall/beads beads| bd (persistent) | TodoWrite (ephemeral) |
|---|---|
| Multi-session, dependencies, compaction survival | Single-session linear tasks |
| Dolt-backed team sync | Conversation-scoped |
bd --version # Requires v0.60.0+BEADS_DIR--stealthbd initbd primebd <command> --helpbd readybd createbd showbd updatebd closebd dolt pushbd readybd show <id>bd update <id> --claimbd close <id> --reason "..."bd dolt push--jsonbd show <id> --long○◐●✓❄| Error | Fix |
|---|---|
| |
| |
| Move |
| Status updates lag | Use server mode: |
bd create "OAuth integration" -t epic -p 1 --json
bd create "Token storage" -t task --deps blocks:oauth-id --json
bd ready --json # Shows unblocked work
bd update <id> --claim --json # Claim and start
bd close <id> --reason "Implemented with refresh tokens" --jsonbd list --status in_progress --jsonbd show <id> --longbd create "Found bug" -t bug -p 1 --deps discovered-from:<current-id> --json| Feature | CLI | Resource |
|---|---|---|
| Molecules (templates) | | MOLECULES.md |
| Chemistry (pour/wisp) | | CHEMISTRY_PATTERNS.md |
| Agent beads | | AGENTS.md |
| Async gates | | ASYNC_GATES.md |
| Worktrees | | WORKTREES.md |
| Category | Files |
|---|---|
| Getting Started | BOUNDARIES.md, CLI_REFERENCE.md (live reference pointers), WORKFLOWS.md |
| Core Concepts | DEPENDENCIES.md, ISSUE_CREATION.md, PATTERNS.md |
| Resilience | RESUMABILITY.md, TROUBLESHOOTING.md |
| Advanced | MOLECULES.md, CHEMISTRY_PATTERNS.md, AGENTS.md, ASYNC_GATES.md, WORKTREES.md |
| Reference | STATIC_DATA.md, INTEGRATION_PATTERNS.md |
bd --version0.60.0bd prime