graph TD
A[Start: Receive Input] --> B[Research & Brainstorm Subagent]
B --> C[Skill #216: Research Topic]
B --> D[Skill #218: Brainstorm Keywords]
C --> E[Generate Pain Points Summary]
C --> F[Identify Solutions]
E --> G[Create 1500 Char Research Summary]
F --> G
D --> H[Generate Keywords List]
D --> I[Refine to Top 5 Keywords]
G --> J[Combine Outputs]
I --> J
J --> K[Format Final Output]
K --> L[End: Return painpoints-and-keywords]