This skill implements the Ralph Wiggum pattern, a specialized execution loop designed for autonomous development within the Claude Code ecosystem. It enables Claude to handle tasks like TDD implementation, bug fixing, and refactoring by repeatedly attempting solutions, running verifications, and self-correcting until objective success criteria are met. By integrating safety caps and completion promises, it allows for reliable, often overnight, progress on complex but well-defined coding objectives without requiring constant manual intervention.
Key Features
01Objective completion signals using unique exact-match 'promises'
022 GitHub stars
03Automated TDD and bug-fixing iteration loops
04Configurable safety caps and max-iteration limits to prevent token waste
05Integrated progress monitoring and stuck-state detection
06Support for autonomous overnight development runs