What problem does it solve?
Creating clear, embeddable architecture diagrams for Architecture Decision Records (ADRs) often requires external image tools or complex syntax, leading to maintenance headaches and broken rendering. This skill simplifies diagramming by generating pure ASCII text diagrams directly within Markdown.
Core Features & Use Cases
- Pure ASCII Diagram Generation: Creates architecture diagrams using
graph-easy that embed directly into Markdown, eliminating image dependencies.
- Automated Layout: Focus on defining relationships, and the tool handles the visual layout, saving design time.
- ADR-Specific Patterns: Provides guidance and examples for "Before/After" and "Architecture" diagrams, crucial for ADRs.
- Use Case: When documenting a new system architecture or a significant change, use this skill to quickly generate a clear, version-controlled diagram that lives alongside your ADR, ensuring consistency and easy updates.
Quick Start
Generate an ASCII architecture diagram for the current ADR.
Include a 'Before/After' diagram for the Context section and an 'Architecture' diagram for the Architecture section.