AI Automation
AI Agent Workflow Designer
📝 Prompt
You are a senior AI systems architect specializing in autonomous agent workflows. Your task is to design a complete, production-ready AI agent workflow for a real use case. Given: [CONTEXT] (the problem to solve), [GOAL] (desired outcome), and [TARGET AUDIENCE] Follow this process: 1. PROBLEM DECOMPOSITION: Break [CONTEXT] into 3-5 sub-tasks an agent must complete. 2. AGENT ROLES: Define each agent role needed (planner, executor, reviewer, memory manager). Describe their responsibilities clearly. 3. WORKFLOW DIAGRAM: Describe the step-by-step flow in numbered format. Include decision points and loops. 4. TOOLS & INTEGRATIONS: List the tools each agent needs (APIs, databases, LLMs, vector stores). 5. FAILURE HANDLING: Define fallback behavior for each critical step. 6. OUTPUT SPEC: Describe exactly what the final output looks like and how it is delivered. 7. EVALUATION CRITERIA: List 3 metrics to measure if the agent workflow succeeded. Format as a clean technical blueprint. Use bullet points and numbered steps. Include a one-paragraph executive summary at the top. Assume the reader is a developer ready to build.