graph TD
A[Input: PLR Topic] --> B[Task 1: Research]
B --> C[Output: Research Summary]
C --> D[Task 2: Content Creation]
D --> E[Output: Raw PLR Text Segments]
E --> F[Task 3: Consolidation]
F --> G[Final Output: All Written Content]
subgraph Research Silo
B
end
subgraph Draft Writing Silo
D
end
subgraph Consolidation Silo
F
end
style A fill:#f9f,stroke:#333,stroke-width:2px
style G fill:#9ff,stroke:#333,stroke-width:2px
style C fill:#ddd,stroke:#333,stroke-width:2px
style E fill:#ddd,stroke:#333,stroke-width:2px