Loop Controller

Wrap any task in a verifiable stop condition plus a mandatory guardrail stack so an autonomous loop converges instead of thrashing or burning the budget — the foundation harness every loop skill composes on. Use whenever you want Claude to keep working until something is provably true (tests pass, coverage hits a target, a contract's criteria hold, a queue is empty), to schedule a recurring check, or to pick the right loop primitive (/goal vs /loop vs Stop-hook vs a bash Ralph loop vs a dynamic workflow). Trigger on: "loop until", "keep going until", "run until green", "work until done", "autonomous loop", "agentic loop", "ralph loop", "/goal", "iterate until", "loop safely", "iteration cap", "loop budget", "runaway agent", "overnight build". Read it first when authoring any new loop skill.

ivy00johns Updated

File contents

ivy00johns/Skill-Madness/tree/main/skills/loops/loop-controller commit 3335f5899d

Frequently asked questions

npx skillmds@latest add ivy00johns/loop-controller