solo-swarm
1
总安装量
1
周安装量
#44264
全站排名
安装命令
npx skills add https://github.com/fortunto2/solo-factory --skill solo-swarm
Agent 安装分布
mcpjam
1
claude-code
1
replit
1
junie
1
windsurf
1
zencoder
1
Skill 文档
/swarm
Create an agent team to research “$ARGUMENTS” from multiple perspectives in parallel.
Team Structure
Spawn 3 teammates, each with a distinct research focus:
1. Market Researcher
Focus: competitors, market size, pricing models, business models.
- Search for direct and indirect competitors
- Find market reports with TAM/SAM/SOM figures
- Analyze pricing strategies and monetization
- Identify market gaps and opportunities
- Check Product Hunt, G2, Capterra for existing products
2. User Researcher
Focus: pain points, user sentiment, feature requests.
- Search Reddit (via SearXNG
engines: reddit, MCPweb_search, or WebSearchsite:reddit.com) - Search Hacker News for tech community opinions (
site:news.ycombinator.com) - Find app reviews and ratings
- Extract direct user quotes about frustrations
- Identify unmet needs and feature requests
3. Technical Analyst
Focus: feasibility, tech stack, existing solutions, implementation complexity.
- Search GitHub for open-source alternatives (
site:github.com <query>) - Evaluate tech stack options
- If MCP
project_infoavailable: check existing projects for reusable code - If MCP
codegraph_queryavailable: find shared packages across projects - Assess implementation complexity and timeline
Search Backends
Teammates should use both:
- MCP
web_search(if available) â wraps SearXNG with engine routing - WebSearch (built-in) â broad discovery, market reports
- WebFetch â scrape specific URLs for details
Domain filtering: use site:github.com, site:reddit.com etc. for strict filtering.
Check SearXNG availability if not using MCP:
curl -sf http://localhost:8013/health && echo "searxng_ok" || echo "searxng_down"
Coordination
- Each teammate writes findings to a shared task list
- Require plan approval before teammates start deep research
- After all complete, synthesize findings into
research.md - Use the research.md format from
/researchskill
Output
After team completes, the lead should:
- Synthesize findings from all 3 teammates
- Write
research.mdto3-opportunities/<project-name>/(solopreneur KB) ordocs/(any project) - Provide GO / NO-GO / PIVOT recommendation
- Suggest next step:
/validate <idea>