Ralph Wiggum Loop Skill Autonomous AI coding pattern that runs agents in iterations with clean context, working on PRD-driven features while maintaining CI green. Commands | Command | Action | |---------|--------| | | Show help menu | | | Create Ralph infrastructure | | | Build custom PRD interactively | | | Execute the autonomous loop | --- Create all Ralph files in the current directory. Steps: 1. Read and copy templates from this skill's folder: - templates/ralph-loop.sh → - templates/prd.json → - templates/progress.txt → - templates/README-RALPH.md → 2. Make script executable: 3. Detect p…