graph TD
A[Start: User Input - Amazon Category] --> B[Subagent 1: Product Data Extractor]
B --> B1[SKILL 225: Crawl Amazon URL]
B1 --> B2[SKILL 190: Process Data]
B2 --> C[Product Data JSON]
C --> D[Subagent 2: Review Summarizer]
D --> D1[SKILL 216: Research Product]
D1 --> D2[SKILL 185: Write Review]
D2 --> E[Final Review Text]
C --> F[Subagent 3: Image Retriever]
F --> F1[SKILL 187: Find Images]
F1 --> G[Image URLs]
C --> H[Subagent 4: HTML Assembler]
E --> H
G --> H
H --> H1[SKILL 190: Create HTML]
H1 --> I[Final HTML Article]