niahere 0.2.52 → 0.2.56

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (59) hide show
  1. package/package.json +1 -1
  2. package/skills/ai-seo/SKILL.md +398 -0
  3. package/skills/ai-seo/evals/evals.json +90 -0
  4. package/skills/ai-seo/references/content-patterns.md +285 -0
  5. package/skills/ai-seo/references/platform-ranking-factors.md +152 -0
  6. package/skills/aws-cli/skill.md +198 -0
  7. package/skills/churn-prevention/SKILL.md +424 -0
  8. package/skills/churn-prevention/evals/evals.json +93 -0
  9. package/skills/churn-prevention/references/cancel-flow-patterns.md +316 -0
  10. package/skills/churn-prevention/references/dunning-playbook.md +408 -0
  11. package/skills/cold-email/SKILL.md +158 -0
  12. package/skills/cold-email/evals/evals.json +94 -0
  13. package/skills/cold-email/references/benchmarks.md +83 -0
  14. package/skills/cold-email/references/follow-up-sequences.md +81 -0
  15. package/skills/cold-email/references/frameworks.md +90 -0
  16. package/skills/cold-email/references/personalization.md +79 -0
  17. package/skills/cold-email/references/subject-lines.md +53 -0
  18. package/skills/competitor-alternatives/SKILL.md +256 -0
  19. package/skills/competitor-alternatives/evals/evals.json +93 -0
  20. package/skills/competitor-alternatives/references/content-architecture.md +271 -0
  21. package/skills/competitor-alternatives/references/templates.md +223 -0
  22. package/skills/copy-editing/SKILL.md +447 -0
  23. package/skills/copy-editing/evals/evals.json +89 -0
  24. package/skills/copy-editing/references/plain-english-alternatives.md +394 -0
  25. package/skills/copywriting/SKILL.md +252 -0
  26. package/skills/copywriting/evals/evals.json +111 -0
  27. package/skills/copywriting/references/copy-frameworks.md +344 -0
  28. package/skills/copywriting/references/natural-transitions.md +272 -0
  29. package/skills/customer-research/SKILL.md +269 -0
  30. package/skills/customer-research/evals/evals.json +162 -0
  31. package/skills/customer-research/references/source-guides.md +345 -0
  32. package/skills/email-sequence/SKILL.md +311 -0
  33. package/skills/email-sequence/evals/evals.json +93 -0
  34. package/skills/email-sequence/references/copy-guidelines.md +113 -0
  35. package/skills/email-sequence/references/email-types.md +515 -0
  36. package/skills/email-sequence/references/sequence-templates.md +168 -0
  37. package/skills/google-workspace-cli/SKILL.md +157 -0
  38. package/skills/launch-strategy/SKILL.md +353 -0
  39. package/skills/launch-strategy/evals/evals.json +91 -0
  40. package/skills/minimalist-review/SKILL.md +82 -0
  41. package/skills/onboarding-cro/SKILL.md +220 -0
  42. package/skills/onboarding-cro/evals/evals.json +92 -0
  43. package/skills/onboarding-cro/references/experiments.md +258 -0
  44. package/skills/page-cro/SKILL.md +182 -0
  45. package/skills/page-cro/evals/evals.json +111 -0
  46. package/skills/page-cro/references/experiments.md +248 -0
  47. package/skills/product-marketing-context/SKILL.md +241 -0
  48. package/skills/product-marketing-context/evals/evals.json +85 -0
  49. package/skills/seo-audit/SKILL.md +412 -0
  50. package/skills/seo-audit/evals/evals.json +136 -0
  51. package/skills/seo-audit/references/ai-writing-detection.md +200 -0
  52. package/skills/signup-flow-cro/SKILL.md +359 -0
  53. package/skills/signup-flow-cro/evals/evals.json +88 -0
  54. package/skills/social-content/SKILL.md +278 -0
  55. package/skills/social-content/evals/evals.json +92 -0
  56. package/skills/social-content/references/platforms.md +170 -0
  57. package/skills/social-content/references/post-templates.md +177 -0
  58. package/skills/social-content/references/reverse-engineering.md +195 -0
  59. package/src/channels/slack.ts +1 -1
@@ -0,0 +1,162 @@
1
+ {
2
+ "skill_name": "customer-research",
3
+ "evals": [
4
+ {
5
+ "id": 1,
6
+ "prompt": "I have 20 customer interview transcripts. Help me analyze them.",
7
+ "expected_output": "Should check for product-marketing-context.md first. Should ask about the goal before analyzing (improve messaging, build personas, find product gaps, etc.). Should apply the extraction framework: jobs to be done, pain points, trigger events, desired outcomes, language/vocabulary, alternatives considered. Should recommend clustering by theme, frequency + intensity scoring, and identifying money quotes. Should ask which deliverable is needed.",
8
+ "assertions": [
9
+ "Checks for product-marketing-context.md",
10
+ "Asks about the goal before diving in (improve messaging, build personas, find gaps, etc.)",
11
+ "Mentions extracting jobs to be done, pain points, and desired outcomes",
12
+ "Suggests organizing quotes by theme",
13
+ "References frequency and intensity scoring",
14
+ "Asks which deliverable is needed"
15
+ ],
16
+ "files": []
17
+ },
18
+ {
19
+ "id": 2,
20
+ "prompt": "I want to do ICP research but I don't have any customer interviews yet.",
21
+ "expected_output": "Should check for product-marketing-context.md first. Should recommend digital watering hole research as a starting point. Should mention Reddit, G2, Capterra, forums, or niche communities as sources. Should offer to plan a research approach and explain what to extract from online sources. Should note this is Mode 2 and ask what product/category to research.",
22
+ "assertions": [
23
+ "Checks for product-marketing-context.md",
24
+ "Recommends digital watering hole research as an alternative",
25
+ "Mentions Reddit, G2, or review sites as starting points",
26
+ "Asks what product or category to research",
27
+ "Offers to help extract insights from online sources"
28
+ ],
29
+ "files": []
30
+ },
31
+ {
32
+ "id": 3,
33
+ "prompt": "Mine Reddit and G2 to understand what people hate about project management software.",
34
+ "expected_output": "Should check for product-marketing-context.md first. Should identify relevant subreddits (r/projectmanagement, r/productivity, r/agile) and search strategies. Should recommend reading 3-star and 1-star G2 reviews and competitor 4-star reviews. Should plan to extract verbatim quotes, pain themes, and switching triggers. Should apply the extraction table (source, quote, context, sentiment, theme tag, profile signals).",
35
+ "assertions": [
36
+ "Checks for product-marketing-context.md",
37
+ "Identifies relevant subreddits or search strategies for project management",
38
+ "Suggests reading 3-star and 1-star G2 reviews",
39
+ "Recommends competitor 4-star reviews for buried complaints",
40
+ "Plans to extract verbatim quotes and pain themes",
41
+ "Mentions what to look for: complaints, workarounds, switching triggers"
42
+ ],
43
+ "files": []
44
+ },
45
+ {
46
+ "id": 4,
47
+ "prompt": "Build me a customer persona for a marketing manager at a B2B SaaS company.",
48
+ "expected_output": "Should check for product-marketing-context.md first. Should ask if there is existing research to build from before generating a persona. Should warn against inventing details without data. Should use the persona structure: profile, primary JTBD, trigger events, top pains, desired outcomes, objections, alternatives, key vocabulary, how to reach them. Should note that personas should be built from at least 5-10 data points.",
49
+ "assertions": [
50
+ "Checks for product-marketing-context.md",
51
+ "Asks if there is existing research to build from before inventing details",
52
+ "Warns against creating personas without data",
53
+ "Includes jobs to be done, pains, triggers, and desired outcomes in persona structure",
54
+ "Mentions the need to capture actual customer vocabulary",
55
+ "Notes minimum data threshold (5-10 data points)"
56
+ ],
57
+ "files": []
58
+ },
59
+ {
60
+ "id": 5,
61
+ "prompt": "I have 6 months of customer support tickets. What insights can I pull from them?",
62
+ "expected_output": "Should check for product-marketing-context.md first. Should recommend categorizing tickets before analyzing (bugs vs. confusion vs. feature requests vs. expectation mismatches). Should warn against treating all tickets as equal signal. Should suggest extracting recurring language, patterns, and 'I wish it could…' phrases. Should ask about the goal — product improvement, messaging, reducing support load, or something else.",
63
+ "assertions": [
64
+ "Checks for product-marketing-context.md",
65
+ "Recommends categorizing tickets before analyzing (bugs vs confusion vs feature requests)",
66
+ "Warns against treating all tickets as equal signal",
67
+ "Mentions extracting recurring language and patterns",
68
+ "Asks about the goal — product improvement, messaging, or something else"
69
+ ],
70
+ "files": []
71
+ },
72
+ {
73
+ "id": 6,
74
+ "prompt": "What are customers saying about my competitors on review sites?",
75
+ "expected_output": "Should check for product-marketing-context.md first. Should ask which competitors to research. Should recommend G2 and Capterra as primary sources. Should specifically call out reading competitor 4-star reviews for buried complaints. Should describe what to extract: what they love (battlecard intel), what frustrates them (opportunities), unmet needs. Should use the review mining template.",
76
+ "assertions": [
77
+ "Checks for product-marketing-context.md",
78
+ "Recommends reading competitor 4-star reviews specifically for buried complaints",
79
+ "Mentions G2 or Capterra as sources",
80
+ "Describes what to extract: what they love, what frustrates them, unmet needs",
81
+ "Frames as competitive intelligence input"
82
+ ],
83
+ "files": []
84
+ },
85
+ {
86
+ "id": 7,
87
+ "prompt": "Help me do voice of customer research for a new SaaS in the HR space.",
88
+ "expected_output": "Should check for product-marketing-context.md first. Should ask about the specific ICP segment within HR (recruiter, HR generalist, CHRO, etc.). Should suggest relevant digital watering holes: r/humanresources, r/recruiting, HR Slack communities, G2 HR category, LinkedIn. Should plan to extract verbatim language for copy use. Should offer to produce a VOC quote bank as a deliverable.",
89
+ "assertions": [
90
+ "Checks for product-marketing-context.md",
91
+ "Asks about target ICP segment within HR",
92
+ "Suggests relevant digital watering holes (subreddits, G2 categories, communities)",
93
+ "Plans to extract verbatim language for copy use",
94
+ "Mentions organizing findings into a VOC quote bank"
95
+ ],
96
+ "files": []
97
+ },
98
+ {
99
+ "id": 8,
100
+ "prompt": "I want to understand why customers churn. I have exit survey results.",
101
+ "expected_output": "Should check for product-marketing-context.md first. Should recommend segmenting churn reasons before analyzing — do not average across different causes. Should suggest pairing open-ended responses with quantitative data. Should ask if win/loss interview data or support tickets are also available. Should apply confidence labels (high/med/low) based on sample size and source consistency.",
102
+ "assertions": [
103
+ "Checks for product-marketing-context.md",
104
+ "Recommends segmenting churn reasons before analyzing",
105
+ "Warns against averaging across different churn causes",
106
+ "Suggests pairing open-ended responses with quantitative data",
107
+ "Asks if win/loss interview data is also available"
108
+ ],
109
+ "files": []
110
+ },
111
+ {
112
+ "id": 9,
113
+ "prompt": "Find the digital watering holes where DevOps engineers talk shop.",
114
+ "expected_output": "Should check for product-marketing-context.md first. Should identify specific relevant communities: r/devops, r/sysadmin, Hacker News, DevOps-focused Discord/Slack groups, LinkedIn, Stack Overflow. Should suggest what to search for in those communities. Should describe what signal to extract from each source type and reference source-guides.md for detailed playbooks.",
115
+ "assertions": [
116
+ "Checks for product-marketing-context.md",
117
+ "Mentions specific relevant communities (r/devops, Hacker News, LinkedIn, Discord)",
118
+ "Suggests what to search for in those communities",
119
+ "Describes what signal to extract from each source type"
120
+ ],
121
+ "files": []
122
+ },
123
+ {
124
+ "id": 10,
125
+ "prompt": "Turn my customer research into messaging I can use on my homepage.",
126
+ "expected_output": "Should check for product-marketing-context.md first. Should extract VOC language and top themes before moving to copy. Should identify the highest-signal quotes and language patterns. Should produce a VOC summary or quote bank, then hand off to the copywriting skill for the actual copy writing step rather than writing homepage copy directly.",
127
+ "assertions": [
128
+ "Checks for product-marketing-context.md",
129
+ "Extracts the VOC language and themes first before jumping to copy",
130
+ "Identifies the highest-signal quotes for messaging",
131
+ "References the copywriting skill for the actual copy writing step"
132
+ ],
133
+ "files": []
134
+ },
135
+ {
136
+ "id": 11,
137
+ "prompt": "I run a mobile fitness app and want to understand why users drop off after week 2.",
138
+ "expected_output": "Should check for product-marketing-context.md first. Should recognize this as a B2C research scenario. Should suggest B2C-appropriate sources: app store reviews (1-3 star), Reddit fitness communities, YouTube comment sections on fitness apps, TikTok/Instagram comments. Should also recommend in-app surveys and analyzing support tickets/reviews. Should frame around activation and habit formation research.",
139
+ "assertions": [
140
+ "Checks for product-marketing-context.md",
141
+ "Recognizes this as a B2C research scenario",
142
+ "Suggests app store reviews as a primary source",
143
+ "Mentions Reddit or community sources relevant to fitness/consumer apps",
144
+ "Frames around understanding drop-off triggers and desired outcomes"
145
+ ],
146
+ "files": []
147
+ },
148
+ {
149
+ "id": 12,
150
+ "prompt": "I have no existing research and don't know who my best customers are yet.",
151
+ "expected_output": "Should check for product-marketing-context.md first. Should treat this as a bootstrap research scenario. Should recommend starting with hypothesis formation before gathering data. Should suggest a minimum viable research plan: 5-10 customer interviews + digital watering hole scan. Should provide interview recruiting tips and what questions to ask. Should warn against building personas before collecting any data.",
152
+ "assertions": [
153
+ "Checks for product-marketing-context.md",
154
+ "Recognizes this as a zero-research bootstrap scenario",
155
+ "Recommends forming hypotheses before gathering data",
156
+ "Suggests a minimum viable research plan (interviews + online sources)",
157
+ "Warns against building personas without any data"
158
+ ],
159
+ "files": []
160
+ }
161
+ ]
162
+ }
@@ -0,0 +1,345 @@
1
+ # Customer Research — Source Guides
2
+
3
+ Detailed, source-by-source playbooks for gathering customer intelligence from online watering holes.
4
+
5
+ ---
6
+
7
+ ## Reddit Research
8
+
9
+ ### Finding the Right Subreddits
10
+
11
+ Start by identifying where your ICP spends time, not where your product is discussed.
12
+
13
+ **Discovery methods:**
14
+ - Search `site:reddit.com "[job title] tools"` or `site:reddit.com "[problem category] software"`
15
+ - Use [subreddit search tools](https://www.reddit.com/subreddits/search) with problem-space keywords
16
+ - Look at what subreddits show up in Google results when you search ICP problems
17
+ - Check what subreddits competitors' customers mention in reviews
18
+
19
+ **Common high-value subreddits by category:**
20
+ - B2B SaaS: r/sales, r/marketing, r/entrepreneur, r/startups, r/smallbusiness
21
+ - Dev tools: r/programming, r/devops, r/webdev, r/cscareerquestions
22
+ - Analytics/data: r/analytics, r/dataengineering, r/BusinessIntelligence
23
+ - Marketing: r/PPC, r/SEO, r/emailmarketing, r/content_marketing
24
+ - HR/recruiting: r/recruiting, r/humanresources, r/jobs
25
+ - Finance/ops: r/accounting, r/financialplanning, r/projectmanagement
26
+
27
+ ### Search Operators
28
+
29
+ ```
30
+ site:reddit.com/r/[subreddit] "[keyword]"
31
+ site:reddit.com "[problem]" "recommend" OR "suggestion" OR "alternative"
32
+ site:reddit.com "[competitor name]" "vs" OR "alternative" OR "switched"
33
+ ```
34
+
35
+ ### What to Look For
36
+
37
+ **High-signal post types:**
38
+ - "What tools do you use for X?" → reveals alternatives and vocab
39
+ - "Frustrated with [competitor], looking for alternatives" → reveals pain and switching triggers
40
+ - "How do you handle X?" → reveals workflow and workarounds
41
+ - "Is [your category] worth it?" → reveals objections and evaluation criteria
42
+ - Complaint threads about competitors → reveals gaps you might fill
43
+
44
+ **What to extract:**
45
+ - The exact problem described in the post
46
+ - Top-voted solutions (what do practitioners actually recommend?)
47
+ - Complaints about existing solutions in comments
48
+ - The language used — note specific words and phrases
49
+ - Upvote patterns — consensus vs. controversy
50
+
51
+ ### Tools
52
+ - Reddit's native search (limited but fast)
53
+ - Google: `site:reddit.com [query]` (better results)
54
+ - Pullpush.io — search archived Reddit posts (good for older threads)
55
+
56
+ ---
57
+
58
+ ## G2 and Review Site Mining
59
+
60
+ ### Your Own Product Reviews
61
+
62
+ Read in this order for maximum signal:
63
+
64
+ 1. **3-star reviews** — these are the most honest. Customer liked it enough to stay but felt something was missing.
65
+ 2. **1-star reviews** — understand the failure modes. Separate product issues from support/onboarding issues.
66
+ 3. **5-star reviews** — extract the "what they love" language. These are your proof points.
67
+ 4. **4-star reviews** — often contain "the only thing I wish…" buried in praise.
68
+
69
+ **What to extract:**
70
+ - What they say they use it *for* (the job to be done)
71
+ - What they say is hardest or most frustrating
72
+ - What they compare it to ("coming from [X]", "better than [Y]")
73
+ - Industry and role signals in reviewer profiles
74
+
75
+ ### Competitor Reviews on G2
76
+
77
+ The 4-star competitor reviews are gold — customers who like the product but still have complaints.
78
+
79
+ **G2 structure to exploit:**
80
+ - "What do you like best?" → their strengths (your battlecard intel)
81
+ - "What do you dislike?" → their weaknesses (your opportunities)
82
+ - "What problems are you solving?" → the job to be done
83
+
84
+ **Capterra** has similar structure. **Trustpilot** skews B2C. **AppSumo** reviews are useful for SMB/prosumer SaaS.
85
+
86
+ ### Review Mining Template
87
+
88
+ For each competitor's 4-star reviews, extract:
89
+
90
+ | Category | Notes |
91
+ |----------|-------|
92
+ | Job to be done | Why do they use the product? |
93
+ | Top praise | What do they love (and might be hard for you to match)? |
94
+ | Top complaint | What frustrates them? |
95
+ | Switching context | Did they mention switching from something else? |
96
+ | Unmet need | "I wish it could…" or "It would be better if…" |
97
+
98
+ ---
99
+
100
+ ## Indie Hackers and Product Hunt
101
+
102
+ ### Indie Hackers
103
+
104
+ Strong signal for founder/builder/SMB ICP.
105
+
106
+ **Where to look:**
107
+ - "Ask IH" posts: questions about problems your product solves
108
+ - Milestone posts: when founders describe their stack, they reveal tool preferences and pain
109
+ - Comment threads on product launches in your category
110
+
111
+ **Search:** `site:indiehackers.com "[problem]"` or use IH's native search.
112
+
113
+ ### Product Hunt
114
+
115
+ **Discussion tabs** on competing products are a research goldmine:
116
+ - Questions asked = pre-sales concerns = objections
117
+ - Comments = early adopter reactions = leading indicators of reception
118
+ - "Alternatives to X" collections reveal the competitive landscape as users see it
119
+
120
+ ---
121
+
122
+ ## Hacker News
123
+
124
+ Strong signal for technical/developer ICP. Skews toward builders and skeptics.
125
+
126
+ **High-value searches:**
127
+ - `site:news.ycombinator.com "[competitor or category]"`
128
+ - HN "Ask HN: best tools for X" threads
129
+ - "Show HN" posts for competitors — read the skeptical comments
130
+
131
+ **What's different about HN:**
132
+ - Users are more likely to critique underlying architecture and business model
133
+ - Strong opinions about pricing models (especially anything subscription-based)
134
+ - First principles objections you might not hear elsewhere
135
+
136
+ ---
137
+
138
+ ## LinkedIn Research
139
+
140
+ ### Posts and Comments
141
+
142
+ Search for posts by practitioners describing their workflows:
143
+ - "[Role] at [company size]" + problem keyword
144
+ - "We used to [old way] but now we [new way]" stories
145
+ - Posts asking for tool recommendations get comments from active buyers
146
+
147
+ ### Job Postings
148
+
149
+ A job posting is a company's admission of a pain point.
150
+
151
+ **What to look for:**
152
+ - What tools are listed as "nice to have" vs. "required"? (reveals stack and adjacent tools)
153
+ - What metrics and outcomes are mentioned in the role description?
154
+ - What does the role spend most of its time doing? (reveals the job to be done)
155
+
156
+ **Search:** `site:linkedin.com/jobs "[role title]" "[relevant tool or category]"`
157
+
158
+ ---
159
+
160
+ ## YouTube Comments
161
+
162
+ ### Finding High-Signal Videos
163
+
164
+ - Tutorial videos for problems your product solves
165
+ - "Best tools for X in [year]" roundup videos
166
+ - Competitor product demos and walkthroughs
167
+
168
+ **What to look for in comments:**
169
+ - "Does this work for [specific use case]?" → edge cases and unmet needs
170
+ - "I tried this but…" → failure points
171
+ - "What about [competitor]?" → active evaluation
172
+ - Timestamps with questions → confusion points in the workflow
173
+
174
+ ---
175
+
176
+ ## Twitter / X Research
177
+
178
+ ### Search Operators
179
+
180
+ ```
181
+ "[competitor]" -filter:replies min_faves:10
182
+ "[problem keyword]" "anyone know" OR "recommend" OR "alternative"
183
+ "[category] is broken" OR "frustrated with [category]"
184
+ ```
185
+
186
+ ### What to Find
187
+
188
+ - Real-time complaints about competitors
189
+ - Practitioners discussing their stack
190
+ - Influencers/thought leaders your ICP follows (useful for distribution)
191
+
192
+ ---
193
+
194
+ ## Blog Post and Forum Research
195
+
196
+ ### Comparison Content
197
+
198
+ Google: `"[competitor 1] vs [competitor 2]"` or `"best [category] software [year]"`
199
+
200
+ Read the comments on these posts — people who find comparison content are actively evaluating. Their comments are questions your sales process should answer.
201
+
202
+ ### Niche Communities
203
+
204
+ - **Slack communities**: Many industries have public or semi-public Slack groups. Search "[industry] Slack community".
205
+ - **Discord servers**: Growing for developer and creator communities.
206
+ - **Facebook Groups**: Still strong for SMB, e-commerce, agency, and coach/consultant ICP.
207
+ - **Circle/Mighty Networks communities**: Check if there are paid communities in your ICP's space.
208
+
209
+ ---
210
+
211
+ ## B2C and Consumer App Research
212
+
213
+ B2C research requires different sources than B2B SaaS. Consumer buyers don't congregate on LinkedIn or G2 — they leave traces in app stores, social media, and communities built around the activity your product serves.
214
+
215
+ ### App Store Reviews (iOS App Store / Google Play)
216
+
217
+ One of the richest unfiltered sources for mobile/consumer products.
218
+
219
+ **Read in this order:**
220
+ 1. **1-2 star reviews** — failure modes, unmet expectations, frustration peaks
221
+ 2. **3-star reviews** — honest tradeoffs and "it's good but…" feedback
222
+ 3. **5-star reviews** — what they love in their own words (proof points and positioning)
223
+
224
+ **What to extract:**
225
+ - What job they hired the app to do ("I use this to…")
226
+ - The moment it stopped working for them
227
+ - What they compared it to or switched from
228
+ - Emotional language — "I love how…", "I'm so frustrated that…"
229
+
230
+ **Search tip:** Sort by "Most Recent" to get fresh signal, then "Most Critical" for pain themes.
231
+
232
+ ### Amazon Reviews (for physical products or software with Amazon presence)
233
+
234
+ Same priority order as app stores: 3-star reviews first.
235
+
236
+ **G2 analog for consumer SaaS**: Trustpilot, Sitejabber, and product-specific review aggregators.
237
+
238
+ ### Reddit Consumer Communities
239
+
240
+ B2C Reddit is highly vertical — go to the hobby/lifestyle subreddit, not the general ones.
241
+
242
+ **Examples by product type:**
243
+ - Fitness apps: r/running, r/loseit, r/fitness, r/MyFitnessPal
244
+ - Personal finance: r/personalfinance, r/financialindependence, r/ynab
245
+ - Productivity/notes: r/productivity, r/Notion, r/ObsidianMD
246
+ - Travel: r/travel, r/solotravel, r/digitalnomad
247
+ - Parenting: r/Parenting, r/beyondthebump, r/daddit
248
+
249
+ **Search pattern:** `site:reddit.com/r/[community] "[app name OR problem]"`
250
+
251
+ ### TikTok and Instagram Comments
252
+
253
+ High-signal for consumer products with visual/lifestyle appeal.
254
+
255
+ **How to find signal:**
256
+ - Search TikTok for "[product name] review" or "is [product] worth it"
257
+ - Watch the top 5-10 videos; read ALL comments — not just likes
258
+ - On Instagram, check tagged posts from real users (not brand posts)
259
+
260
+ **What to extract:**
261
+ - Questions in comments = unmet needs or unclear positioning
262
+ - "Does this work for…?" = jobs they want to hire it for
263
+ - "I switched from X" comments = switching triggers
264
+ - Complaints about price, missing features, or broken promises
265
+
266
+ ### YouTube Comments (Consumer)
267
+
268
+ Same approach as B2B but different video types:
269
+
270
+ - "X app honest review" or "X app after 6 months"
271
+ - "Best [category] apps [year]" comparison videos
272
+ - Unboxing or "setup" videos for hardware/physical products
273
+
274
+ Comments on review videos are especially valuable — these are people actively in the consideration phase.
275
+
276
+ ### Consumer Community Platforms
277
+
278
+ - **Facebook Groups**: Still dominant for many consumer verticals (parenting, fitness, local services, hobbies)
279
+ - **Discord servers**: Growing for gaming, creator tools, productivity, crypto, lifestyle communities
280
+ - **Nextdoor**: Useful for local service businesses
281
+ - **Quora**: Long-form questions reveal decision anxiety and evaluation criteria
282
+
283
+ ---
284
+
285
+ ## Organizing Your Research
286
+
287
+ Use a simple tagging system across all sources:
288
+
289
+ | Tag | Meaning |
290
+ |-----|---------|
291
+ | `#pain` | A problem or frustration |
292
+ | `#trigger` | An event that prompted the search |
293
+ | `#outcome` | What success looks like |
294
+ | `#language` | Exact phrases worth using in copy |
295
+ | `#alternative` | Another solution they considered or use |
296
+ | `#objection` | Reason to hesitate or not buy |
297
+ | `#competitor` | Anything about a competing product |
298
+
299
+ Keep a running doc with columns: Source | Date | Quote | Tags | Notes
300
+
301
+ After 20-30 entries, patterns will emerge. Look for quotes that appear in multiple unrelated sources — those are your highest-confidence insights.
302
+
303
+ ---
304
+
305
+ ## Source Reliability and Confidence Scoring
306
+
307
+ Not all sources carry equal weight. Use this guide when assigning confidence labels.
308
+
309
+ ### Source Weighting
310
+
311
+ | Source | Signal Strength | Bias to Note |
312
+ |--------|----------------|--------------|
313
+ | Customer interviews (unprompted) | Very high | Small sample; selection bias toward engaged customers |
314
+ | Win/loss interviews | High | Recent memory only; rationalization common |
315
+ | App store / G2 reviews | High | Skews toward strong opinions (love or hate) |
316
+ | Reddit / community posts | Medium-high | Skews technical, skeptical, vocal minorities |
317
+ | Support tickets | Medium | Skews toward problems; silent majority not represented |
318
+ | Survey (open-ended) | Medium | Primed by question framing |
319
+ | Survey (multiple choice) | Low-medium | Artifacts of the options you provided |
320
+ | NPS verbatims | Medium | Correlates with score; prompted by the survey moment |
321
+ | YouTube/TikTok comments | Medium | Skews toward engaged viewers; social performance |
322
+ | Job postings | Low-medium | Aspirational, not necessarily reflective of current pain |
323
+
324
+ ### Confidence Labels in Practice
325
+
326
+ When presenting insights, lead with confidence:
327
+
328
+ ```
329
+ [HIGH CONFIDENCE] Customers feel overwhelmed by manual reporting — appears in 12 of 20 interviews,
330
+ 4 Reddit threads, and is the #1 complaint in 3-star G2 reviews. Consistent across SMB and mid-market.
331
+
332
+ [MEDIUM CONFIDENCE] Customers compare us to spreadsheets more than to direct competitors —
333
+ mentioned in 6 interviews and 3 Reddit threads, but not yet seen in review data.
334
+
335
+ [LOW CONFIDENCE] Enterprise buyers may have procurement concerns — mentioned by 2 interviewees
336
+ from companies 500+. Needs more signal before acting on it.
337
+ ```
338
+
339
+ ### Recency Window
340
+
341
+ - **Use as primary source**: Data from the last 12 months
342
+ - **Use with caution**: 12-24 months (product and market may have shifted)
343
+ - **Use only for baseline context**: 2+ years old
344
+
345
+ When a theme appears consistently across old and new data, that's a durable signal worth acting on.