Skip to content
Automation
Command

/tasks-converter

Convert plans to prd.json - works with /tasks-loop, /tasks-swarm, or RalphTUI

From plugin
essentials-claude-code
9125 skills8 agents25 commands
Install
$ npx -y skills add GantisStorm/essentials-claude-code --agent 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/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.md
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
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, auto-invoked
Stats
91
Stars
1
Views
9
Forks
Maintained
Maintenance
Unlicense
License
5mo ago
Last commit
7mo ago
Created

Repo: GantisStorm/essentials-claude-code