/tasks-converter
Convert plans to prd.json - works with /tasks-loop, /tasks-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
/tasks-converter
Context preview
What this command does when you run it.
Convert plans to prd.json - works with /tasks-loop, /tasks-swarm, or RalphTUI
Command definition
tasks-converter.mdallowed-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
Tasks Creator
Convert architectural plans into prd.json format. Works with `/tasks-loop`, `/tasks-swarm`, or RalphTUI - they're interchangeable.
Arguments
Plan path: `.claude/plans/feature-3k7f2-plan.md`
Instructions
Step 1: Launch Agent
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.
Step 2: Report Result
## 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
Error Handling
| Scenario | Action | |----------|--------| | Path not found | Report error | | Invalid plan format | Report what's missing | | .claude/prd/ missing | Create directory |
Example Usage
/tasks-converter .claude/plans/add-auth-3k7f2-plan.md
Read more
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
Tasks Creator
Convert architectural plans into prd.json format. Works with `/tasks-loop`, `/tasks-swarm`, or RalphTUI - they're interchangeable.
Arguments
Plan path: `.claude/plans/feature-3k7f2-plan.md`
Instructions
Step 1: Launch Agent
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.
Step 2: Report Result
## 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
Error Handling
| Scenario | Action | |----------|--------| | Path not found | Report error | | Invalid plan format | Report what's missing | | .claude/prd/ missing | Create directory |
Example Usage
/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
Other commands on essentials-claude-code.
- /beads-converter
Convert plans to Beads - works with /beads-loop, /beads-swarm, or RalphTUI
Open command - /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

