Đang tải…
Đang tải…
Rewrites a vague request into a precise goal — exact end state, how to verify it, what not to touch, and the stop condition — then executes against it.
npx claude-code-templates@latest --loop engineering/goal-refiner-loopLoop Engineering — "your agent is not dumb, your instructions are just vague." This loop's only first job is to turn a fuzzy ask into a rigorous, verifiable goal before any code is written, then run the
/goalagainst it.
Convert a vague request into a precise goal — the exact end state, how it will be verified, what must not be touched, and the stop condition — confirm it, then execute.
Trigger: on-demand.
/goal Before doing anything, rewrite my request into a precise goal: the exact end state, how you will verify it, what you must not touch, and the stop condition (including a turn cap). Confirm that goal with me, then execute against it and stop when the end state is verified.
critical-thinking rewrites the ask into a crisp, testable goal.code-architect defines the blast radius: what's in, what must not be touched.The goal's verifiable end state is reached, or the turn/budget cap is hit (the loop reports how far it got).
Every refined goal carries an explicit "what not to touch" and a turn cap, so an under-specified ask can't sprawl into a risky, open-ended run.
agent:expert-advisors/critical-thinking — sharpens the goal and verification.agent:development-team/code-architect — bounds scope and the do-not-touch list."Make the app faster" becomes "p95 of /search ≤ 200ms measured by the existing benchmark, without changing the public API, stop after 8 turns" — and the loop executes against that.