graph TD A[Start: Input Business Details] --> B[Generate Keywords] B --> C[Oracle Research] C --> D[Extract Ad Insights] D --> E[Competitor Summary] E --> F[Copy Generation] E --> G[Create Manifest] A --> F F --> H[Ad Copy JSON] H --> G G --> I[Package Assets] E --> I H --> I I --> J[Final Output: Insight Copy Bundle] subgraph Research Flow B C D E end subgraph Copy Production F H end subgraph Packaging G I J end