graph TD
subgraph SUBAGENT_4_PlanMaker
subgraph SILO_1[SILO 1: Cluster & Select]
A[keyword-metrics.csv] --> C
B[business-profile.json] --> C
C[Task #223: Cluster Keywords] --> D[clusters.json]
end
subgraph SILO_2[SILO 2: Assemble CSV]
D --> E[Task #223: Generate CSV Structure]
B --> E
E --> F[csv-body-text]
F --> G[Task #185: Save to File]
G --> H[local_keyword_plan.csv]
end
end
style SUBAGENT_4_PlanMaker fill:#f5f5f5,stroke:#333,stroke-width:2px
style SILO_1 fill:#e6f3ff,stroke:#333,stroke-width:1px
style SILO_2 fill:#e6f3ff,stroke:#333,stroke-width:1px