graph TD A[Raw Business Data] --> B[SubAgent 1: ProfileBuilder] B --> C[business_profile.json] C --> D[SubAgent 2: SeedGenerator] D --> E[seed_keywords.csv] E --> F[SubAgent 3: KeywordAnalyzer] F --> G[keyword_metrics.csv] C --> H[SubAgent 4: PlanMaker] G --> H H --> I[local_keyword_plan.csv] style A fill:#f9f,stroke:#333 style B fill:#bbf,stroke:#333 style C fill:#dfd,stroke:#333 style D fill:#bbf,stroke:#333 style E fill:#dfd,stroke:#333 style F fill:#bbf,stroke:#333 style G fill:#dfd,stroke:#333 style H fill:#bbf,stroke:#333 style I fill:#dfd,stroke:#333