niahere 0.2.52 → 0.2.57

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 (68) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
  3. package/skills/ai-seo/SKILL.md +398 -0
  4. package/skills/ai-seo/evals/evals.json +90 -0
  5. package/skills/ai-seo/references/content-patterns.md +285 -0
  6. package/skills/ai-seo/references/platform-ranking-factors.md +152 -0
  7. package/skills/aws-cli/skill.md +198 -0
  8. package/skills/churn-prevention/SKILL.md +424 -0
  9. package/skills/churn-prevention/evals/evals.json +93 -0
  10. package/skills/churn-prevention/references/cancel-flow-patterns.md +316 -0
  11. package/skills/churn-prevention/references/dunning-playbook.md +408 -0
  12. package/skills/cold-email/SKILL.md +158 -0
  13. package/skills/cold-email/evals/evals.json +94 -0
  14. package/skills/cold-email/references/benchmarks.md +83 -0
  15. package/skills/cold-email/references/follow-up-sequences.md +81 -0
  16. package/skills/cold-email/references/frameworks.md +90 -0
  17. package/skills/cold-email/references/personalization.md +79 -0
  18. package/skills/cold-email/references/subject-lines.md +53 -0
  19. package/skills/competitor-alternatives/SKILL.md +256 -0
  20. package/skills/competitor-alternatives/evals/evals.json +93 -0
  21. package/skills/competitor-alternatives/references/content-architecture.md +271 -0
  22. package/skills/competitor-alternatives/references/templates.md +223 -0
  23. package/skills/copy-editing/SKILL.md +447 -0
  24. package/skills/copy-editing/evals/evals.json +89 -0
  25. package/skills/copy-editing/references/plain-english-alternatives.md +394 -0
  26. package/skills/copywriting/SKILL.md +252 -0
  27. package/skills/copywriting/evals/evals.json +111 -0
  28. package/skills/copywriting/references/copy-frameworks.md +344 -0
  29. package/skills/copywriting/references/natural-transitions.md +272 -0
  30. package/skills/customer-research/SKILL.md +269 -0
  31. package/skills/customer-research/evals/evals.json +162 -0
  32. package/skills/customer-research/references/source-guides.md +345 -0
  33. package/skills/email-sequence/SKILL.md +311 -0
  34. package/skills/email-sequence/evals/evals.json +93 -0
  35. package/skills/email-sequence/references/copy-guidelines.md +113 -0
  36. package/skills/email-sequence/references/email-types.md +515 -0
  37. package/skills/email-sequence/references/sequence-templates.md +168 -0
  38. package/skills/google-workspace-cli/SKILL.md +157 -0
  39. package/skills/launch-strategy/SKILL.md +353 -0
  40. package/skills/launch-strategy/evals/evals.json +91 -0
  41. package/skills/minimalist-review/SKILL.md +82 -0
  42. package/skills/onboarding-cro/SKILL.md +220 -0
  43. package/skills/onboarding-cro/evals/evals.json +92 -0
  44. package/skills/onboarding-cro/references/experiments.md +258 -0
  45. package/skills/page-cro/SKILL.md +182 -0
  46. package/skills/page-cro/evals/evals.json +111 -0
  47. package/skills/page-cro/references/experiments.md +248 -0
  48. package/skills/product-marketing-context/SKILL.md +241 -0
  49. package/skills/product-marketing-context/evals/evals.json +85 -0
  50. package/skills/seo-audit/SKILL.md +412 -0
  51. package/skills/seo-audit/evals/evals.json +136 -0
  52. package/skills/seo-audit/references/ai-writing-detection.md +200 -0
  53. package/skills/signup-flow-cro/SKILL.md +359 -0
  54. package/skills/signup-flow-cro/evals/evals.json +88 -0
  55. package/skills/social-content/SKILL.md +278 -0
  56. package/skills/social-content/evals/evals.json +92 -0
  57. package/skills/social-content/references/platforms.md +170 -0
  58. package/skills/social-content/references/post-templates.md +177 -0
  59. package/skills/social-content/references/reverse-engineering.md +195 -0
  60. package/src/channels/slack.ts +1 -1
  61. package/src/cli/job.ts +10 -3
  62. package/src/core/runner.ts +43 -2
  63. package/src/db/migrations/012_jobs_stateless.ts +7 -0
  64. package/src/db/models/job.ts +12 -8
  65. package/src/mcp/server.ts +3 -1
  66. package/src/mcp/tools.ts +7 -3
  67. package/src/prompts/environment.md +10 -1
  68. package/src/types/job.ts +1 -0
@@ -0,0 +1,272 @@
1
+ # Natural Transitions
2
+
3
+ Transitional phrases to guide readers through your content. Good signposting improves readability, user engagement, and helps search engines understand content structure.
4
+
5
+ Adapted from: University of Manchester Academic Phrasebank (2023), Plain English Campaign, web content best practices
6
+
7
+ ---
8
+
9
+ ## Contents
10
+ - Previewing Content Structure
11
+ - Introducing a New Topic
12
+ - Referring Back
13
+ - Moving Between Sections
14
+ - Indicating Addition
15
+ - Indicating Contrast
16
+ - Indicating Similarity
17
+ - Indicating Cause and Effect
18
+ - Giving Examples
19
+ - Emphasising Key Points
20
+ - Providing Evidence (neutral attribution, expert quotes, supporting claims)
21
+ - Summarising Sections
22
+ - Concluding Content
23
+ - Question-Based Transitions
24
+ - List Introductions
25
+ - Hedging Language
26
+ - Best Practice Guidelines
27
+ - Transitions to Avoid (AI Tells)
28
+
29
+ ## Previewing Content Structure
30
+
31
+ Use to orient readers and set expectations:
32
+
33
+ - Here's what we'll cover...
34
+ - This guide walks you through...
35
+ - Below, you'll find...
36
+ - We'll start with X, then move to Y...
37
+ - First, let's look at...
38
+ - Let's break this down step by step.
39
+ - The sections below explain...
40
+
41
+ ---
42
+
43
+ ## Introducing a New Topic
44
+
45
+ - When it comes to X,...
46
+ - Regarding X,...
47
+ - Speaking of X,...
48
+ - Now let's talk about X.
49
+ - Another key factor is...
50
+ - X is worth exploring because...
51
+
52
+ ---
53
+
54
+ ## Referring Back
55
+
56
+ Use to connect ideas and reinforce key points:
57
+
58
+ - As mentioned earlier,...
59
+ - As we covered above,...
60
+ - Remember when we discussed X?
61
+ - Building on that point,...
62
+ - Going back to X,...
63
+ - Earlier, we explained that...
64
+
65
+ ---
66
+
67
+ ## Moving Between Sections
68
+
69
+ - Now let's look at...
70
+ - Next up:...
71
+ - Moving on to...
72
+ - With that covered, let's turn to...
73
+ - Now that you understand X, here's Y.
74
+ - That brings us to...
75
+
76
+ ---
77
+
78
+ ## Indicating Addition
79
+
80
+ - Also,...
81
+ - Plus,...
82
+ - On top of that,...
83
+ - What's more,...
84
+ - Another benefit is...
85
+ - Beyond that,...
86
+ - In addition,...
87
+ - There's also...
88
+
89
+ **Note:** Use "moreover" and "furthermore" sparingly. They can sound AI-generated when overused.
90
+
91
+ ---
92
+
93
+ ## Indicating Contrast
94
+
95
+ - However,...
96
+ - But,...
97
+ - That said,...
98
+ - On the flip side,...
99
+ - In contrast,...
100
+ - Unlike X, Y...
101
+ - While X is true, Y...
102
+ - Despite this,...
103
+
104
+ ---
105
+
106
+ ## Indicating Similarity
107
+
108
+ - Similarly,...
109
+ - Likewise,...
110
+ - In the same way,...
111
+ - Just like X, Y also...
112
+ - This mirrors...
113
+ - The same applies to...
114
+
115
+ ---
116
+
117
+ ## Indicating Cause and Effect
118
+
119
+ - So,...
120
+ - This means...
121
+ - As a result,...
122
+ - That's why...
123
+ - Because of this,...
124
+ - This leads to...
125
+ - The outcome?...
126
+ - Here's what happens:...
127
+
128
+ ---
129
+
130
+ ## Giving Examples
131
+
132
+ - For example,...
133
+ - For instance,...
134
+ - Here's an example:...
135
+ - Take X, for instance.
136
+ - Consider this:...
137
+ - A good example is...
138
+ - To illustrate,...
139
+ - Like when...
140
+ - Say you want to...
141
+
142
+ ---
143
+
144
+ ## Emphasising Key Points
145
+
146
+ - Here's the key takeaway:...
147
+ - The important thing is...
148
+ - What matters most is...
149
+ - Don't miss this:...
150
+ - Pay attention to...
151
+ - This is critical:...
152
+ - The bottom line?...
153
+
154
+ ---
155
+
156
+ ## Providing Evidence
157
+
158
+ Use when citing sources, data, or expert opinions:
159
+
160
+ ### Neutral attribution
161
+ - According to [Source],...
162
+ - [Source] reports that...
163
+ - Research shows that...
164
+ - Data from [Source] indicates...
165
+ - A study by [Source] found...
166
+
167
+ ### Expert quotes
168
+ - As [Expert] puts it,...
169
+ - [Expert] explains,...
170
+ - In the words of [Expert],...
171
+ - [Expert] notes that...
172
+
173
+ ### Supporting claims
174
+ - This is backed by...
175
+ - Evidence suggests...
176
+ - The numbers confirm...
177
+ - This aligns with findings from...
178
+
179
+ ---
180
+
181
+ ## Summarising Sections
182
+
183
+ - To recap,...
184
+ - Here's the short version:...
185
+ - In short,...
186
+ - The takeaway?...
187
+ - So what does this mean?...
188
+ - Let's pull this together:...
189
+ - Quick summary:...
190
+
191
+ ---
192
+
193
+ ## Concluding Content
194
+
195
+ - Wrapping up,...
196
+ - The bottom line is...
197
+ - Here's what to do next:...
198
+ - To sum up,...
199
+ - Final thoughts:...
200
+ - Ready to get started?...
201
+ - Now it's your turn.
202
+
203
+ **Note:** Avoid "In conclusion" at the start of a paragraph. It's overused and signals AI writing.
204
+
205
+ ---
206
+
207
+ ## Question-Based Transitions
208
+
209
+ Useful for conversational tone and featured snippet optimization:
210
+
211
+ - So what does this mean for you?
212
+ - But why does this matter?
213
+ - How do you actually do this?
214
+ - What's the catch?
215
+ - Sound complicated? It's not.
216
+ - Wondering where to start?
217
+ - Still not sure? Here's the breakdown.
218
+
219
+ ---
220
+
221
+ ## List Introductions
222
+
223
+ For numbered lists and step-by-step content:
224
+
225
+ - Here's how to do it:
226
+ - Follow these steps:
227
+ - The process is straightforward:
228
+ - Here's what you need to know:
229
+ - Key things to consider:
230
+ - The main factors are:
231
+
232
+ ---
233
+
234
+ ## Hedging Language
235
+
236
+ For claims that need qualification or aren't absolute:
237
+
238
+ - may, might, could
239
+ - tends to, generally
240
+ - often, usually, typically
241
+ - in most cases
242
+ - it appears that
243
+ - evidence suggests
244
+ - this can help
245
+ - many experts believe
246
+
247
+ ---
248
+
249
+ ## Best Practice Guidelines
250
+
251
+ 1. **Match tone to audience**: B2B content can be slightly more formal; B2C often benefits from conversational transitions
252
+ 2. **Vary your transitions**: Repeating the same phrase gets noticed (and not in a good way)
253
+ 3. **Don't over-signpost**: Trust your reader; every sentence doesn't need a transition
254
+ 4. **Use for scannability**: Transitions at paragraph starts help skimmers navigate
255
+ 5. **Keep it natural**: Read aloud; if it sounds forced, simplify
256
+ 6. **Front-load key info**: Put the important word or phrase early in the transition
257
+
258
+ ---
259
+
260
+ ## Transitions to Avoid (AI Tells)
261
+
262
+ These phrases are overused in AI-generated content:
263
+
264
+ - "That being said,..."
265
+ - "It's worth noting that..."
266
+ - "At its core,..."
267
+ - "In today's digital landscape,..."
268
+ - "When it comes to the realm of..."
269
+ - "This begs the question..."
270
+ - "Let's delve into..."
271
+
272
+ See the seo-audit skill's `references/ai-writing-detection.md` for a complete list of AI writing tells.
@@ -0,0 +1,269 @@
1
+ ---
2
+ name: customer-research
3
+ description: When the user wants to conduct, analyze, or synthesize customer research. Use when the user mentions "customer research," "ICP research," "talk to customers," "analyze transcripts," "customer interviews," "survey analysis," "support ticket analysis," "voice of customer," "VOC," "build personas," "customer personas," "jobs to be done," "JTBD," "what do customers say," "what are customers struggling with," "Reddit mining," "G2 reviews," "review mining," "digital watering holes," "community research," "forum research," "competitor reviews," "customer sentiment," or "find out why customers churn/convert/buy." Use for both analyzing existing research assets AND gathering new research from online sources. For writing copy informed by research, see copywriting. For acting on research to improve pages, see page-cro.
4
+ metadata:
5
+ version: 1.0.0
6
+ ---
7
+
8
+ # Customer Research
9
+
10
+ You are an expert customer researcher. Your goal is to help uncover what customers actually think, feel, say, and struggle with — so that everything from positioning to product to copy is grounded in reality rather than assumption.
11
+
12
+ ## Before Starting
13
+
14
+ **Check for product marketing context first:**
15
+ If `.agents/product-marketing-context.md` exists (or `.claude/product-marketing-context.md` in older setups), read it before asking questions. Use that context to skip questions already answered.
16
+
17
+ ---
18
+
19
+ ## Two Modes of Research
20
+
21
+ ### Mode 1: Analyze Existing Assets
22
+ You have raw research material (transcripts, surveys, reviews, tickets). Your job is to extract signal.
23
+
24
+ ### Mode 2: Go Find Research
25
+ You need to gather intel from online sources (Reddit, G2, forums, communities, review sites). Your job is to know where to look and what to extract.
26
+
27
+ Most engagements combine both. Establish which mode applies before proceeding.
28
+
29
+ ---
30
+
31
+ ## Mode 1: Analyzing Existing Research Assets
32
+
33
+ ### Asset Types
34
+
35
+ **Customer interview / sales call transcripts**
36
+ - Extract: pains, triggers, desired outcomes, language used, objections, alternatives considered
37
+ - Look for: the moment they decided to look for a solution, what they tried before, what success looks like to them
38
+
39
+ **Survey results**
40
+ - Segment responses by customer tier, use case, or tenure before drawing conclusions
41
+ - Flag: what open-ended answers say vs. what multiple-choice answers say (they often conflict)
42
+ - Identify: the 20% of responses that contain the most useful signal
43
+
44
+ **Customer support conversations**
45
+ - Mine for: recurring complaints, confusion points, feature requests, and "I wish it could…" language
46
+ - Categorize tickets before analyzing — don't treat all tickets as equal signal
47
+ - Separate bugs from confusion from missing features from expectation mismatches
48
+
49
+ **Win/loss interviews and churned customer notes**
50
+ - Wins: what tipped the decision? What almost made them choose a competitor?
51
+ - Losses and churn: was it price, features, fit, timing, or something else?
52
+ - Segment by reason — don't average across different churn causes
53
+
54
+ **NPS responses**
55
+ - Passives and detractors are higher signal than promoters for improvement work
56
+ - Pair scores with verbatims — a 9 with a specific complaint beats a 10 with no comment
57
+
58
+ ### Extraction Framework
59
+
60
+ For each asset, extract:
61
+
62
+ 1. **Jobs to Be Done** — what outcome is the customer trying to achieve?
63
+ - Functional job: the task itself
64
+ - Emotional job: how they want to feel
65
+ - Social job: how they want to be perceived
66
+
67
+ 2. **Pain Points** — what's frustrating, broken, or inadequate about their current situation?
68
+ - Prioritize pains mentioned unprompted and with emotional language
69
+
70
+ 3. **Trigger Events** — what changed that made them seek a solution?
71
+ - Common triggers: team growth, new hire, missed target, embarrassing incident, competitor doing something
72
+
73
+ 4. **Desired Outcomes** — what does success look like in their words?
74
+ - Capture exact quotes, not paraphrases
75
+
76
+ 5. **Language and Vocabulary** — exact words and phrases customers use
77
+ - This is gold for copy. "We were drowning in spreadsheets" > "manual process inefficiency"
78
+
79
+ 6. **Alternatives Considered** — what else did they look at or try?
80
+ - Includes doing nothing, hiring someone, or building internally
81
+
82
+ ### Synthesis Steps
83
+
84
+ After extracting from individual assets:
85
+
86
+ 1. **Cluster by theme** — group similar pains, outcomes, and triggers across assets
87
+ 2. **Frequency + intensity scoring** — how often does a theme appear, and how strongly is it felt?
88
+ 3. **Segment by customer profile** — do patterns differ by company size, role, use case, or tenure?
89
+ 4. **Identify the "money quotes"** — 5-10 verbatim quotes that best represent each theme
90
+ 5. **Flag contradictions** — where do customers say one thing but do another?
91
+
92
+ ### Research Quality Guardrails
93
+
94
+ Label every insight with a confidence level before presenting it:
95
+
96
+ | Confidence | Criteria |
97
+ |------------|----------|
98
+ | **High** | Theme appears in 3+ independent sources; mentioned unprompted; consistent across segments |
99
+ | **Medium** | Theme appears in 2 sources, or only prompted, or limited to one segment |
100
+ | **Low** | Single source; could be an outlier; needs validation |
101
+
102
+ **Recency window**: Weight sources from the last 12 months more heavily. Markets shift — a 3-year-old transcript may reflect a different product and buyer.
103
+
104
+ **Sample bias checks**:
105
+ - Online reviewers skew toward power users and people with strong opinions
106
+ - Support tickets skew toward problems, not value
107
+ - Reddit skews technical and skeptical vs. mainstream buyers
108
+ - Factor this in when drawing conclusions about "all customers"
109
+
110
+ **Minimum viable sample**: Don't build personas or draw messaging conclusions from fewer than 5 independent data points per segment.
111
+
112
+ ---
113
+
114
+ ## Mode 2: Digital Watering Hole Research
115
+
116
+ Online communities are where customers speak without a filter. The goal is to find authentic, unmoderated language about the problem space.
117
+
118
+ ### Where to Look
119
+
120
+ Choose sources based on your ICP type — then read `references/source-guides.md` for detailed playbooks, search operators, and per-platform extraction tips.
121
+
122
+ | ICP Type | Primary Sources |
123
+ |----------|----------------|
124
+ | B2B SaaS / technical buyers | Reddit (role-specific subs), G2/Capterra, Hacker News, LinkedIn, Indie Hackers |
125
+ | SMB / founders | Reddit (r/entrepreneur, r/smallbusiness), Indie Hackers, Product Hunt, Facebook Groups |
126
+ | Developer / DevOps | r/devops, r/programming, Hacker News, Stack Overflow, Discord servers |
127
+ | B2C / consumer | App store reviews (1-3 star), Reddit hobby/lifestyle subs, YouTube comments, TikTok/Instagram comments |
128
+ | Enterprise | LinkedIn, industry analyst reports, G2 Enterprise filter, job postings |
129
+
130
+ **Quick decision guide:**
131
+ - Have a product category? → Start with G2/Capterra reviews (yours + competitors)
132
+ - Need raw language? → Reddit and YouTube comments
133
+ - Need trigger events? → LinkedIn posts, job postings, Hacker News "Ask HN" threads
134
+ - Need competitive intel? → Competitor 4-star reviews on G2; Product Hunt discussions
135
+
136
+ ### What to Extract from Each Source
137
+
138
+ For every piece of content you find:
139
+
140
+ | Field | What to Capture |
141
+ |-------|----------------|
142
+ | Source | Platform, thread URL, date |
143
+ | Verbatim quote | Exact words — don't paraphrase |
144
+ | Context | What prompted the comment? |
145
+ | Sentiment | Positive / negative / neutral / frustrated |
146
+ | Theme tag | Pain / trigger / outcome / alternative / language |
147
+ | Customer profile signals | Role, company size, industry hints from the post |
148
+
149
+ ### Research Synthesis Template
150
+
151
+ After gathering from multiple sources, synthesize into:
152
+
153
+ ```
154
+ ## Top Themes (ranked by frequency × intensity)
155
+
156
+ ### Theme 1: [Name]
157
+ **Summary**: [1-2 sentences]
158
+ **Frequency**: Appeared in X of Y sources
159
+ **Intensity**: High / Medium / Low (based on emotional language used)
160
+ **Representative quotes**:
161
+ - "[exact quote]" — [source, date]
162
+ - "[exact quote]" — [source, date]
163
+ **Implications**: What this means for messaging / product / positioning
164
+
165
+ ### Theme 2: ...
166
+ ```
167
+
168
+ ---
169
+
170
+ ## Persona Generation
171
+
172
+ Personas should be built from research, not invented. Don't create a persona until you have at least 5-10 data points (interviews, reviews, or community posts) from a consistent segment.
173
+
174
+ ### Persona Structure
175
+
176
+ ```
177
+ ## [Persona Name] — [Role/Title]
178
+
179
+ **Profile**
180
+ - Title range: [e.g., "Marketing Manager to VP of Marketing"]
181
+ - Company size: [e.g., "50–500 employees, Series A–C SaaS"]
182
+ - Industry: [if narrow]
183
+ - Reports to: [who]
184
+ - Team size managed: [if relevant]
185
+
186
+ **Primary Job to Be Done**
187
+ [One sentence: what outcome are they trying to achieve in their role?]
188
+
189
+ **Trigger Events**
190
+ What causes them to start looking for a solution like yours?
191
+ - [trigger 1]
192
+ - [trigger 2]
193
+
194
+ **Top Pains**
195
+ 1. [Pain — in their words if possible]
196
+ 2. [Pain]
197
+ 3. [Pain]
198
+
199
+ **Desired Outcomes**
200
+ - [What success looks like to them]
201
+ - [How they measure it]
202
+ - [How it makes them look to their boss/team]
203
+
204
+ **Objections and Fears**
205
+ - [What makes them hesitate to buy or switch]
206
+
207
+ **Alternatives They Consider**
208
+ - [Competitor, DIY, do nothing, hire someone]
209
+
210
+ **Key Vocabulary**
211
+ Words and phrases they actually use (sourced from research):
212
+ - "[phrase]"
213
+ - "[phrase]"
214
+
215
+ **How to Reach Them**
216
+ - Channels: [where they spend time]
217
+ - Content they consume: [formats, topics]
218
+ - Influencers/communities they trust: [specific names if known]
219
+ ```
220
+
221
+ ### Persona Anti-Patterns
222
+
223
+ - **Don't name them cutely** ("Marketing Mary") unless your team finds it helpful — it's often a distraction
224
+ - **Don't average across segments** — a persona that represents everyone represents no one
225
+ - **Don't invent details** — if you don't have data on something, leave it blank rather than filling it in
226
+ - **Revisit quarterly** — personas decay as your market and product evolve
227
+
228
+ ---
229
+
230
+ ## Deliverable Formats
231
+
232
+ Depending on what the user needs, offer:
233
+
234
+ 1. **Research synthesis report** — themes, quotes, patterns, and implications
235
+ 2. **VOC quote bank** — organized verbatim quotes by theme, for use in copy
236
+ 3. **Persona document** — 1-3 personas built from the research
237
+ 4. **Jobs-to-be-done map** — functional, emotional, and social jobs by segment
238
+ 5. **Competitive intelligence summary** — what customers say about competitors vs. you
239
+ 6. **Research gap analysis** — what you still don't know and how to find it
240
+
241
+ Ask the user which deliverable(s) they need before generating output.
242
+
243
+ ---
244
+
245
+ ## Questions to Ask Before Proceeding
246
+
247
+ If context is unclear:
248
+
249
+ 1. **What's the goal?** Improve messaging? Build personas? Find product gaps? Understand churn?
250
+ 2. **What do you already have?** (transcripts, surveys, tickets, G2 reviews, nothing)
251
+ 3. **Who is the target segment?** (all customers, a specific tier, churned users, prospects who didn't buy)
252
+ 4. **What's your product?** (if not in the product marketing context file)
253
+ 5. **What do you want delivered?** (synthesis report, persona, quote bank, competitive intel)
254
+
255
+ Don't ask all five at once — lead with #1 and #2, then follow up as needed.
256
+
257
+ ---
258
+
259
+ ## Related Skills
260
+
261
+ | When to hand off | Skill |
262
+ |-----------------|-------|
263
+ | Writing copy informed by the research | `copywriting` |
264
+ | Optimizing a page using VOC insights | `page-cro` |
265
+ | Building a competitor comparison page | `competitor-alternatives` |
266
+ | Creating a churn prevention strategy from churn research | `churn-prevention` |
267
+ | Planning paid ads informed by research | `paid-ads` |
268
+ | Writing cold email using research on pain/trigger | `cold-email` |
269
+ | Planning content based on discovered topics | `content-strategy` |