graph TD
    A[Project Brief] --> B[Site Architect Output sitemap.json]
    B --> C[SILO 1: Keyword Generation]
    C --> D[Run #218: Generate 10 Keywords]
    D --> E[keywords10.txt]
    E --> F[Run #223: Select Top 5 Keywords]
    F --> G[keywords5.json]
    
    B --> H[SILO 2: Section Copy Writing]
    G --> H
    H --> I[Run #223: Generate Section Copy]
    I --> J[copy.json]
    
    B --> K[SILO 3: Meta-Tag Writing]
    G --> K
    K --> L[Run #223: Create Meta Tags]
    L --> M[meta.json]
    
    G --> N[SILO 4: Consolidation]
    J --> N
    M --> N
    N --> O[Run #223: Merge & Minify]
    O --> P[FINAL OUTPUT: content.json]
    
    style A fill:#D4AF37
    style B fill:#4B4B4B
    style P fill:#C1121F