graph TD A[Start Task] --> B[Subagent 1: ClickBankNicheResearcher] B --> C[Ask Oracle About Top 20 Niches] C --> D[Research Niches Deeply] D --> E[Finalize 20-Niche List] E --> F[Subagent 2: KeywordResearcher] F --> G[Get Keywords for Each Niche] G --> H[Narrow to 3-5 Keywords] H --> I[Collate All Keywords] I --> J[Subagent 3: CSVCompiler] J --> K[Format Data] K --> L[Create CSV File] L --> M[End Task] classDef default fill:#f9f,stroke:#333,stroke-width:2px classDef process fill:#bbf,stroke:#333,stroke-width:2px classDef data fill:#dfd,stroke:#333,stroke-width:2px class B,F,J process class E,I,L data