Process Mapper
Rating automation potential per step and specifying which AI tool fits each one produces an actionable automation roadmap, not just a process diagram.
Map out the following business process as a structured workflow that can be partially or fully automated with AI.\n\nProcess name: {{process_name}}\nCurrent description:\n{{process_description}}\n\nFor each step in the process, document:\n1. Step name and description\n2. Input: what data/materials does this step need?\n3. Output: what does this step produce?\n4. Current owner: who does this today (person/role)?\n5. Automation potential: High / Medium / Low / Not automatable\n6. AI tool that could handle this step (and which prompt it would need)\n7. Dependencies: what must complete before this step can start?\n\nThen provide:\n- A visual-friendly text diagram of the workflow (mermaid or ASCII)\n- Total estimated time: current vs automated\n- Recommended automation priority order
Variables to customize
Why this prompt works
Rating automation potential per step and specifying which AI tool fits each one produces an actionable automation roadmap, not just a process diagram.
Save this prompt to your library
Organize, version, and access your best prompts across ChatGPT, Claude, and Cursor.
Related prompts
Forcing the agent to plan before acting prevents premature execution and wasted steps. Explicit dependency mapping enables parallel execution and catches logical gaps early.
Tool Selection AgentThe ReAct pattern (Reason + Act) creates an explicit reasoning trace that improves tool selection accuracy. The error-handling rule prevents infinite retry loops.
Prompt CompressorExplicitly requiring all functional requirements to be preserved prevents the model from over-compressing and losing critical instructions.
Memory Management AgentExplicit memory read/write instructions create agents that improve over time. Categorization keeps memories organized, and the deduplication rule prevents context bloat.