severity1/this-little-wiggy

18 stars · Last commit 2026-01-19

Claude Code plugin that prepares prompts for ralph-wiggum loop plugin - named after The Simpsons episode

README preview

# this-little-wiggy

> "Mayor Quimby gives Ralph the instructions. Ralph executes them."

Type vibes, ship autonomy. Detects complex implementation tasks and wraps them in [ralph-loop](https://github.com/anthropics/claude-code/tree/main/plugins/ralph-loop) format with project-specific completion criteria.

## Why?

You've already curated your workflows - slash commands, TDD prompts, issue references. Why write more prompts just to make them ralph-loop compatible?

this-little-wiggy lets you keep using your established workflows. Your existing prompts automatically get wrapped in ralph-loop format when they're complex enough to benefit from autonomous execution.

## What It Does

Intercepts complex implementation tasks and wraps them with project-specific completion criteria for autonomous execution.

**Before**: Manually structure every prompt with ralph-loop syntax and completion markers

**After**: Use your existing slash commands and prompts - this-little-wiggy handles the wrapping

View full repository on GitHub →