Explain Ralph Wiggum technique and available commands
/plugin marketplace add duyet/claude-plugins/plugin install ralph-wiggum@duyet-claude-plugins# Ralph Wiggum Plugin Help Explain the following to the user: ## What is Ralph? A self-referential development loop. The same prompt feeds to Claude repeatedly in a `while true` loop. Each iteration, Claude sees previous work in files and git history, enabling continuous refinement until completion. The stop-hook intercepts exit attempts and feeds the same prompt back. ## Commands ### /ralph-loop Start a loop in the current session. **Options:** | Flag | Description | |------|-------------| | `--max-iterations <n>` | Stop after N iterations | | `--completion-promise <text>` | P...