What problem does it solve?
This skill provides user intervention commands to manage Ralph Wiggum autonomous loops during execution, enabling manual control, pausing, resuming, status checks, hints, and budget adjustments to ensure safe and predictable loop progress.
Core Features & Use Cases
- /ralph-status: Display current loop status, progress, and budget information.
- /ralph-pause: Temporarily halt the autonomous loop for user intervention.
- /ralph-resume: Resume the loop from pause and continue execution.
- /ralph-hint "message": Add targeted guidance for the next iteration of a task.
- /ralph-cost-limit [amount]: Update total budget allocation for the loop.
- /ralph-task-status [task_name]: Retrieve detailed status for a specific task.
- /ralph-complete [task_name]: Manually mark a task as complete, bypassing verification.
- /ralph-reset [task_name]: Reset a task to pending, clearing iteration history.
- /ralph-rollback [checkpoint]: Roll back the loop state to a git checkpoint.
- Integration with Ralph Orchestrator: Commands coordinate with the orchestrator to update shared state, enforce behavior changes, and provide user feedback.
Quick Start
Run the Ralph orchestrator and begin issuing commands such as /ralph-status to inspect progress, /ralph-pause to intervene, and /ralph-resume to continue. For targeted task adjustments, use /ralph-task-status and /ralph-hint as needed.