What problem does it solve? Hand-drawn ASCII sequence diagrams break once labels contain real text, and ad-hoc diagramming produces inconsistent visuals across projects. This Skill renders real sequence diagrams as one self-contained interactive HTML app from a JSON spec, with a frozen renderer (tokens, layout, emitter) so the drafting-paper look, generated OKLCH palette, swimlane headers, and colour lenses are byte-identical every run. ## Core Features & Use Cases - Deterministic rendering: You author only JSON; tokens.py, layout.py, and render_html.py produce identical SVG/HTML output on any project, with UML arrowhead mechanics, api/io type markers, combined fragments, and phase rails. - Two modes: Ad-hoc mode renders one diagram from a spec immediately; project mode discovers flows once into a cached master file, uses a git freshness check to re-render only changed scenarios, and fans out one agent per chosen flow. - Interactive output: The HTML app includes a scenario dropdown, switchable colour lenses (path highlight, cost, latency), click-for-detail cards, and built-in PNG export. - Use Case: Ask to diagram a checkout or login request flow; the Skill reads the real code, writes the v3 JSON spec, validates it, stamps the git SHA, and delivers an interactive index.html you can share. ## Quick Start Ask the agent to create a blueprint diagram of the login request flow in this repository and open the generated index.html.