archviz-skills ASCII Demo
=========================

Flowchart
---------

┌─────────┐     ┌─────────┐     ┌─────────┐
│  Brief  │────►│  Design │────►│  Build  │
└─────────┘     └─────────┘     └────┬────┘
                                     │
                                     ▼
                               ╭───────────╮
                               │   Test    │
                               ╰─────┬─────╯
                                Pass ◄┤► Fail
                                 │         │
                                 ▼         ▼
                           ┌─────────┐ ┌─────────┐
                           │  Ship   │ │  Fix    │
                           └─────────┘ └─────────┘

Gantt
-----

2026-Q3       2026-Q4       2027-Q1
│             │             │
V1 Setup ════════════╗      │
V1 Core         ════════════╝
V2 Sync              ════════════╗
V2 Charts                 ════════════╝
                       ▲         ▲
                      M1        M2

Legend: ═══ = task duration, ▲ = milestone

Architecture
------------

╔═══════════════════════════════════════╗
║            System Core                ║
║  ┌─────────┐  ┌─────────┐            ║
║  │ Module A│──│ Module B│            ║
║  └────┬────┘  └────┬────┘            ║
║       │            │                 ║
║       ▼            ▼                 ║
║  ┌─────────┐  ┌─────────┐            ║
║  │  Store  │  │   API   │            ║
║  └─────────┘  └─────────┘            ║
╚═══════════════════════════════════════╝
