← All plugins
ralph-wiggum
v1.0.0Implementation of the Ralph Wiggum technique - continuous self-referential AI loops for interactive iterative development. Run Claude in a while-true loop with the same prompt until task completion.
Claude Code
by Daisy Hollman140.8kupdated 1 day ago
Source
git clone https://github.com/anthropics/claude-codeClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/ralph-wiggum/ inside the repository.
Layout
plugins/ralph-wiggum/
└── .claude-plugin/plugin.json
Manifests1
plugins/ralph-wiggum/.claude-plugin/plugin.json
{
"name": "ralph-wiggum",
"version": "1.0.0",
"description": "Implementation of the Ralph Wiggum technique - continuous self-referential AI loops for interactive iterative development. Run Claude in a while-true loop with the same prompt until task completion.",
"author": {
"name": "Daisy Hollman",
"email": "daisy@anthropic.com"
}
}