graph TD
subgraph TEXT_SLOGAN_GENERATION_AGENT
subgraph SILO_1[KEYWORD EXPANSION]
A[Input: niche-research-package] --> B[Task 1: Research Topic Deeply]
B --> C[deep-research-data]
C --> D[Task 2: Brainstorm Related Keywords]
D --> E[expanded-keyword-list]
end
subgraph SILO_2[PUN GENERATION]
E --> F[Task 3: Generate Initial Pun Combinations]
F --> G[raw-pun-collection]
G --> H[Task 4: Create Short MicroCopy Text]
H --> I[draft-slogan-batch]
end
subgraph SILO_3[REFINEMENT]
I --> J[Task 5: Final Slogan Review]
J --> K[Output: card-slogan-collection]
end
end
style SILO_1 fill:#e6f3ff,stroke:#333
style SILO_2 fill:#fff0e6,stroke:#333
style SILO_3 fill:#e6ffe6,stroke:#333
style TEXT_SLOGAN_GENERATION_AGENT fill:#f9f9f9,stroke:#666