Show the Agent issue workflow guide
Displays the complete Beads workflow guide for AI-assisted issue tracking. Use this when you need to understand how to find, claim, work on, and complete tasks in the Beads system.
/plugin marketplace add shaneholloman/beads/plugin install beads@beads-marketplaceDisplay 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.
Update the issue status to in_progress:
/beads-update <id> in_progressupdate with status: "in_progress"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 links.beads/issues.jsonl (5-second debounce)git pull, JSONL auto-imports if newer than DB/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, update, closedep (manage dependencies), blocked, statsinit (initialize beads in a project)For more details, see the beads README at: https://github.com/shaneholloman/beads