What problem does it solve? Turning an n8n automation, Zapier/Make pipeline, or exported workflow JSON into a readable diagram is tedious: branches end up unlabeled, retry and error paths tangle with the happy path, and node credentials risk leaking into shared exports. This Skill produces a clean left-to-right node graph where every fork is a labeled diamond and every operational path stays in its own lane. ## Core Features & Use Cases - LR Node Graph Generation: Creates a flowchart with exactly one trigger on the left, processing and integration nodes flowing right, and terminal nodes on the right, via the ExcaliDash MCP tools. - Branch & Operational Path Modeling: Draws IF/Switch/Filter nodes as diamonds with labeled outputs (true/false, named cases, keep/drop) and separates happy path, retry, error, dead-letter, observability, and fallback lanes. - Quality Loop & Validation: Runs lint, score, repair, polish, and architecture validation until the drawing scores at least 95 with zero hard blockers, with rollback on regressions. - Use Case: Paste an n8n JSON export and ask for a clean diagram showing where the workflow retries, dead-letters, and alerts — the Skill reshapes it into a left-to-right graph with integration logos and redacted credentials. ## Quick Start Ask the assistant to diagram your n8n lead-routing workflow from webhook trigger through enrichment, an IF branch on lead score, and Slack or Gmail outcomes, including retry and dead-letter paths.