// free_bonus · included_with_every_skill

Good LoopA loop prompt that actually finishes.

Tell it the repeat job. It hands back a sharp loop you can paste straight in.

Claude Code can run a task on a loop, over and over until something is done. The catch: a loose request like "keep improving the page" has no finish line, so it either drifts or runs forever. Good Loop fixes that. It asks you a couple of quick questions, then writes you a proper loop: a clear goal, a way to check the goal is actually met, the exact condition that means "stop", and a hard cap so it can never spin out of control. You copy it, paste it, and walk away.

// the difference

Same job. One of these comes back done.

A loop is only as good as the prompt you give it. Here is the same task, written two ways.

✗ VAGUE LOOP

"keep improving the landing page"

No goal it can measure, no way to know it's finished, no stop. It tweaks endlessly, second-guesses good work, and burns your quota with nothing clearly "done" at the end.

✓ GOOD LOOP

A loop with a finish line

Goal: get the page's speed score to 95 or higher. Check: run the speed test and read the number. Stop when: it hits 95 on three runs in a row. Hard cap: 8 tries, then report back. Now it has a target, a test, and an exit.

The whole trick is forcing four things to be explicit: the goal, the way to verify it, the done-condition, and a hard iteration cap. Good Loop interviews you for exactly those, so you don't have to remember them.

// how it works

Three questions, then a prompt you can paste.

01
You say what to loop on
"Keep fixing failing tests", "polish this page", "tune the copy". Whatever the repeat job is.
02
It interviews you
A few short questions to pin down the real goal, how to check it's met, what "done" looks like, and a safe limit on tries.
03
It hands back the loop
A copy-paste-ready prompt, plus the exact command to run it. It stops at an approval point first, so nothing runs until you say go.

Good Loop is free with every Godmode skill

You don't buy Good Loop on its own. It comes bundled, at no extra cost, with every paid Godmode skill, from Godmode on up. Pick up any skill and Good Loop lands in your account with it.

Start with Godmode →

Want to see everything that's included? Compare all plans →

// faq

Common questions.

What is a "loop" in Claude Code?
It's a way to have Claude Code run the same task over and over, on a timer or until a condition is met. Useful for things like "keep fixing this until the tests pass". Good Loop helps you write the instruction so the loop knows when to stop.
Do I have to buy it?
No. Good Loop is a free bonus included with every paid Godmode skill. There is no separate price and no separate checkout.
Does it run the loop for me?
It designs the loop and hands you the ready-to-run prompt plus the command. It stops at an approval point so you stay in control. You decide when to actually start it.
Where does it run?
Inside Claude Code, the command-line tool from Anthropic, the same place the Godmode skills run.

Loops that know when they're done.

It comes free with every Godmode skill. Start with the one that fits your work.