graph TD
A[User Input: Bible Reference/Topic] --> B[Subagent 1: Scripture & Concordance Researcher]
A --> C[Subagent 2: Sermon Trend Researcher]
B --> D[Scripture Research Output]
C --> E[Sermon Trends Output]
D --> F[Subagent 3: Outline Drafter]
E --> F
F --> G[Sermon Outline]
G --> H[Subagent 4: Sermon Writer & Compiler]
D --> H
E --> H
H --> I[Final Output: sermon.txt]