What problem does it solve?
Visual information is often clearer than prose, but teams lack portable, maintainable diagrams that work in plain text environments; this Skill turns complex systems, processes, hierarchies, and psychological models into readable ASCII/Unicode diagrams and Mermaid notation so ideas are communicated precisely anywhere.
Core Features & Use Cases
- Portable text diagrams: Generate ASCII and Unicode box-drawing diagrams that render in any monospace environment for documentation, READMEs, and chat.
- Structured patterns & templates: Provide flowcharts, hierarchies, layers, sequences, relationship maps, state diagrams, matrices, timelines, and specialized Jungian psychology maps with clear design principles.
- Mermaid output when useful: Offer Mermaid notation alongside text art for environments that can render diagrams, enabling both human-readable and renderable formats.
- Use Case: Document an API architecture with a layered diagram, then produce a sequence diagram for request flow and a simplified overview for executive documentation.
Quick Start
Ask the diagramming-expert to create an ASCII flowchart of the user signup process showing Start, Validation, Success, and Error paths.