graph TD A[Receive Input Requirements] --> B[Layout Guidelines] A --> C[Branding Requirements] A --> D[Interaction Flow] B --> E[Skill #223 LLM Prompt-to-Text] C --> E D --> E E --> F[Generate HTML Structure] E --> G[Generate CSS Styling] E --> H[Generate JavaScript Logic] F --> I[Consolidate Components] G --> I H --> I I --> J[Output: chat-ui-code] subgraph Code Generation Silo E F G H I end