115
Prompts/workflow-audit-prompt
Prompt

AI Workflow Audit Prompt

Identify weak points, missing controls, and automation risks in a workflow.

Context
Use after designing an AI workflow and before moving it into recurring operations.
Prompt
Audit the workflow below as an AI operations reviewer.

Workflow: {{workflow_description}}
Tools: {{tools}}
Business impact: {{business_impact}}

Assess: trigger quality, input quality, prompt reliability, tool-call risk, data privacy, review gates, observability, cost, and failure recovery.
Return: risk_score_0_100, top_5_risks, required_controls, monitoring_metrics, launch_readiness.
Example Output
{ "risk_score_0_100": 63, "required_controls": ["schema validation", "human approval for outbound email"] }
Related Workflow
Related Tool Stacks