integrations/claude-code/README.md
Slash command for converting Claude Code plans to beads tasks.
# Install beads
curl -fsSL https://raw.githubusercontent.com/gastownhall/beads/main/scripts/install.sh | bash
# Install hooks (auto-injects workflow context on session start)
bd setup claude
cp commands/plan-to-beads.md ~/.claude/commands/
Optionally add to ~/.claude/settings.json under permissions.allow:
"Bash(bd:*)"
Converts a Claude Code plan file into a beads epic with tasks.
/plan-to-beads # Convert most recent plan
/plan-to-beads path/to/plan.md # Convert specific plan
What it does:
Example output:
Created from: peaceful-munching-spark.md
Epic: Standardize ID Generation (bd-abc)
├── Add dependency (bd-def) - ready
├── Create ID utility (bd-ghi) - blocked by bd-def
└── Update schema (bd-jkl) - blocked by bd-ghi
Total: 4 tasks
Run `bd ready` to start.
bd prime - Workflow context (auto-injected via hooks)bd setup claude - Install/manage Claude Code hooksbd ready - Find unblocked workSame as beads (see repository root).