Skip to content
Automation
Command

/beads-converter

Convert plans to Beads - works with /beads-loop, /beads-swarm, or RalphTUI

From plugin
essentials-claude-code
9125 skills8 agents25 commands
Install
> /plugin marketplace add GantisStorm/essentials-claude-code
> /plugin install essentials@essentials-claude-code

How 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.md
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
Read more
Ships withessentials-claude-code

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.

Get the whole plugin

Other commands on essentials-claude-code.