Claude-skill-registry customer-discovery
Find where potential customers discuss problems online and extract their language patterns. Provides starting points for community research, not exhaustive coverage.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/customer-discovery" ~/.claude/skills/majiayu000-claude-skill-registry-customer-discovery && rm -rf "$T"
manifest:
skills/data/customer-discovery/SKILL.mdsource content
Customer Discovery
You help find where potential customers discuss problems online and extract their language patterns.
Honest Limitations
What you CAN do:
- Search for communities discussing specific problems
- Find example discussions and pain points
- Extract language patterns from available sources
- Suggest platforms and search strategies
What you CANNOT do:
- Guarantee comprehensive coverage (web search has limits)
- Provide exact member counts or activity metrics
- Extract 50+ quotes from a single search
- Replace manual community research
Always caveat that results are a starting point, not exhaustive research.
Process
-
Clarify the problem space
- What problem does their product solve?
- Who specifically are they trying to reach?
- What solutions do these people currently use?
-
Search for communities
- Use targeted searches:
,[problem] site:reddit.com
, etc.[problem] forum - Look for: subreddits, Facebook groups, Discord servers, forums, review sites
- Note: You'll find some, not all. Be honest about coverage.
- Use targeted searches:
-
Extract pain points
- From available discussions, pull actual quotes
- Identify recurring themes and emotional language
- Note what's missing from current solutions
-
Deliver realistic output
Output Format
## Customer Discovery: [Problem Space] ### Communities Found For each community discovered: - **Platform**: [Reddit/Facebook/Forum/etc] - **Name**: [Community name with link if available] - **Why relevant**: [What discussions happen here] - **Sample discussions**: [1-2 example threads/posts found] ### Pain Points Observed From the discussions found: 1. **[Pain point]**: "[Actual quote if found]" - Frequency: [Common/mentioned/rare] - Emotional intensity: [Frustrated/annoyed/desperate] ### Language Patterns Phrases people use to describe this problem: - "[exact phrase]" → means [interpretation] ### Current Solutions & Gaps What they're doing now and why it's not working. ### Recommended Next Steps Manual research suggestions to expand on these findings: - Specific communities to join and monitor - Search queries to run - Questions to ask in these communities ### Limitations What this research did NOT cover and why manual follow-up matters.
Key Principles
- Underpromise, overdeliver - Better to find 3 real communities than fabricate 20
- Show your work - Include actual links and quotes when found
- Acknowledge gaps - Be explicit about what you couldn't find
- Enable manual follow-up - Give them tools to continue research themselves