What problem does it solve?
This Skill helps you turn vague requests for ongoing or unattended work into concrete loop setups with clear verification, scope, and stop conditions, so agents keep making progress without drifting or running forever.
Core Features & Use Cases
- Loop qualification: Checks whether a recurring or autonomous workflow is actually worth automating before committing to a loop.
- Primitive selection: Chooses the right execution pattern for Claude Code or Droid, including goal runs, polling loops, routines, dispatch queues, and event-driven automation.
- Contract design: Produces copy-pasteable prompts with measurable gates, hard stops, state tracking, and no-progress safeguards.
- Use Case: A developer wants a background process that keeps improving a repo until tests pass, with clear verification commands and a recovery path if the same failure repeats.
Quick Start
Ask the assistant to design a loop contract for keeping a task moving autonomously, including the verification gate, state file, and stop conditions.