graph TD
A[Start: Keywords with Intent CSV] -->|Input| B[Task #223: Content Strategy Generator]
B -->|Process| C[Read CSV Input]
C -->|For Each Row| D[Analyze Keyword Data]
D -->|Extract| E[Search Volume]
D -->|Extract| F[Competition Score]
D -->|Extract| G[User Intent]
E & F & G -->|Combine Analysis| H[Generate Strategy]
H -->|Append| I[Add ContentStrategy Column]
I -->|Save| J[Output: Final CSV with Content Strategy]
J -->|Complete| K[End: student_loan_forgiveness_keywords.csv]