← Back to catalog
LoopEvaluation↓ 0

Human Approval Loop

Runs the task, then pauses and sends approve, revise, or skip before anything ships, with your approval as the stop condition.

Loops are usage routines — there is no install command. See how to run it just below.

This loop has the same shape as the autonomous ones, but the stop condition is your approval, not a passing test.

The cycle runs the task up to the point of shipping, pauses at a gate, and sends you approve, revise, or skip.

On approve it continues and ships; on revise it redoes the work with your note; on skip it moves to the next item.

Nothing goes live without an explicit human decision.

When to use

  • On irreversible or sensitive actions that need sign-off.
  • When you want to review each result before it publishes.
  • To treat human review as a queue with clear actions.

How to use

Run the loop asking it to run the next task, pause, and send approve, revise, or skip, never shipping without your approval.