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.