Loading...
Loading...
Use when working with the beads (bd) CLI for issue tracking, managing epics and tasks, handling dependencies, or starting/ending coding sessions with persistent work tracking
npx skill4agent add schlenks/superpowers-bd beadsbdRun:This installs beads, initializes stealth mode, and adds git worktree support. For team use (sharedcurl -fsSL https://raw.githubusercontent.com/schlenks/superpowers-bd/main/scripts/setup-beads-local.sh | bash), use.beads/withoutbd init.--stealth
bd ready # What can I work on?
bd update <id> --claim # I'm starting this
bd close <id> # I'm done with this
bd sync # Save my changes--acceptancebd editbd sync--acceptance;$'...\n...'--body-filermbd create --silent --type epic "Title" --body-file temp/desc.md -p 1bd create --silent --parent <epic-id> "Title" --body-file temp/desc.md -p 2--deps "id1,id2"bd show <id>bd update <id> --status=in_progressbd update <id> --claimbd close <id>bd close <id1> <id2> <id3>bd close <id> --reason "explanation"bd comments add <id> "comment text"bd comments add <id> -f temp/comment.mdbd readybd blockedbd search --query "text" --status openbd list --status open --type task --priority-max 2bd graph <id>bd stale --days 14bd lint --status openbd doctorbd doctor --fixbd cleanupbd primebd info--silent--json--quiet--type--parent <id>-d "text"--body-file--body-file <path>-p N--deps "id1,id2"--acceptance "..."--external-ref "ref"-l "label1,label2"bd create "Remaining work" -d "..." -p 2 # 1. File remaining work
bd close <completed-ids> # 2. Close completed (unblocks dependents)
bd sync # 3. Force sync (bypasses 30s debounce)
git status # 4. Check what changed
git add <files> # 5. Stage code changes
git commit -m "..." # 6. Commit changessuperpowers-bd:plan2beadssuperpowers-bd:writing-plansDepends on:Files:superpowers-bd:subagent-driven-developmentreferences/acceptance-and-multiline.mdreferences/bd-edit-and-sandbox.mdreferences/dependency-management.mdreferences/workflow-patterns.mdreferences/session-end-details.mdreferences/sync-workflow.mdreferences/troubleshooting.mdreferences/parallel-execution-safety.md