Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Turn a process, workflow, or decision logic into a clean flowchart. Use when asked to diagram a process, map a workflow, visualize steps/branches, or show 'how this works' as a chart. Produces a ready-to-render Mermaid flowchart (renders live in the playground, exportable as PNG/SVG) plus a short legend and the assumptions made.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | -7% | 0% |
| case-02 | ✗→✓ | ▲ Improved | 2% | 0% |
| case-10 | ✗→✓ | ▲ Improved | 13% | 0% |
| case-07 | ✗→✓ | ▲ Improved | -8% | 0% |
| case-08 | ✗→✓ | ▲ Improved | -25% | 0% |
A wall of prose describing a process is hard to follow; a flowchart makes the steps, branches, and dead-ends obvious at a glance. This skill turns a described process into a clean, correctly-structured Mermaid flowchart — with real decision diamonds, parallel paths, and end states — not a vague box-and-arrow sketch.
Ask for these only if they aren't already provided:
TD) for most processes, left-right (LR) for pipelines.If the process is ambiguous, state the assumption you made rather than inventing steps.
A one-line summary of what the chart shows.
mermaidflowchart TD A([Start]) --> B[First step] B --> C{Decision?} C -->|Yes| D[Path A] C -->|No| E[Path B] D --> F([Done]) E --> F
Legend / notes
([ ]) = start/end, rectangles [ ] = actions, diamonds { } = decisions.Assumptions — anything you inferred about the process.
flowchart TD (or LR). Give every node a short ID (A, step1) and a label.{ } with labelled edges: C -->|Yes| D.Process mapping / flowcharting practice (ANSI flowchart conventions), expressed as renderable Mermaid.
Other measured skills in the registry, with their headline benchmark lift.