graph TD A[App Specification Input] --> B[HTML Architect Subagent] B --> C[Apply Skill #185: Write Text] C --> D[Generate HTML Structure] D --> E[Add Tailwind CSS Reference] D --> F[Create Header Section] D --> G[Create Analysis Section] D --> H[Create Discovery Section] D --> I[Create Optimization Section] D --> J[Create Strategy Section] D --> K[Add Script References] E & F & G & H & I & J & K --> L[Combine Into Complete HTML] L --> M[Output: spa-html-file] subgraph HTML_Components E F G H I J K end