graph TD
A[Input: Video Transcription] --> B[Input: Selected Steps JSON]
B --> C[Input: Image Paths Array]
subgraph SILO_1[Content Generation]
C --> D[LLM Skill #223]
D --> E[Generate Introduction]
D --> F[Structure 6 Steps]
E --> G[Raw Article Draft]
F --> G
end
subgraph SILO_2[Markdown Formatting]
G --> H[Formatting Skill #190]
H --> I[Add Markdown Headers]
H --> J[Embed Images]
I --> K[Final Markdown Article]
J --> K
end
style SILO_1 fill:#f9f,stroke:#333,stroke-width:2px
style SILO_2 fill:#bbf,stroke:#333,stroke-width:2px