Ralph Status

Show current Ralph progress status

Ralph Status

Display the current state of the Ralph Agent.

Model: This command uses Haiku for fast, simple status display.

Execution

Spawn a Task agent with model: "haiku" and subagent_type: "general-purpose" to read and display status.


Instructions

  1. Read .ralph/progress.txt

  2. Display formatted status:

╔════════════════════════════════════════╗
║         RALPH AGENT STATUS             ║
╠════════════════════════════════════════╣
║ Feature:      [feature-slug]           ║
║ Task:         [FEAT-XXX / FIX-XXX]     ║
║ Status:       [PLANNING/BUILDING/...]  ║
║ Review Cycle: [N]                      ║
╠════════════════════════════════════════╣
║ Queue:                                 ║
║   1. FEAT-001: Task title              ║
║   2. FEAT-002: Task title              ║
╠════════════════════════════════════════╣
║ Completed:                             ║
║   ✓ FEAT-001: Task title               ║
╠════════════════════════════════════════╣
║ Blockers:                              ║
║   (none)                               ║
╚════════════════════════════════════════╝
  1. Suggest next action:
StatusSuggestion
INITIALIZEDRun /ralph:ralph-onboard (existing) or create PRD.md and /ralph:ralph-plan (new)
ONBOARDEDReview generated docs, then /ralph:ralph-plan
PLANNINGFinish planning or /ralph:ralph-loop
BUILDING/ralph:ralph-loop to continue
REVIEWING/ralph:ralph-loop to implement fixes
APPROVED/ralph:ralph-plan for next feature
  1. If .ralph/progress.txt doesn't exist:
    • Suggest running /ralph:ralph-init first