Demo: convert incident notes into Mermaid
Incident notes often contain actors, events, and timing in prose. Converting them into Mermaid can reveal missing steps, unclear ownership, and recovery actions that were buried in text.
- Keep the input factual and chronological.
- Ask for sequenceDiagram when order matters.
- Ask for flowchart when the goal is decision or remediation logic.
At 10:05 the API started returning 503. The gateway retried twice, then the checkout service timed out while waiting for inventory. The worker queue kept accepting events. Recovery was to scale inventory pods and drain retries.