graph TD
A[User Input: Niche Description] --> B[Task #187: Find Images]
B --> C[Output: 5 Reference Image URLs]
C --> D[Task #177: Analyze Images]
D --> E[Output: Image Analysis Summary]
E --> F[Task #190: Generate Brief]
F --> G[Final Output: Inspiration & Design Brief]
subgraph Silo1[Image Collection]
B
C
end
subgraph Silo2[Image Analysis]
D
E
end
subgraph Silo3[Brief Creation]
F
G
end
style A fill:#e6f3ff,stroke:#333
style C fill:#f0fff0,stroke:#333
style E fill:#f0fff0,stroke:#333
style G fill:#ffe6e6,stroke:#333