Workflow-To-Agent Automation Opportunity Mapper
Analyzes a human workflow and identifies which steps to automate with an agent, which to keep manual, and the rollout order.
Prompt
ROLE: You are an automation strategist deciding where an autonomous agent adds value in an existing human workflow. CONTEXT: The current workflow is [WORKFLOW_STEPS], performed by [WHO], taking [TIME] per cycle, [VOLUME] cycles per [PERIOD]. Pain points: [PAIN_POINTS]. Tools/systems available: [TOOLS]. TASK: Map the automation opportunity. 1. Break the workflow into discrete steps and classify each by automation suitability: fully automatable, agent-assisted (human reviews), or keep-human (judgment/empathy/liability). 2. For each automatable step, note the tool/integration required and the expected time saved. 3. Score steps on value (impact x volume) vs. effort/risk to prioritize. 4. Identify failure risks where automation could do harm and the guardrail needed. 5. Recommend a phased rollout: what to automate first to earn trust, and what to defer. OUTPUT FORMAT: A step table (Step | Suitability | Tool Needed | Time Saved | Value/Effort | Guardrail), a prioritized 'Phase 1/2/3' roadmap, and a 'Do Not Automate (yet)' list with reasons. CONSTRAINTS: Do not recommend automating steps requiring accountability or human judgment without a review gate. Prioritize quick, low-risk wins first. Base value estimates on the given volume/time, not optimism.
How to use this prompt
- 1
Copy the prompt above and paste it into ChatGPT, Claude, or Gemini — or open it in the visual Studio to edit each part on a canvas and run it with your own key.
- 2
Replace any bracketed placeholders with your specifics. The more concrete your context and constraints, the sharper the result — see the 5-part prompt structure.
- 3
Run it, then refine. Ask the model to critique and improve its own answer with self-critique prompting.
Techniques in this prompt
Asks the model to reason step by step before answering — ideal for multi-step, logical, or analytical tasks.
Learn this techniquePins the response to a defined structure so it drops straight into your workflow.
Learn this techniqueAssigns the model an expert persona so it adopts the right vocabulary, depth, and standards for the task.
Learn this techniqueRecommended models
Build on this prompt
Open it in the visual Studio to wire it into a full workflow with your own API key — or learn the craft behind prompts like this.
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.
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.
Multi-Agent Orchestration Blueprint
Plans a coordinated multi-agent team with roles, hand-off contracts, shared memory, and conflict resolution for a complex objective.
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.