beads-converter
Convert plans to Beads - works with /beads-loop, /beads-swarm, or RalphTUI
Convert plans to prd.json - works with /tasks-loop, /tasks-swarm, or RalphTUI
> /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.
/tasks-converterContext preview
What this command does when you run it.
Convert plans to prd.json - works with /tasks-loop, /tasks-swarm, or RalphTUI
allowed-tools: Task, Bash, Read, Glob, Write argument-hint: "<plan-path>" description: Convert plans to prd.json - works with /tasks-loop, /tasks-swarm, or RalphTUI model: opus context: fork
Convert architectural plans into prd.json format. Works with `/tasks-loop`, `/tasks-swarm`, or RalphTUI - they're interchangeable.
Plan path: `.claude/plans/feature-3k7f2-plan.md`
Launch background agent immediately with just the path:
Convert plan to prd.json: <plan-path>
**REQUIRED Task tool parameters:**
subagent_type: "essentials:tasks-converter-default" run_in_background: true prompt: "Convert plan to prd.json: <plan-path>"
Output a status message like "Converting to prd.json..." and **end your turn**. The system wakes you when the agent finishes.
## Tasks Created File: <path> Tasks: <count> ## Next Steps Review tasks: cat <path> | jq '.userStories | length' Execute (choose one): /tasks-loop <path> # Sequential (syncs prd.json) /tasks-swarm <path> # Parallel (syncs prd.json) ralph-tui run --prd <path> # Classic Ralph TUI executor
| Scenario | Action | |----------|--------| | Path not found | Report error | | Invalid plan format | Report what's missing | | .claude/prd/ missing | Create directory |
/tasks-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
Convert plans to Beads - works with /beads-loop, /beads-swarm, or RalphTUI
Deep bug investigation with architectural fix plan generation - works with any executor (loop or swarm)