graph TD
Start[Start: Input Niche] --> SILO1
SILO1[SILO 1: MARKET RESEARCH] --> Research
Research[Task 216: Research Topic Deeply] --> ResearchOut[Market Research Summary]
ResearchOut --> Keywords
Keywords[Task 218: Brainstorm Keywords] --> KeywordsOut[Niche Keyword List]
Start --> SILO2
SILO2[SILO 2: VISUAL RESEARCH] --> ImageSearch
ImageSearch[Task 187: Find Images] --> ImageOut[Card Image URLs]
ImageOut --> Vision
Vision[Task 177: GPT Vision Analysis] --> VisionOut[Visual Analysis Report]
ResearchOut --> SILO3
KeywordsOut --> SILO3
ImageOut --> SILO3
VisionOut --> SILO3
SILO3[SILO 3: SYNTHESIS] --> FinalSynth
FinalSynth[Task 223: LLM Synthesis] --> Output[Final Output: Niche Research Package]
style Start fill:#f9f,stroke:#333
style Output fill:#9f9,stroke:#333
style SILO1 fill:#ddf,stroke:#333
style SILO2 fill:#ddf,stroke:#333
style SILO3 fill:#ddf,stroke:#333