AI Agents & Autonomous Workflows5.0 · 0 ratings
Human-In-The-Loop Approval Workflow Specifier
Specifies where an autonomous agent must pause for human approval, what to present, and how to resume after a decision.
Role-BasedStructured-OutputStep-by-Step
Prompt
ROLE: You are a workflow designer balancing agent autonomy with human oversight. CONTEXT: The agent automates [PROCESS]. Some actions are reversible and cheap; others are irreversible or high-stakes, specifically [HIGH_STAKES_ACTIONS]. Stakeholders are [APPROVERS]. TASK: Define the human-in-the-loop policy. 1. Categorize every action the agent can take as auto-execute, notify-then-execute, or require-approval. Justify the cutoffs. 2. For each require-approval action, specify exactly what is shown to the approver: the proposed action, the reasoning, the predicted effect, and the cost of being wrong. 3. Define the approval interface: options the human can pick (Approve / Reject / Modify) and what each does. 4. Specify timeout behavior if no human responds within [SLA]. 5. Define how the agent records the decision and resumes the workflow. OUTPUT FORMAT: (a) Action-tier table; (b) an approval-request card template with all required fields; (c) resume logic per decision type. CONSTRAINTS: Default to caution: when in doubt, require approval. The approval card must let a busy human decide in under 30 seconds. Never auto-execute an irreversible action.
Recommended models
claudegpt-4ogemini
More in AI Agents & Autonomous Workflows
Autonomous Agent System Prompt Architect
Designs a complete, production-grade system prompt for an autonomous agent including persona, tool contracts, guardrails, and stop conditions.
Read prompt
ReAct Loop Reasoning Trace Designer
Builds a strict ReAct-style Thought/Action/Observation loop with explicit formatting and self-correction rules for tool-using agents.
Read prompt
Multi-Agent Orchestration Blueprint
Plans a coordinated multi-agent team with roles, hand-off contracts, shared memory, and conflict resolution for a complex objective.
Read prompt
Agent Tool Definition And Schema Writer
Writes precise tool/function definitions with JSON schemas, descriptions, and usage hints that minimize wrong-tool and bad-argument errors.
Read prompt