/ralph-start — Begin a Ralph Loop Session
Usage
/ralph-start
Description
Initializes a manual ralph-style session by reading all context files and identifying the next task. Use this when working interactively (not via ralph.sh).
Instructions
- •
Read the following files in order:
- •
CLAUDE.md— project rules - •
AGENTS.md— discovered patterns and gotchas from prior work - •
PROGRESS.md— what was done in previous iterations - •
PRD.md— the task list
- •
- •
Identify the next unchecked (
- [ ]) task in PRD.md that is NOT marked[BLOCKED]. - •
Report:
- •A brief summary of what was learned from AGENTS.md
- •The last 3 entries from PROGRESS.md
- •The next task to work on
- •Any relevant gotchas from AGENTS.md for this specific task
- •
Ask the user to confirm before starting implementation.
Model
haiku