graph TD A[Start Static Builder] --> B[Load Input Files] B --> C[Load project-brief] B --> D[Load sitemap.json] B --> E[Load content.json] B --> F[Load style.css] B --> G[Load assets-package] C & D & G --> H[SILO 1: Build Template] H --> I[Generate base_template.html] I --> J[SILO 2: Page Generation] J --> K[Build index.html] J --> L[Build about.html] J --> M[Build speaking.html] J --> N[Build contact.html] C --> O[SILO 3: JavaScript] O --> P[Create script.js] K & L & M & N & P --> Q[SILO 4: Manifest] Q --> R[Generate html_manifest.json] R --> S[Package HTML Output] S --> T[Final html-package] style H fill:#f9f,stroke:#333 style J fill:#f9f,stroke:#333 style O fill:#f9f,stroke:#333 style Q fill:#f9f,stroke:#333