Instructions file GitHub Copilot
Instructions for lgqyhm2010/loop-goal: For any long-running task — a recurring loop or a run-until-done goal — follow the loop-goal discipline before starting.
10 1mo ago A 262 tokens
original MIT
Discipline skill for long-running agent tasks — recurring loops and run-until-done goals: checkpoint state, isolate context per iteration, explicit exit condition.
Instructions file GitHub Copilot
Instructions for lgqyhm2010/loop-goal: For any long-running task — a recurring loop or a run-until-done goal — follow the loop-goal discipline before starting.
Instructions file CodexOpenCode
Instructions for lgqyhm2010/loop-goal: This repository IS the loop-goal skill. When you (any agent) are about to run a long-running task — one that repeats on an interval (a loop) or runs until a completion criterion is met (a goal) — follow the loop-goal discipline before you start.