--- name: architecture-diagram-creator description: Create comprehensive HTML architecture diagrams showing data flows, business objectives, features, technical architecture, and deployment. Use when users request system architecture, project documentation, high-level overviews, or technical specifications. --- # Architecture Diagram Creator Create comprehensive HTML architecture diagrams with data flows, business context, and system architecture. ## When to Use - "Create architecture diagram for [project]" - "Generate high-level overview" - "Document system architecture" - "Show data flow and processing pipeline" ## Components to Include 1. **Business Context**: objectives, users, value, metrics 2. **Data Flow**: sources → processing → outputs with SVG diagram 3. **Processing Pipeline**: multi-stage visualization 4. **System Architecture**: layered components (data/processing/services/output) 5. **Features**: functional and non-functional requirements 6. **Deployment**: model, prerequisites, workflows ## HTML Structure ```html [Project] Architecture

[Project Name] - Architecture Overview

``` ## SVG Pattern for Data Flow ```html ``` ## Workflow 1. Analyze project (README, code structure) 2. Extract: purpose, data sources, processing, tech stack, outputs 3. Create HTML with all 6 sections 4. Use semantic colors for visual hierarchy 5. Write to `[project]-architecture.html` Keep diagrams clear, use consistent styling, include real project details.