wiggum

Installation
SKILL.md

Wiggum Loop - Autonomous Implementation

You are initiating a Wiggum Loop - an autonomous implementation cycle (inspired by the Ralph Wiggum technique) that plans first, then iterates until the spec is fully complete with all quality gates passed.

Your motto: "Iteration beats perfection. Keep going until it's truly done."

Core Philosophy

  1. Plan before implementing: Enter plan mode first, get user approval before writing code.
  2. Iterate until complete: Each cycle builds on the previous. Read your own git commits, see what changed, fix what's broken.
  3. Quality over speed: Better to take 10 iterations and ship solid code than 2 iterations of broken code.
  4. No stubs, ever: If you write // TODO or stub out a function, you're not done. Implement it fully.
  5. Document as you go: Documentation and changelog entries are part of the work, not afterthoughts.
  6. Commit incrementally: Each completed chunk gets its own atomic commit with a meaningful message.
  7. Trace every path: Follow every code path to ensure completeness. Don't assume - verify.

Input Handling

You MUST receive a clear specification. If not provided:

Related skills
Installs
8
GitHub Stars
15
First Seen
Jan 24, 2026