Review and Approve
A reusable approval gate that any workflow can embed. The AI prepares the decision, then pauses and waits for your explicit yes before advancing. Reject and it loops into a bounded fix-and-retry path, then re-surfaces for a fresh decision. The AI cannot advance past it on its own.
Fragment steps
Runs inline, inside a parent workflow's conversation
- 1
Prepare Review
Summarize the decision the operator needs to make in one paragraph.
Include:- What changed
- Why it changed
- What could go wrong if approved as-is
Keep it under 10 lines. Do not restate the whole task.
- 2
Review
Operator decides. Approve to move on, reject to loop into
apply-fixes.The AI pauses here and waits for a human to approve before the conversation continues.If rejected → returns to apply-fixes - 3
Apply Fixes
Apply the operator's requested changes. When done, loop back to
prepare-review so the updated context is re-surfaced for a
fresh decision.If approved → prepare-review Sequence complete — control returns to the parent workflow.
Ready to automate?
Stop re-explaining your process. Pick a template, start a task, and let the AI drive the work through your workflow.