What problem does it solve? Writing and maintaining software architecture documentation is time-consuming, and teams often struggle to produce consistent, audience-appropriate diagrams that accurately reflect their system's structure. ## Core Features & Use Cases - Multi-Level C4 Diagrams: Generate System Context, Container, Component, Deployment, and Dynamic diagrams using Mermaid C4 syntax. - Audience-Appropriate Output: Select the right abstraction level for executives, product managers, architects, developers, or DevOps. - Microservices & Event-Driven Modeling: Correctly model services, databases, and individual Kafka topics or queues as containers. - Use Case: Ask the AI to document your Next.js application's architecture, and receive a docs/architecture/c4-context.md and c4-containers.md with properly styled Mermaid diagrams showing actors, containers, and labeled relationships. ## Quick Start Generate C4 context and container diagrams for this codebase and write them to docs/architecture/.