graph TD
    A[Project Brief Input] --> B[Site Architect Subagent]
    B --> C[Extract Essential Pages]
    C --> D[Define Page Sections]
    D --> E[Generate JSON Structure]
    E --> F[Minification Process]
    F --> G[sitemap.json Output]
    
    C --> C1[Homepage /]
    C --> C2[About]
    C --> C3[Speaking]
    C --> C4[Contact]
    
    D --> D1[Hero Section]
    D --> D2[Credibility Bar]
    D --> D3[Keynote Topics]
    D --> D4[Testimonials]
    D --> D5[CTA Banner]
    
    E --> E1[Add siteName]
    E --> E2[Add baseUrl]
    E --> E3[Add pages array]
    E --> E4[Add section details]
    
    F --> F1[Remove whitespace]
    F --> F2[Remove line breaks]
    F --> F3[Validate JSON]
    style A fill:#D4AF37
    style G fill:#C1121F
    style B fill:#4B4B4B,color:#FFFFFF