Show the AI-supervised issue workflow guide
Displays the AI-supervised issue workflow guide for managing tasks with Beads.
/plugin marketplace add dbmcco/tmux-beads-loops/plugin install dbmcco-beads@dbmcco/tmux-beads-loopsDisplay 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 bd in a project)For more details, see the beads README at: https://github.com/steveyegge/beads