solo-research

Solid

Use when "research this idea", "find competitors", "check the market", "domain availability", "market size", "analyze opportunity", or need evidence before validation. Do NOT use for idea scoring (/validate) or SEO auditing (/seo-audit).

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

# /research Deep research before PRD generation. Produces a structured `research.md` with competitive analysis, user pain points, SEO/ASO keywords, naming/domain options, and market sizing. ## Live Context - Branch: !`git branch --show-current 2>/dev/null` - Recent changes: !`git log --oneline -5 2>/dev/null` ## 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 - `web_search(query, engines, include_raw_content)` — web search with engine routing - `web_extract(url, size, page)` — one page as clean markdown, boilerplate removed - `session_search(query, project)` — find how similar research was done before - `project_info(name)` — check project details and stacks - `codegraph_explain(project)` — architecture overview of an existing project (stack, patterns, deps) - `codegraph_query(query)` — raw Cypher queries against code graph (find shared packages, dependencies) - `project_code_search(query, project)` — semantic search over project source code MCP `web_search` supports engine override: `engines="reddit"`, `engines="youtube"`, etc. For reading one page in full, prefer `web_extract` over `include_raw_content`: it runs trafilatura, so navigation and footers are gone and tables survive. `size="s|m|l"` caps at 5k/10k/25k chars, `size="f"` paginates the whole document and `page=2` walks it. If MCP tools are not available, use WebSearch/WebFetch as primary. If MCP web_search to...

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