Process Flow
Transform process narratives into editable IIA-aligned flowchart visualizations using AI and a privacy-preserving static HTML viewer.
How It Works
Use AI to convert a process narrative, walkthrough notes, or other documentation into a structured flowchart with risks and controls. The output is a fully interactive, privacy-preserving HTML file that runs entirely in your browser—no data leaves your machine.
Tutorial: Create a Process Flow with Microsoft Copilot
Collect your process narrative, walkthrough notes, or SOPs. You can also attach PDFs or images of existing documentation directly to Copilot.
Open Microsoft Copilot and paste the following prompt along with your process documentation:
Copilot will return a JSON object with your process steps, risks, and controls. Copy the entire JSON output.
Open the Process Flow app, click "Generate with LLM" on the welcome screen, and paste the JSON into the input area. Click "Import & Start".
Your process flow appears as an interactive diagram. Double-click any step to edit its title, description, risks, and controls. Drag steps to rearrange. Click "Auto Layout" to automatically arrange the diagram.
Click "Save" to export. Choose "Save Graph" to download a standalone HTML file you can share with your team, or "Save Data" to export the JSON for future editing or AI processing.
Alternative: Use with Claude Code
If you have access to Claude Code, you can use the Process Flow Generator skill to create flowcharts directly from your terminal. The skill reads your documents, generates the process flow, and outputs a standalone HTML file.