What problem does it solve? Event-driven systems are hard to explain: which automation subscribes to which event, what it emits, and under what condition is scattered across handler maps and subscription filters. This Skill turns those verified facts into a clear diagram showing events, reacting automations, and the gates on each emission. ## Core Features & Use Cases - Dual deliverables: Produces a hand-placed, light/dark aware standalone SVG plus a Mermaid source with a rendered PNG proving it parses. - Fact-checked diagrams: Instructs verification of subscriptions, emissions, gates, and dead ends from code or an .emod model before drawing anything. - Event Modeling visual grammar: Uses orange event pills and bare gear automations with a defined palette, edge styles, and parser workarounds for mermaid-cli. - Use Case: Ask it to diagram which lambda emits which event in a feature-toggle-gated pipeline, and receive an embeddable SVG and an editable Mermaid file in .scratches/<slug>/. ## Quick Start Ask the assistant to draw an event flow diagram of the events and automations in the current repository using the draw-event-flow skill.