solo-validate

Solid

Use when "validate idea", "score this idea", "should I build this", "go or kill", "generate PRD", "evaluate opportunity", or need idea scoring with PRD output. Do NOT use for deep research (/research first) or decision-only framework (/stream).

AI & Automation 18 stars 2 forks Updated today MIT

Install

View on GitHub

Quality Score: 87/100

Stars 20%
43
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# /validate Validate a startup idea end-to-end: search KB, run Manifest alignment, S.E.E.D. niche check, Devil's Advocate inversion, STREAM 6-layer analysis, pick stack, generate PRD. **Philosophy:** Validation should be honest, not optimistic. Better to kill a bad idea in 5 minutes than waste 3 months building it. The goal is truth, not encouragement. ## MCP Tools (use if available) If MCP tools are available, prefer them over CLI: - `kb_search(query, n_results)` — search knowledge base for related docs - `project_info()` — list active projects with stacks - `web_search(query)` — search for dead startups, competitor failures If MCP tools are not available, fall back to Grep/Glob/WebSearch. ## Steps 1. **Parse the idea** from `$ARGUMENTS`. If empty, ask the user what idea they want to validate. 2. **Search for related knowledge:** If MCP `kb_search` tool is available, use it directly: - `kb_search(query="<idea keywords>", n_results=5)` Otherwise search locally: - Grep for idea keywords in `.md` files across the project and knowledge base Summarize any related documents found (existing ideas, frameworks, opportunities). 3. **Deep research (optional):** Check if `research.md` exists for this idea (look in `docs/` or the current working directory). - If it exists: read it and use findings to inform STREAM analysis and PRD filling (competitors, pain points, market size). - If it does not exist: ask the user if they want to run deep research first. If...

Details

Author
fortunto2
Repository
fortunto2/solo-factory
Created
7 months ago
Last Updated
today
Language
Shell
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category