graph TD
A[Start: SectionWriter Subagent] --> B[Input Processing]
B --> C[issue_date]
B --> D[research-json]
B --> E[digest-outline]
C & D & E --> F[Silo 1: Planning]
F --> G[Generate section-plan.yaml]
G --> H[Silo 2: Section 1 Writer]
G --> I[Silo 3: Section 2 Writer]
G --> J[Silo 4: Section 3 Writer]
H --> K[Write Industry News section1.md]
I --> L[Write AI Real World section2.md]
J --> M[Write Money Making section3.md]
K & L & M --> N[Silo 5: Merge & QC]
N --> O[Concatenate sections]
O --> P[Word count check]
P --> Q[Markdown lint]
Q --> R[Output: draft-sections.md]
R --> S[End: Pass to CitationManager]