graph TD
A[KetoStyleBot Creation Task]
B[Subagent 1: Chatbot Configurator]
C[Subagent 2: Product Data Compiler]
D[Subagent 3: Personality Mapping Builder]
E[Subagent 4: Affiliate Integration Agent]
F[Skill 190: Write/Rewrite Text]
G[Skill 216: Research Topic]
H[chatbot-config.json]
I[keto_merch_data.json]
J[personality_mapping.json]
K[Final Chatbot Config with Affiliate Link]
A --> B
A --> C
A --> D
A --> E
B --> F
F --> H
C --> G
G --> F
F --> I
D --> F
F --> J
I --> J
E --> F
H --> K
J --> K
style A fill:#f9f,stroke:#333
style K fill:#9ff,stroke:#333