Startup and SaaS idea validation skill for Claude Code. Research market evidence, map competitors, score viability, and generate concrete validation experiments - no API keys required.
Part of venture-suite by VeyraLabs.
npx @veyralabs/skills install venture-analystOr via the main package:
npx @veyralabs/skills install venture-suiteFour phases, each with structured output:
- Problem Discovery - collects evidence the problem exists (HN, Reddit, GitHub issues, Google Trends)
- Competitor Intelligence - maps the landscape, extracts pricing signals, finds gaps
- Validation Experiments - generates 3 prioritized experiments (Mom Test, fake door, concierge MVP)
- Verdict - Bull/Bear/Judge debate with a scored recommendation
/venture-analyst [idea description]
Example:
/venture-analyst A tool that helps freelancers track billable hours without manual timers
Works immediately after install. No API keys, no configuration, no paid accounts required.
Uses HN Algolia (no auth), Reddit .json endpoints, GitHub REST API (unauthenticated), ddgs for web search, and trendspyg for Google Trends. Auto-detects and uses available enhancements (SearXNG via Docker, optional env keys) without asking the user to configure anything.
SKILL.md- main orchestrator with 4-phase workflowscripts/sources.py- zero-key data collectionscripts/enhance_detect.py- Level 2/3 auto-detectionscripts/scraper.py- competitor page scraping with Cloudflare fallbackscripts/experiments.py- validation experiment generatorreferences/- Lean Startup, Customer Development, Mom Test, Blue Ocean, Tractiontemplates/- experiment spec, verdict output
MIT. Built by VeyraLabs.