pi-ralph-wiggum

Installation
SKILL.md

Ralph Wiggum - Long-Running Development Loops

Use the ralph_start tool to begin a loop:

ralph_start({
  name: "loop-name",
  taskContent: "# Task\n\n## Goals\n- Goal 1\n\n## Checklist\n- [ ] Item 1\n- [ ] Item 2",
  maxIterations: 50,        // Default: 50
  itemsPerIteration: 3,     // Optional: suggest N items per turn
  reflectEvery: 10          // Optional: reflect every N iterations
})

Loop Behavior

Installs
2
GitHub Stars
407
First Seen
Apr 26, 2026
pi-ralph-wiggum — tmustier/pi-extensions