What problem does it solve?
This Skill provides a persistent completion loop that keeps executing work until all tasks are verified complete, automatically dispatching tasks, collecting failure context, and escalating to debugging when needed.
Core Features & Use Cases
- Persistent looping: continuously processes a list of work items until none remain or verification passes.
- Automated dispatch with category routing: directs tasks to the appropriate executors based on their category.
- Failure handling and retries: captures context after failures and retries up to three times with preserved history.
- Debugging escalation: triggers a debugging workflow if all retries fail, helping diagnose and resolve root causes.
- Final verification and exit: runs a final verification before exiting the loop to ensure overall completion.
- Progress reporting and pause on unrecoverable errors: reports progress after each step and can pause if the user interrupts.
Quick Start
Start the Ralph skill and tell it to continue until all tasks are verified complete.