/review-ideas
Score the unreviewed ideas in content/ideas.md across five dimensions, pick the top 3, and produce write-ready briefs saved to content/briefs/.
Usage
/review-ideas
No arguments. The agent reads unscored ideas from content/ideas.md automatically.
What it does
- Reads all unlabeled ideas in
content/ideas.md(skips[SCORED],[DONE],[BRIEF]entries) - Scores each idea across 5 dimensions (5 points each, 25 max):
- SEO opportunity — search volume + competition
- Audience fit — relevance to beginners and vibe coders
- Uniqueness — gap vs. existing StackBrief coverage
- Writability — can be written accurately without proprietary access
- Monetization — affiliate or ad potential
- Runs up to 2 SERP searches to validate the top candidates
- Picks the top 3 ideas and writes full briefs to
content/briefs/<slug>.md - Updates
content/ideas.mdwith[BRIEF #1/2/3]markers on selected ideas and[SCORED: X/25]on the rest
Scoring table
| Dimension | 1 | 3 | 5 | |---|---|---|---| | SEO | No clear keyword | Moderate volume | High volume, low competition | | Audience fit | Off-niche | Adjacent | Core beginner/vibe coder pain | | Uniqueness | Duplicate | Partial gap | Clear gap in coverage | | Writability | Needs insider access | Mostly verifiable | Fully researchable | | Monetization | None | Indirect | Direct affiliate opportunity |
Workflow position
/generate-ideas → content-idea-reviewer (/review-ideas) → content-writer (/draft)