What problem does it solve? Creating accurate Salesforce architecture documentation—OAuth flows, ERDs, integration sequences, and system landscapes—requires tedious manual diagramming that quickly goes stale and cannot live in version-controlled Markdown files. ## Core Features & Use Cases - Mermaid Diagram Generation: Produces sequence diagrams for OAuth flows (Authorization Code, PKCE, JWT Bearer, Client Credentials, Device Flow), ERDs for Salesforce data models, integration sequences, role hierarchies, and Agentforce agent flows. - ASCII Fallback Output: Delivers terminal-friendly text diagrams when a Mermaid renderer is unavailable, keeping documentation readable in plain-text contexts. - Org-Grounded ERDs: Uses a metadata query script to pull real object counts, OWD settings, and LDV indicators from a Salesforce org for accurate data model diagrams. - Live Preview Server: Includes a zero-dependency Python HTTP server with live reload so diagrams can be iterated in a browser. - Use Case: Ask for an ERD of Account, Contact, and Opportunity and receive a styled Mermaid flowchart with relationship types (Lookup vs Master-Detail), a color-blind-friendly palette, and an ASCII version for your README. ## Quick Start Ask the assistant to create a JWT Bearer OAuth flow diagram or an ERD for your Salesforce objects, and request the ASCII fallback if you need terminal-compatible output.