Discover relevant Reddit communities for your product. Finds subreddits where target users discuss pain points, rates them by tier (1-4), and tracks promo policies. Part of reddit-intel. Requires .reddit-intel.json (run /reddit-intel-init first).
Find Reddit communities where your target users live and discuss pain points.
mcp__exa__web_search_exa (type="deep") for all Reddit searchesReads .reddit-intel.json from project root. If not found, tell user to run /reddit-intel-init.
name){"name": "r/ClaudeAI", "tier": 1, "members": "451K", "activity": "high", "promo_policy": "discussion OK", "relevance": "primary", "strategy": "Pain-point replies, technical discussions", "added": "2026-02-06"}
tier values: 1 (core) / 2 (high relevance) / 3 (general/niche) / 4 (watching)
{data_dir}/subreddits.jsonl for existing communities{data_dir}/keywords.jsonl for search termsSKILL_DIR/references/step-details.md Step 2 section for detailed logicmcp__exa__web_search_exa (type="deep") to discover new communities:
"site:reddit.com/r/ {keyword}"name, append via:
python3 SKILL_DIR/scripts/jsonl_ops.py append subreddits '<json>'
python3 SKILL_DIR/scripts/jsonl_ops.py render subredditsWhere SKILL_DIR is two levels up from this file (the reddit-intel repo root).