graph TD START[User Input] --> A[Trend Category] START --> B[Research Scope] START --> C[Product Type] START --> D[Target Audience] subgraph SubAgent1[Trend Investigator] E[Oracle Search #224] --> F[Refine Summary #185] F --> G[Trend Summary Output] end subgraph SubAgent2[Product Ideator] H[Brainstorm Outline #190] --> I[Product Outline Output] end subgraph SubAgent3[Content Creator] J[Write Product #190] --> K[Create Cover #222] K --> L[Summary if Multiple Files #223] L --> M[Content Output] end subgraph SubAgent4[Marketing & Packaging] N[Generate MicroCopy #186] --> O[Write Marketing #185] O --> P[Summary if Multiple Files #223] P --> Q[Final Package Output] end A & B & C & D --> SubAgent1 G --> SubAgent2 I --> SubAgent3 M --> SubAgent4 Q --> END[Final Deliverable] style START fill:#f9f,stroke:#333 style END fill:#9f9,stroke:#333 style SubAgent1 fill:#e6f3ff style SubAgent2 fill:#e6f3ff style SubAgent3 fill:#e6f3ff style SubAgent4 fill:#e6f3ff