graph TD A[Start] --> B[Receive Niche Input] B --> C[Format Search Query] C --> D[Search Images] subgraph Image_Search_Silo D --> E[Skill 187: Brave Search] E --> F[Store Image URLs] E --> G[Store Image Descriptions] end subgraph Summary_Creation_Silo F --> H[Skill 190: Generate Summary] G --> H H --> I[Process Design Elements] H --> J[Process Comedic Themes] I --> K[Create Final Text Summary] J --> K end K --> L[Combine URLs and Summary] L --> M[Format Final Output] M --> N[End] style Image_Search_Silo fill:#f9f,stroke:#333,stroke-width:2px style Summary_Creation_Silo fill:#bbf,stroke:#333,stroke-width:2px