graph TD
A[Start Task] --> B[SubAgent 1: ResearchCollector]
B --> C[research.json]
C --> D[SubAgent 2: OutlineBuilder]
D --> E[digest_outline.yaml]
C & E --> F[SubAgent 3: SectionWriter]
F --> G[draft_sections.md]
G --> H[SubAgent 4: CitationManager]
H --> I[citations.md]
H --> J[updated draft_sections.md]
H --> K[citation-bundle.md]
I & J & K --> L[SubAgent 5: FinalCompiler]
L --> M[Validation Pass]
M --> N[AI_Insiders_Digest_YYYY-MM.md]
N --> O[End Task]
style A fill:#f9f,stroke:#333,stroke-width:2px
style O fill:#f9f,stroke:#333,stroke-width:2px
style B fill:#bbf,stroke:#333,stroke-width:2px
style D fill:#bbf,stroke:#333,stroke-width:2px
style F fill:#bbf,stroke:#333,stroke-width:2px
style H fill:#bbf,stroke:#333,stroke-width:2px
style L fill:#bbf,stroke:#333,stroke-width:2px
style M fill:#dfd,stroke:#333,stroke-width:2px
style C fill:#fdb,stroke:#333,stroke-width:2px
style E fill:#fdb,stroke:#333,stroke-width:2px
style G fill:#fdb,stroke:#333,stroke-width:2px
style I fill:#fdb,stroke:#333,stroke-width:2px
style J fill:#fdb,stroke:#333,stroke-width:2px
style K fill:#fdb,stroke:#333,stroke-width:2px
style N fill:#fdb,stroke:#333,stroke-width:2px