Ralph Wiggum Loop Overview The Ralph Wiggum pattern: an external shell loop that spawns a fresh agent session per PR comment . Each invocation reads a plan file, does exactly one unit of work (triage or fix), then exits. The shell loop handles repetition. This avoids context window exhaustion and works with any agent. How to invoke This skill is not invoked via chat . Instead, you run a shell loop in your terminal — the loop pipes to a fresh agent session for each iteration: See Setup below to get into your project. Setup (once per PR) 1. Copy from this skill to your project root: The path de…