/generate-ideas
Generate fresh article ideas for an AI coding tools blog. Reads the existing idea bank and content, identifies gaps, and adds scored candidates to content/ideas.md.
Usage
/generate-ideas
No arguments needed. The agent reads the current state of the site and idea bank automatically.
What it does
- Reads
content/ideas.mdto understand what's already been covered or scored - Reads article slugs in
content/articles/to map existing coverage - Identifies content gaps: tools in
content/tools/with no article, underserved beginner questions, and comparison angles not yet covered - Runs up to 2 web searches for trending AI coding tools or rising search queries
- Produces 8–12 new article ideas with a one-sentence pitch for each
- Appends them to the Active section of
content/ideas.md
Output format
Each idea added to content/ideas.md:
- [Title] — [one-sentence pitch explaining the gap it fills and why it will rank]
Workflow position
/generate-ideas → content-idea-reviewer (/review-ideas) → content-writer (/draft)
Run when the idea bank runs low or after a new tool category emerges.