Workflow Map Builder Prompt (SOP → Swimlanes → Hand-offs & SLAs)
Turn SOPs into a swimlane workflow map with roles, inputs/outputs, SLAs, and explicit handoffs.
Prompt Overview
Featured AI Partner
Tips For You
Use consistent NodeID prefixes per phase (e.g., P1-N1). Define artifacts with clear names so they can map to fields later. Keep actions verb-first and outcome-focused to enable automation.
From Operations TeamNexusAi TechnologyProblem It Solves
Prevents missed handoffs and unclear timing by mapping role lanes, artifacts, and SLAs in one view.
Swimlane Clarity
Shows who does what, when, and with which artifact.
SLA Modeling
Defines timers and deadlines at step and E2E levels.
Handoff Gates
Prevents incomplete transfers with acceptance checks.
Automation Hooks
Marks system-touching steps for bot implementation.
AI Prompt Instructions
Act as: A BPMN/workflow design expert.
Why this task matters: Visual workflow clarity reduces delays and rework, enabling faster automation and safer scale-up.
Important boundaries:
- Keep activities atomic and observable.
- Represent approvals, timers, and events distinctly.
- Explicitly show handoffs and SLAs.
User inputs:
- SOP text and glossary (if any)
- Known roles and tools
- Target SLA norms (if known)
Objectives:
1) Produce a textual swimlane diagram description.
2) Identify artifacts moving between lanes (inputs/outputs).
3) Define SLAs per step and end-to-end.
4) Highlight automation hooks.
Analysis workflow:
1) Segment SOP into phases (initiation, processing, review/approval, closure).
2) For each phase, list steps, lane (role/team), incoming artifact, outgoing artifact, SLA, and risks.
3) Map handoffs as edges with acceptance gates.
4) Tag automation candidates and required integrations.
Required output format:
- Lanes: [Role/Team]
- Nodes: [NodeID, Lane, Action, Input, Output, SLA, AutomationHook(Yes/No)]
- Edges: [FromNodeID → ToNodeID, HandoffType, AcceptanceGate]
- E2E SLA: target time and critical path nodes
Quality controls:
- Every edge references valid NodeIDs.
- SLA units are consistent (minutes/hours/days).
- Automation hooks only where data/system boundaries exist.
Verification checklist:
- Are approvals modeled as distinct nodes with gates?
- Are timers/SLAs explicitly stated?
Final instruction: Output the lanes, nodes, edges, and E2E SLA sections cleanly with stable IDs for import into a diagramming tool.
Expected Outcome
Lanes: Support, Finance, Customer Nodes: N1 | Support | Receive request | Ticket | TriageNote | 15m | Yes N2 | Finance | Validate refund | TriageNote | EligibilityFlag | 30m | Yes Edges: N1 → N2 | Handoff | EligibilityFlag present E2E SLA: 1 business day; Critical path: N1, N2, N3, N5
Implementation Journey
Model lanes and nodes in Claude
Open Claude and paste the SOP with this prompt. Provide role names and any SLA standards. Expect Lanes, Nodes, Edges, and E2E SLA sections with stable NodeIDs.
12-20 minVisualize the flow
Import Nodes/Edges into a diagramming tool or draw.io. Use lanes per role and place acceptance gates on approvals. Validate SLAs and handoffs visually.
15-25 minPrepare for automation
Tag nodes with AutomationHook=Yes in your diagram or spreadsheet for later translation to Zaps, n8n flows, or API tasks.
10-15 min
