What problem does it solve? Describing AI pipelines and agentic workflows in plain text leaves readers without a clear visual of dependencies, model call chains, and decision gates. This Skill converts plain-language workflow descriptions into correct, styled Mermaid diagrams that render natively in GitHub, GitLab, VS Code, Notion, and Obsidian. ## Core Features & Use Cases - Pipeline DAGs and Flowcharts: Maps pipelines, decision gates, human review points, models, and data stores to the correct Mermaid node shapes and edge types, including subgraphs for phases and parallel branches. - Sequence Diagrams and Gantt Charts: Produces sequence diagrams for model call chains (who calls what) and Gantt charts for pipeline execution timelines. - Role-Based Styling: Applies classDef color coding for pipelines, gates, human reviews, AI models, and data stores using a recommended palette. - Use Case: Describe a multi-model content pipeline with a human QA gate, and receive a styled Mermaid flowchart showing dependencies, parallel branches, and the review checkpoint, ready to paste into a markdown document. ## Quick Start Ask the assistant to create a Mermaid diagram of your AI pipeline, describing the stages, models, decision gates, and dependencies in plain language.