Skip to main content

ralph-loop

Ralph Wiggum-inspired automation loop for specification-driven development. Orchestrates task implementation, review, cleanup, and synchronization using a Python script. Use when: user runs /loop command, user asks to automate task implementation, user wants to iterate through spec tasks step-by-step, or user wants to run development workflow automation with context window management. One step per invocation. State machine: init โ†’ choose_task โ†’ implementation โ†’ review โ†’ fix โ†’ cleanup โ†’ sync โ†’ update_done. Supports --from-task and --to-task for task range filtering. State persisted in fix_plan.json.

Jump to install

Source facts

Repository
giuseppe-trisciuoglio/developer-kit
Last source activity
May 10, 2026 at 16:24
Detected SKILL.md language
English
Stars
329
Forks
38

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.