Start iterative refinement loop until all gates pass
/plugin marketplace add jvishnefske/claude-plugins/plugin install jvishnefske-swiss-cheese@jvishnefske/claude-plugins# /swiss-cheese:loop Command Start an iterative verification loop that continues until all gates pass (ralph-wiggum pattern). ## Usage ## How It Works This implements the **ralph-wiggum** pattern: a self-referential AI loop where Claude works on verification, attempts to exit, and the Stop hook re-injects the task until completion. ## Options | Option | Description | Default | |--------|-------------|---------| | `--max-iterations` | Maximum loop iterations before forced exit | 10 | | `--from-layer` | Resume from specific layer | 1 (or current) | | `--completion-promise` | Token t...