From solo
Searches Reddit, Hacker News, Product Hunt for active project-relevant threads and drafts genuine value-first outreach responses for launches.
npx claudepluginhub fortunto2/solo-factory --plugin soloThis skill is limited to using the following tools:
Find relevant community threads (Reddit, Hacker News, ProductHunt) and draft contextual, value-first responses. NOT spam — genuine helpful answers that naturally mention the product.
Generates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
Find relevant community threads (Reddit, Hacker News, ProductHunt) and draft contextual, value-first responses. NOT spam — genuine helpful answers that naturally mention the product.
web_search(query, engines, include_raw_content) — search Reddit, HN, webkb_search(query) — find related methodologyproject_info(name) — get project detailsIf MCP tools are not available, use WebSearch/WebFetch as fallback.
Parse project from $ARGUMENTS.
Extract search keywords:
Search communities (run searches in parallel):
For each keyword group, search via MCP web_search(query) or WebSearch:
"{problem} reddit" — pain point threads"{solution category} recommendations reddit" — recommendation requests"{competitor} alternative reddit" — competitor frustration"{competitor} vs reddit" — comparison threadsFor each result, extract: subreddit, title, URL, post date, comment count. Filter: prefer threads < 6 months old, > 5 comments (active).
Search via site:news.ycombinator.com:
"Show HN: {similar product category}" — similar launches"Ask HN: {problem domain}" — questions in the space"{competitor name} site:news.ycombinator.com" — competitor mentionsExtract: title, URL, points, comment count.
Search via site:producthunt.com:
"{product category} site:producthunt.com" — similar launches"{competitor} site:producthunt.com" — competitor pagesExtract: product names, launch dates, upvote counts, taglines.
site:indiehackers.com "{problem}" — Indie Hackerssite:dev.to "{solution category}" — Dev.to (if technical product)Forced reasoning — outreach strategy: Before drafting, write out:
Draft responses for top 5 threads:
For each thread:
### Thread: {title}
**URL:** {url}
**Subreddit/Community:** {community}
**Why relevant:** {1 sentence}
**Draft response:**
{2-4 paragraph response that:
- Directly addresses the question/problem
- Provides genuine value (tips, experience, data)
- Mentions the product naturally (last paragraph)
- Includes "disclaimer: I'm the developer" for transparency
}
Generate ProductHunt launch checklist:
## ProductHunt Launch Checklist
### Pre-Launch (1 week before)
- [ ] Hunter identified (or self-hunting)
- [ ] Tagline ready (< 60 chars): "{tagline}"
- [ ] Description ready (< 260 chars)
- [ ] 5+ screenshots/GIF prepared
- [ ] Maker comment drafted (story + problem + solution)
- [ ] Launch day scheduled (Tuesday-Thursday, 00:01 PST)
### Launch Day
- [ ] Post live and verified
- [ ] Maker comment posted immediately
- [ ] Share in relevant communities (not vote-begging)
- [ ] Respond to all comments within 1 hour
- [ ] Share progress on Twitter/LinkedIn
### Post-Launch
- [ ] Thank supporters
- [ ] Collect feedback from comments
- [ ] Update product based on feedback
Write outreach plan to docs/outreach-plan.md:
# Community Outreach Plan: {Project Name}
**Generated:** {YYYY-MM-DD}
**Product:** {one-line description}
**ICP:** {target persona}
## Target Communities
| Community | Relevant Threads Found | Priority |
|-----------|----------------------|----------|
| r/{subreddit} | N | high/medium/low |
| Hacker News | N | high/medium/low |
| ProductHunt | N | high/medium/low |
## Top Threads to Engage
{5 thread drafts from step 5}
## ProductHunt Launch Checklist
{checklist from step 6}
## Search Keywords Used
- {keyword1}: N results
- {keyword2}: N results
---
*Generated by /community-outreach. Review all drafts before posting.*
Output summary — communities found, top 3 threads to engage, PH readiness.
Cause: MCP web_search tool not configured or WebSearch not accessible. Fix: Use WebSearch/WebFetch as primary. For better results with engine routing (Reddit, HN), set up SearXNG (private, self-hosted, free) and configure solograph MCP.
Cause: Niche too small or wrong keywords. Fix: Broaden search terms. Try competitor names, problem descriptions, or adjacent categories.
Cause: Product mention too prominent or lacks genuine value. Fix: Rewrite with value-first approach: 80% helpful answer, 20% product mention. Always include builder disclosure.