/beads-converter
Convert plans to Beads - works with /beads-loop, /beads-swarm, or RalphTUI
$ npx -y skills add GantisStorm/essentials-claude-code --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/beads-converter
Context preview
What this command does when you run it.
Convert plans to Beads - works with /beads-loop, /beads-swarm, or RalphTUI
Command definition
beads-converter.mdallowed-tools: Task, Bash, Read, Glob
argument-hint: "<plan-path>"
description: Convert plans to Beads - works with /beads-loop, /beads-swarm, or RalphTUI
model: opus
context: fork
Beads Creator
Convert architectural plans into self-contained Beads issues. Works with `/beads-loop`, `/beads-swarm`, or RalphTUI - they're interchangeable.
Arguments
Plan path: `.claude/plans/feature-3k7f2-plan.md`
Instructions
Step 1: Validate bd
bd version &>/dev/null || echo "ERROR: Install bd first"
If bd not installed, report error and stop.
Step 2: Launch Agent
Launch background agent immediately with just the path:
Convert plan to beads: <plan-path>
**REQUIRED Task tool parameters:**
subagent_type: "essentials:beads-converter-default"
run_in_background: true
prompt: "Convert plan to beads: <plan-path>"
Output a status message like "Converting to beads..." and **end your turn**. The system wakes you when the agent finishes.
Step 3: Report Result
## Beads Created
Epic: <epic-id>
Tasks: <count>
## Next Steps
Review beads:
bd list -l ralph
bd show <epic-id>
Execute (choose one):
/beads-loop # Sequential (closes beads)
/beads-swarm --epic <epic-id> # Parallel (closes beads)
ralph-tui run --tracker beads --epic <epic-id> # Classic Ralph TUI executor
Error Handling
| Scenario | Action | |----------|--------| | bd not installed | "Install bd: https://github.com/anthropics/beads" | | bd not initialized | "Run: bd init" | | Path not found | Report error |
Example Usage
/beads-converter .claude/plans/add-auth-3k7f2-plan.md
Read more
allowed-tools: Task, Bash, Read, Glob argument-hint: "<plan-path>" description: Convert plans to Beads - works with /beads-loop, /beads-swarm, or RalphTUI model: opus context: fork
Beads Creator
Convert architectural plans into self-contained Beads issues. Works with `/beads-loop`, `/beads-swarm`, or RalphTUI - they're interchangeable.
Arguments
Plan path: `.claude/plans/feature-3k7f2-plan.md`
Instructions
Step 1: Validate bd
bd version &>/dev/null || echo "ERROR: Install bd first"
If bd not installed, report error and stop.
Step 2: Launch Agent
Launch background agent immediately with just the path:
Convert plan to beads: <plan-path>
**REQUIRED Task tool parameters:**
subagent_type: "essentials:beads-converter-default" run_in_background: true prompt: "Convert plan to beads: <plan-path>"
Output a status message like "Converting to beads..." and **end your turn**. The system wakes you when the agent finishes.
Step 3: Report Result
## Beads Created Epic: <epic-id> Tasks: <count> ## Next Steps Review beads: bd list -l ralph bd show <epic-id> Execute (choose one): /beads-loop # Sequential (closes beads) /beads-swarm --epic <epic-id> # Parallel (closes beads) ralph-tui run --tracker beads --epic <epic-id> # Classic Ralph TUI executor
Error Handling
| Scenario | Action | |----------|--------| | bd not installed | "Install bd: https://github.com/anthropics/beads" | | bd not initialized | "Run: bd init" | | Path not found | Report error |
Example Usage
/beads-converter .claude/plans/add-auth-3k7f2-plan.md
Loops, swarms, and teams powered by Claude Code's built-in Task System. Loop, swarm, and team are three execution modes. Loop runs sequentially. Swarm runs parallel subagents. Team spawns full Claude Code instances with shared contracts via Agent Teams.
Repo: GantisStorm/essentials-claude-code
Other commands on essentials-claude-code.
- /beads-loop
Execute beads iteratively until all tasks complete
Open command - /beads-swarm
Execute beads with parallel agent swarm (dependency-aware)
Open command - /bug-plan-creator
Deep bug investigation with architectural fix plan generation - works with any executor (loop or swarm)
Open command - /cancel-loop
Cancel any active loop
Open command - /cancel-swarm
Cancel any active swarm
Open command - /cancel-team
Cancel any active agent team
Open command

