Goal Loop

Set a goal and let the agent work toward it in an autonomous loop — but carefully, verifying each step instead of charging ahead. Define the goal, success/failure criteria, and scope; snapshot for rollback; iterate in small steps, each gated by verification; when stuck, get a cross-model second opinion; when a change breaks things, do root-cause analysis before any patch; roll back honestly if it can't be solved. Use when you say "/goal-loop", "keep working until this is done", "loop on this until it passes", "autonomously get this feature working".

gyujeongion fc67a9d 11.9 KB Updated

File contents

gyujeongion/claude-code-goal-loop/tree/main/skills/goal-loop commit fc67a9d820

Frequently asked questions

npx skillmds@latest add gyujeongion/goal-loop