Workflow Diagram Description
Highlighting AI-automated vs manual steps in the diagram immediately shows the automation coverage and remaining manual work.
Convert the following workflow into a detailed diagram description that can be rendered in {{diagram_format}} (mermaid / Lucidchart / draw.io / ASCII).\n\nWorkflow name: {{workflow_name}}\nWorkflow description:\n{{workflow_description}}\n\nInclude in the diagram:\n1. All steps as labeled nodes\n2. Decision points as diamond nodes with labeled yes/no branches\n3. Parallel paths where steps can happen simultaneously\n4. Swimlanes for different roles/teams: {{roles}}\n5. Start and end points\n6. Error/exception paths\n7. AI-automated steps highlighted differently from manual steps\n\nProvide:\n- The diagram code/description in {{diagram_format}} syntax\n- A legend explaining the visual conventions\n- A plain-text walkthrough of the happy path
Variables to customize
Why this prompt works
Highlighting AI-automated vs manual steps in the diagram immediately shows the automation coverage and remaining manual work.
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.