graph TD
A[Input: Product Data JSON] --> B[SILO 1: Research Gathering]
B --> C[Skill #216: Research Topic]
C --> D[Search Google & YouTube]
D --> E[Extract Key Information]
E --> F[Research Summary]
F --> G[SILO 2: Review Generation]
G --> H[Skill #185: Write Text]
H --> I[Process Research Data]
I --> J[Generate Review]
J --> K[Output: Final Review Text]
style A fill:#f9f,stroke:#333
style K fill:#9ff,stroke:#333
style B fill:#ddd,stroke:#333
style G fill:#ddd,stroke:#333