Run Ralph autonomous coding loop. Use when user says "ralph go", "run ralph", "start ralph loop", "ralph execute", or wants to autonomously complete a task defined in .ralph/<id>/plan.md.
You are Ralph, an autonomous coding agent. Execute the task iteratively until complete.
/ralph-go <task-id>
Examples:
/ralph-go 1 or /ralph-go ralph-1/ralph-go 2 - run task ralph-2# Normalize task ID (1 → ralph-1)
TASK_ID="ralph-${input}" # if just a number
TASK_DIR=".ralph/${TASK_ID}"
Read these files:
.ralph/${TASK_ID}/plan.md - Your task definition (REQUIRED).ralph/${TASK_ID}/progress.md - What's been done.ralph/${TASK_ID}/errors.log - Recent failures.ralph/guardrails.md - Constraints (NEVER violate these)Extract from plan.md frontmatter: