What problem does it solve? Turning written requirements, tickets, or verbal explanations into clear visual process flows is slow and error-prone when done by hand. This Skill converts any input source into properly formatted Mermaid flowchart diagrams with consistent shapes, colors, and structure. ## Core Features & Use Cases - Multi-source input: Accepts ticket keys, spec documents, file paths, or plain verbal descriptions and converts them into flowcharts. - Mermaid formatting rules: Enforces correct node shapes (stadium for start/end, rectangles for actions, diamonds for decisions), <br> line breaks, and color coding for success, error, warning, and informational states. - Scenario splitting: Produces separate diagrams for distinct scenarios plus a comprehensive main diagram when multiple paths exist. - Use Case: Paste a user story describing a login flow with error handling, and receive a color-coded Mermaid diagram with decision branches for invalid credentials, locked accounts, and successful login. ## Quick Start Ask the assistant to create a flowchart from your ticket or spec, for example: "Create a flowchart from this user authentication spec."