claude-plugin/commands/workflow.md
Display the beads workflow for AI agents and developers.
Beads is an issue tracker designed for AI-supervised coding workflows. Here's how to use it effectively:
Use /beads:ready or the ready MCP tool to see tasks with no blockers.
Claim the issue atomically (assignee + in_progress in one step):
/beads:update <id> --claimclaim with issue_id: "<id>"Implement, test, and document the feature or fix.
As you work, you'll often find bugs, TODOs, or related work:
/beads:create or create MCP tooldep MCP tool with type: "discovered-from"Close the issue when done:
/beads:close <id> "Completed: <summary>"close with reasonAfter closing, check if other work became ready:
/beads:ready to see newly unblocked tasksblocks for hard dependencies, related for soft linksbd dolt push / bd dolt pull/beads:ready - Find unblocked work/beads:create - Create new issue/beads:show - Show issue details/beads:update - Update issue/beads:close - Close issue/beads:workflow - Show this guide (you are here!)Use these via the beads MCP server:
ready, list, show, create, claim, update, closedep (manage dependencies), blocked, statsinit (initialize bd in a project)For more details, see the beads README at: https://github.com/gastownhall/beads