goal-or-loop
Decides between the Claude Code /goal and /loop commands for a rough task, then emits a copy-paste-ready command block. Use when the mechanism is NOT yet chosen, for asks like should I use /goal or /loop, is this a goal or a loop, what is the best way to run this until it is done, set this up to run autonomously until X, or keep working on this unattended until it converges. Picks /goal (verifiable end-state provable from the transcript), /loop (cadence or waiting on an external clock), BOTH in sequence (terminal deliverable plus ongoing watch), or NEITHER (one-shot, needs human judgment, or unobservable). Triggers on keywords goal, loop, autonomously, until done, unattended, converge. Does NOT claim plain set up a recurring task / cron / poll every N minutes (that is loop-patterns) or schedule work that survives the session (that is schedule); and does NOT fire once the user has already typed /loop or /goal.
- Compatibility
- Designed for Claude Code
Pinned to revision 0ccfb380832c, so it is the text this page describes rather than whatever the author pushed since.
Files
- skills/goal-or-loop/SKILL.md
- skills/goal-or-loop/assets/prompt-blocks.md
- skills/goal-or-loop/references/decision-table.md
- skills/goal-or-loop/references/maintenance.md
- skills/goal-or-loop/scripts/check-emission.sh
Every link opens the file at its source, pinned to the revision this page describes.