beads-converter
Convert plans to Beads - works with /beads-loop, /beads-swarm, or RalphTUI
Write recommended RalphTUI config for json or beads tracker
> /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.
/ralph-configContext preview
What this command does when you run it.
Write recommended RalphTUI config for json or beads tracker
allowed-tools: Bash(cat:*), Bash(mkdir:*), Bash(test:*) argument-hint: "<json|beads>" description: Write recommended RalphTUI config for json or beads tracker model: opus context: fork
Write the full recommended RalphTUI configuration for Tasks (json) or Beads workflow.
If argument is not `json` or `beads`:
Usage: /ralph-config <json|beads> json - Config for prd.json tasks workflow beads - Config for Beads workflow
mkdir -p .ralph-tui
**If argument is `json`:**
cat > .ralph-tui/config.toml << 'EOF' # RalphTUI config for Tasks (prd.json) workflow # See: WORKFLOW-TASKS.md#recommended-configurations configVersion = "2.1" maxIterations = 0 agent = "claude" tracker = "json" autoCommit = false subagentTracingDetail = "full" [agentOptions] model = "claude-opus-4-5-20251101" [trackerOptions] [notifications] sound = "system" EOF
**If argument is `beads`:**
cat > .ralph-tui/config.toml << 'EOF' # RalphTUI config for Beads workflow # See: WORKFLOW-BEADS.md#setup-for-beads configVersion = "2.1" maxIterations = 0 agent = "claude" tracker = "beads-bv" autoCommit = false subagentTracingDetail = "full" [agentOptions] model = "claude-opus-4-5-20251101" [trackerOptions] [notifications] sound = "system" EOF
cat .ralph-tui/config.toml
Config written: .ralph-tui/config.toml Tracker: <json or beads-bv> Run with: ralph-tui run --prd <path> # json tracker ralph-tui run --epic <epic-id> # beads-bv tracker
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)