graph TD
A[User Input: Keyword] --> B[SERP-Scout]
B --> |research_pack.json| C[Intent-Mapper]
B --> |research_pack.json| D[Content-Crafter]
C --> |outline.json| D
D --> |article_body.html| F[HTML-Assembler]
E[Media-Meta-Master] --> |media_meta.json| F
E --> |4 image files| F
F --> G[prostavive_article.html]
subgraph SERP-Scout
B1[Research Topic #216] --> B2[Generate Keywords #213]
B2 --> B3[Compile JSON #223]
end
subgraph Intent-Mapper
C1[Generate Outline #223]
end
subgraph Content-Crafter
D1[Compose Article #223]
end
subgraph Media-Meta-Master
E1[Create Hero Image #222] --> E4[Compile JSON #223]
E2[Find Images #187] --> E4
end
subgraph HTML-Assembler
F1[Assemble HTML #223]
end