graph TD
A[Input: Video Transcription] --> D
B[Input: Six Steps Summary] --> D
C[Input: Six Screenshot URLs] --> D
D[Assemble Inputs for LLM] --> E
E[Call Skill #223 - LLM] --> F[Generate HTML]
F --> G[Format HTML with Steps]
G --> H[Insert Screenshot Images]
H --> I[Add HTML Structure]
I --> J[Output: Final HTML Article]
subgraph Article Assembly Process
D
E
F
G
H
I
end