Ralph Wiggum Loop
Developer Official v1.0.10Autonomous development loop — pick a task, implement, test, commit, repeat until done
by skrptiq
Sign in to import this skrpt into your workspace.
Sign inWhat's included 13 nodes
Ralph Wiggum Loop
Autonomous development loop — pick a task, implement, test, commit, repeat until all tasks pass
Completion Report
Produces a summary of what the autonomous loop accomplished across all iterations
Implementation
Implements the selected task — writes code, runs tests, and commits the changes
Task Selection
Reads the progress tracker and selects the next incomplete task based on dependencies and priority
Test Verification
Verifies implementation correctness and determines whether the loop should continue, pass, or fail
Implement Task
Implements the selected task — writes code, runs tests, commits
Report Completion
Produces a summary report of what the autonomous loop accomplished
Select Task
Reads the progress tracker and selects the next task to implement
Verify Tests
Evaluates implementation correctness and decides whether the loop should continue, pass, or fail
LLM Service
Language model service for analysis, synthesis, and document generation
Claude Code Configuration
Recommended CLAUDE.md conventions and settings for autonomous loop operation
Loop Runner Script
Reference bash script for running the Ralph Wiggum loop with Claude Code CLI
Progress Tracker Template
Template for the progress file that tracks task completion across loop iterations
Requirements 1 service, 3 permissions, 1 data type
- LLM Service
- filesystem:read
- filesystem:write
- shell:execute
- source code
Security Passed
Detected
- Services:
- Permissions:
- Data Handling:
Version history 6 releases
Automated release v1.0.10
Automated release v1.0.9
Automated release v1.0.8
Automated release v1.0.7
Automated release v1.0.6
Automated release v1.0.0
More from Developer
View all →Customer Support Flow
Classifies customer intent and drafts appropriate responses
Bug Report Triage Pipeline
Classifies incoming bug reports, extracts structured details, and triages by severity using incident response guidelines
MCP PR Review Pipeline
Multi-agent pull request review via GitHub MCP — security, quality, and style agents with a human gate before posting