Explain Ralph Wiggum technique and available commands
/plugin marketplace add king8fisher/claude-code-marketplace/plugin install ralph-wiggum@king8fisher-plugins# Ralph Wiggum Plugin Help ## What is the Ralph Wiggum Technique? The Ralph Wiggum technique is a self-referential AI development pattern where Claude runs in a loop, receiving the same prompt repeatedly until task completion. Each iteration builds on previous work visible in files and git history. ## Available Commands ### /ralph-loop Start an in-session loop with stop hook integration. **Examples:** - `/ralph-loop Build a REST API --completion-promise 'DONE'` - `/ralph-loop Fix bugs --max-iterations 10` ### /cancel-ralph Cancel the current Ralph loop immediately. ## How It Works ...