A Claude Code skill that decides whether to build a SaaS idea.
Runs hybrid research (parallel Haiku subagents + human-in-the-loop), produces a tier-adjusted scorecard against 12 criteria, and outputs a folder of cited markdown reports plus a 15-slide Reveal.js HTML deck with a clear GO / PIVOT / KILL verdict.
Clone into your Claude skills directory:
git clone <this-repo-url> ~/.agents/skills/market-researcherThen invoke from Claude Code with the skill picker (or by asking "should I build a SaaS for X?").
SKILL.md— entrypoint loaded by Claudereferences/— sources registry, subagent prompts, scorecard rubrics, output templates, and the canonical Reveal.js slide templateexamples/— worked example showing a complete output folderDESIGN.md/PLAN.md— design notes and implementation plan
Each run produces research/YYYY-MM-DD-<idea-slug>/ containing:
context.md— the intake brief so a future chat can resume cold00-verdict.md— TL;DR, scorecard, verdict, top 3 risks, validation checklist01-market-sizing.md…08-sources.md— the cited research filesslides.html— a self-contained Reveal.js deck (open?print-pdfin Chrome to export PDF)