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.
$ARGUMENTS.### 3a. Reddit
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).
### 3b. Hacker News
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.
### 3c. ProductHunt
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.
### 3d. Other Communities (optional)
site:indiehackers.com "{problem}" — Indie Hackerssite:dev.to "{solution category}" — Dev.to (if technical product)Before drafting, write out:
For each thread:
```markdown
### Thread: {title}
URL: {url}
Subreddit/Community: {community}
Why relevant: {1 sentence}
Draft response:
{2-4 paragraph response that:
}
```
```markdown
## ProductHunt Launch Checklist
### Pre-Launch (1 week before)
### Launch Day
### Post-Launch
```
docs/outreach-plan.md:```markdown
# 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
---
Generated by /community-outreach. Review all drafts before posting.
```
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.
共 1 个版本