Tier 2: Using Ralph Commands
Use the Ralph skill in Claude Code.
Available Commands
/ralph
Start the loop on current tasks:
/ralph
Claude will:
- Read your task file
- Execute each pending task
- Verify completion
- Mark done and continue
/ralph add
Add a new task:
/ralph add "Refactor the login function"
/ralph status
Check queue status:
/ralph status
Output:
Tasks: 3 pending, 1 in_progress, 5 completed
How It Works
The skill teaches Claude to:
- Persist - Keep working until verified complete
- Verify - Check results before marking done
- Retry - Try again on low confidence
- Stop - Respect circuit breaker limits
Example Session
You: /ralph add "Write unit tests for auth module"
Claude: Added task. Starting loop...
Working on: Write unit tests for auth module
Created: tests/test_auth.py
Running tests... 5/5 passed
Confidence: 0.95 - Complete!
All tasks done!