graph TD A[Start Content Strategist] --> B[Read Input CSV keywords-with-intent] B --> C[Process Each Row] C --> D[Extract Keyword Data] D --> E[Generate Content Strategy] E --> F[Create Strategy Based on Intent] F --> G[Consider Search Volume] G --> H[Factor in Competition Score] H --> I[Append Strategy to Row] I --> J{More Rows?} J -->|Yes| C J -->|No| K[Combine All Rows] K --> L[Format Final CSV] L --> M[Save as student_loan_forgiveness_keywords.csv] M --> N[End Content Strategist] subgraph Strategy Generation E --> E1[Commercial Intent] E --> E2[Educational Intent] E1 --> E3[Lead Generation] E1 --> E4[Service Pages] E2 --> E5[Blog Content] E2 --> E6[Resource Pages] end subgraph Data Processing D --> D1[Keyword Text] D --> D2[Search Volume] D --> D3[Competition Score] D --> D4[User Intent] end