What problem does it solve?
It streamlines setting up a multi-agent Claude Code workflow by bootstrapping Beads-based task tracking, isolated worktrees, and workflow-enforcing hooks so agents can collaborate safely without heavy MCP overhead.
Core Features & Use Cases
- Creates a Beads + worktree-per-task workflow: each bead maps to an isolated worktree under
.worktrees/bd-{BEAD_ID}/ to keep main clean and enable parallel implementation.
- Bootstraps Claude Code agents and hooks: installs and configures the project’s orchestration scaffolding, including agent templates and discipline/validation hooks.
- Detects and integrates Beads Kanban UI (optional): configures worktree management via API when
bead-kanban is available, otherwise falls back to git worktrees.
- Runs discovery after restart: ensures tech stack detection and supervisor creation happen only after hooks/MCP config are loaded.
Quick Start
Run /create-beads-orchestration in Claude Code, answer the project directory/name and provider choice questions, then restart Claude Code when the skill instructs you to continue setup afterward.