Agent Skill
2/7/2026ralph-run
Start the Ralph Ultra autonomous development loop. Iterates through PRD stories with smart failure handling, skill-based verification, and checkpointing. Use when ready to execute a PRD plan autonomously.
K
kimhons
1GitHub Stars
1Views
npx skills add kimhons/Ralph-Loop-Ultra
SKILL.md
| Name | ralph-run |
| Description | Start the Ralph Ultra autonomous development loop. Iterates through PRD stories with smart failure handling, skill-based verification, and checkpointing. Use when ready to execute a PRD plan autonomously. |
name: ralph-run description: Start the Ralph Ultra autonomous development loop. Iterates through PRD stories with smart failure handling, skill-based verification, and checkpointing. Use when ready to execute a PRD plan autonomously. allowed-tools: Read, Write, Edit, Bash, Grep, Glob
Ralph Ultra Autonomous Loop
Start the smart adaptive development loop that iterates through PRD stories.
What this does
- Pre-flight checks — Runs environment-doctor and deep-codebase-navigator
- Story selection — Picks next story respecting dependencies and failure history
- Prompt construction — Builds context from CLAUDE.md, skills, progress, and error history
- Execution — Invokes Claude/AMP with appropriate security flags
- Verification — Runs post-iteration skills (security-auditor, performance-guardian)
- Failure handling — Circuit breaker at 3 failures, error injection for self-correction
- Checkpointing — Saves state after each iteration for resumability
Usage
/ralph-ultra:ralph-run [--max-iterations N] [--security sandbox|standard|yolo] [--tool claude|amp] [--resume]
Options
| Option | Default | Description |
|---|---|---|
--max-iterations | 10 | Maximum loop iterations |
--security | standard | Security mode (sandbox/standard/yolo) |
--tool | claude | AI tool to use |
--resume | false | Resume from last checkpoint |
Loop Flow
Pre-flight Skills → Pick Story → Build Prompt → Execute →
↓ Success: Mark done, run post-iteration skills → Next story
↓ Failure: Record error, inject context → Retry (max 3) → Block story
Security Modes
- sandbox: Read-only analysis, no file modifications
- standard: Allowlist-based, only permitted commands
- yolo: Full permissions (requires explicit confirmation)
Monitoring
While the loop runs:
- View live dashboard:
/ralph-ultra:ralph-dashboard - Check status:
/ralph-ultra:ralph-status - Session logs:
.ralph-ultra/sessions/current/log.jsonl
Skills Info
Original Name:ralph-runAuthor:kimhons
Download