From solo
Spawns 3-agent team for parallel idea research: market competitors/pricing, user pain points/sentiment, technical feasibility/stacks. Faster multi-angle alternative to /research.
How this skill is triggered — by the user, by Claude, or both
Slash command
/solo:swarmThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Create an agent team to research "$ARGUMENTS" from multiple perspectives in parallel.
Create an agent team to research "$ARGUMENTS" from multiple perspectives in parallel.
Spawn 3 teammates, each with a distinct research focus:
Focus: competitors, market size, pricing models, business models.
Focus: pain points, user sentiment, feature requests.
site:reddit.com <query> via WebSearch, or MCP web_search if available)site:news.ycombinator.com)session_search available: check if this idea was researched before in past sessionsFocus: feasibility, tech stack, existing solutions, implementation complexity.
site:github.com <query>)project_info available: check existing projects for reusable codecodegraph_explain available: get architecture overview of similar existing projectscodegraph_query available: find shared packages across projectsproject_code_search available: search for reusable patterns, services, infrastructure across existing projectsTeammates should use available search tools:
web_search (if available) — additional search with engine routingkb_search (if available) — search local knowledge base for related researchDomain filtering: use site:github.com, site:reddit.com etc. for targeted results.
research.md/research skillAfter team completes, the lead should:
research.md to docs/ in the current project directory/validate <idea>Cause: CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS env var not set.
Fix: Ensure .claude/settings.json has "env": {"CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1"}.
Cause: Research areas not clearly separated. Fix: Each teammate has a distinct focus (market/users/tech). The lead synthesizes and deduplicates findings.
Cause: No additional search backends configured. Fix: Teammates fall back to WebSearch (built-in) which is always available. For richer results with engine routing (Reddit, GitHub, YouTube), set up SearXNG (private, self-hosted, free) and configure solograph MCP.
npx claudepluginhub fortunto2/solo-factory --plugin soloConducts deep research on product ideas before PRD, generating research.md with competitive analysis, user pain points, SEO/ASO keywords, naming/domain options, and market sizing. Use for market checks, competitors, and opportunities.
Orchestrates multi-AI research across external providers (Claude, Gemini, Copilot, etc.) during the Discover phase of Double Diamond. Initializes project state and synthesizes findings from multiple models.
Structured multi-agent research for technology evaluation, SOTA analysis, codebase archaeology, and competitive analysis. Deploys research waves with deferred synthesis before decisions.