graph TD A[User Input] --> B[Business Name] A --> C[Industry] A --> D[Target Audience] A --> E[Product Description] subgraph SILO1[Competitive Research] B & C & D & E --> F[Task #218: Generate Keywords] F --> G[keywords_list.txt] G --> H[Task #224: Gather Ad Intelligence] H --> I[raw_ads_research.txt] I --> J[Task #223: Analyze & Synthesize] J --> K[competitor_summary.md] end subgraph SILO2[Copy Production & Packaging] K --> L[Task #185: Generate Ad Copy] B & C & D & E --> L L --> M[ad_copy.json] K & M --> N[Task #223: Create Manifest] N --> O[insight_copy_manifest.txt] end K --> P[/research/] M --> Q[/copy/] O --> R[Bundle Files] P --> R Q --> R R --> S[insight-copy-bundle] style SILO1 fill:#f5f5f5,stroke:#333 style SILO2 fill:#f5f5f5,stroke:#333