graph TD
A[Input: ketoMerchKeyword] --> B[SILO 1: Research]
B --> C[Skill #216: Research Topic Deeply]
C --> D[Generate researchText summary]
D --> E[SILO 2: JSON Compilation]
E --> F[Skill #190: Write/Rewrite Text]
F --> G[Transform to JSON format]
G --> H[Output: keto_merch_data.json]
subgraph SILO 1
B
C
D
end
subgraph SILO 2
E
F
G
end