Loop Contract

Design a loop before running one - name its trigger, verification, two stop conditions, terminal states, and the weakest mechanism that holds it. Use when designing or reviewing unattended or repeating agent work - a schedule, a cron/routine, "keep going until X", a babysitting loop. Not for a fixed sequence of known steps (write a script instead) or a single task that just runs long - repetition, not duration, is the trigger.

jonhill90 e3507dc 3 files · 12.5 KB Updated

File contents

jonhill90/skills/tree/main/skills/loop-contract commit e3507dc1c4

Frequently asked questions

npx skillmds@latest add jonhill90/loop-contract