skillContent Idea Generatorby stackbrief

/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.

content-strategyseoidea-generationcontent-pipeline

Usage

/generate-ideas

No arguments needed. The agent reads the current state of the site and idea bank automatically.

What it does

  1. Reads content/ideas.md to understand what's already been covered or scored
  2. Reads article slugs in content/articles/ to map existing coverage
  3. Identifies content gaps: tools in content/tools/ with no article, underserved beginner questions, and comparison angles not yet covered
  4. Runs up to 2 web searches for trending AI coding tools or rising search queries
  5. Produces 8–12 new article ideas with a one-sentence pitch for each
  6. 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.

Part of the Content Idea Generator agent

Generates article ideas for an AI coding tools blog by reading the existing idea bank, checking for content gaps, and running targeted keyword searches.

View agent →