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
-
Read
.ralph/progress.txt -
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) ║
╚════════════════════════════════════════╝
- Suggest next action:
| Status | Suggestion |
|---|---|
| INITIALIZED | Run /ralph:ralph-onboard (existing) or create PRD.md and /ralph:ralph-plan (new) |
| ONBOARDED | Review generated docs, then /ralph:ralph-plan |
| PLANNING | Finish 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 |
- If
.ralph/progress.txtdoesn't exist:- Suggest running
/ralph:ralph-initfirst
- Suggest running