graph TD
subgraph ContentCrafter
subgraph Silo1[Research & Strategy]
T216[Task #216: Instagram Topic & Hashtag Research]
T218[Task #218: Keyword Expansion]
end
subgraph Silo2[Hooks & Calendar Creation]
T186[Task #186: Hook & CTA Creation]
T190[Task #190: Content Calendar Development]
end
subgraph Silo3[Final Summary Output]
T223[Task #223: Strategy & Calendar Documentation]
end
InputTheme[Theme Page Instructions] --> T216
InputBrand[Branding Assets Package] --> T186
T216 --> |Trending Topics Research| T218
T216 --> |Topic & Hashtag Data| T190
T218 --> |Expanded Keywords| T190
T186 --> |Hooks & CTAs| T190
T190 --> |Detailed Calendar| T223
T216 --> |Research Data| T223
T218 --> |Keyword Strategy| T223
T186 --> |Hook Templates| T223
T223 --> Output[Content Strategy and Calendar Package]
end
style Silo1 fill:#f9f,stroke:#333,stroke-width:2px
style Silo2 fill:#bbf,stroke:#333,stroke-width:2px
style Silo3 fill:#bfb,stroke:#333,stroke-width:2px