100xprism 2.3.1
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.
- package/LICENSE +21 -0
- package/README.md +196 -0
- package/VERSION +1 -0
- package/adapters/antigravity.sh +14 -0
- package/adapters/claude-code.sh +160 -0
- package/adapters/codex.sh +13 -0
- package/adapters/copilot.sh +13 -0
- package/adapters/cursor.sh +13 -0
- package/adapters/gemini.sh +13 -0
- package/adapters/lib/__pycache__/modules.cpython-312.pyc +0 -0
- package/adapters/lib/modules.py +592 -0
- package/adapters/lib/shared.sh +83 -0
- package/adapters/lib/sync_plugins.py +113 -0
- package/adapters/windsurf.sh +15 -0
- package/bin/100xprism.js +29 -0
- package/get.sh +24 -0
- package/install-project.sh +82 -0
- package/install.sh +281 -0
- package/lib/adapters/windows.js +429 -0
- package/lib/bootstrap.js +33 -0
- package/lib/init.js +19 -0
- package/lib/install.js +18 -0
- package/lib/migrate.js +52 -0
- package/lib/platform.js +22 -0
- package/lib/update.js +29 -0
- package/modules/_lib/reference.md +77 -0
- package/modules/a11y-auditor/SKILL.md +151 -0
- package/modules/ab-test-setup/SKILL.md +266 -0
- package/modules/ab-test-setup/evals/evals.json +105 -0
- package/modules/ab-test-setup/references/sample-size-guide.md +263 -0
- package/modules/ab-test-setup/references/test-templates.md +277 -0
- package/modules/ad-creative/SKILL.md +362 -0
- package/modules/ad-creative/evals/evals.json +90 -0
- package/modules/ad-creative/references/generative-tools.md +637 -0
- package/modules/ad-creative/references/platform-specs.md +213 -0
- package/modules/ai-seo/SKILL.md +398 -0
- package/modules/ai-seo/evals/evals.json +90 -0
- package/modules/ai-seo/references/content-patterns.md +285 -0
- package/modules/ai-seo/references/platform-ranking-factors.md +152 -0
- package/modules/analytics-tracking/SKILL.md +309 -0
- package/modules/analytics-tracking/evals/evals.json +90 -0
- package/modules/analytics-tracking/references/event-library.md +260 -0
- package/modules/analytics-tracking/references/ga4-implementation.md +300 -0
- package/modules/analytics-tracking/references/gtm-implementation.md +390 -0
- package/modules/architect/SKILL.md +282 -0
- package/modules/branch/SKILL.md +105 -0
- package/modules/churn-prevention/SKILL.md +424 -0
- package/modules/churn-prevention/evals/evals.json +93 -0
- package/modules/churn-prevention/references/cancel-flow-patterns.md +316 -0
- package/modules/churn-prevention/references/dunning-playbook.md +408 -0
- package/modules/cloud-security/SKILL.md +240 -0
- package/modules/cold-email/SKILL.md +178 -0
- package/modules/cold-email/evals/evals.json +94 -0
- package/modules/cold-email/references/benchmarks.md +83 -0
- package/modules/cold-email/references/follow-up-sequences.md +81 -0
- package/modules/cold-email/references/frameworks.md +90 -0
- package/modules/cold-email/references/personalization.md +79 -0
- package/modules/cold-email/references/subject-lines.md +53 -0
- package/modules/commit/SKILL.md +195 -0
- package/modules/competitor-alternatives/SKILL.md +256 -0
- package/modules/competitor-alternatives/evals/evals.json +93 -0
- package/modules/competitor-alternatives/references/content-architecture.md +271 -0
- package/modules/competitor-alternatives/references/templates.md +223 -0
- package/modules/connect/SKILL.md +894 -0
- package/modules/content-strategy/SKILL.md +359 -0
- package/modules/content-strategy/evals/evals.json +90 -0
- package/modules/context-dump/SKILL.md +67 -0
- package/modules/copy-editing/SKILL.md +447 -0
- package/modules/copy-editing/evals/evals.json +89 -0
- package/modules/copy-editing/references/plain-english-alternatives.md +394 -0
- package/modules/copywriting/SKILL.md +271 -0
- package/modules/copywriting/evals/evals.json +111 -0
- package/modules/copywriting/references/cold-email-benchmarks.md +83 -0
- package/modules/copywriting/references/cold-email-follow-ups.md +81 -0
- package/modules/copywriting/references/cold-email-frameworks.md +90 -0
- package/modules/copywriting/references/cold-email-personalization.md +79 -0
- package/modules/copywriting/references/cold-email-subject-lines.md +53 -0
- package/modules/copywriting/references/copy-frameworks.md +344 -0
- package/modules/copywriting/references/email-copy-guidelines.md +113 -0
- package/modules/copywriting/references/email-types.md +515 -0
- package/modules/copywriting/references/natural-transitions.md +272 -0
- package/modules/copywriting/references/sequence-templates.md +168 -0
- package/modules/data-query/SKILL.md +58 -0
- package/modules/data-viz/SKILL.md +225 -0
- package/modules/db/SKILL.md +205 -0
- package/modules/db/db-engines/_router.md +24 -0
- package/modules/db/db-engines/athena.md +16 -0
- package/modules/db/db-engines/cloud-sql.md +16 -0
- package/modules/db/db-engines/databricks.md +14 -0
- package/modules/db/db-engines/oracle.md +14 -0
- package/modules/db/db-engines/postgres.md +15 -0
- package/modules/db/db-engines/presto.md +14 -0
- package/modules/db/db-engines/snowflake.md +14 -0
- package/modules/docs/SKILL.md +100 -0
- package/modules/email-sequence/SKILL.md +309 -0
- package/modules/email-sequence/evals/evals.json +93 -0
- package/modules/email-sequence/references/copy-guidelines.md +113 -0
- package/modules/email-sequence/references/email-types.md +515 -0
- package/modules/email-sequence/references/sequence-templates.md +168 -0
- package/modules/enterprise-design/SKILL.md +75 -0
- package/modules/eval/SKILL.md +105 -0
- package/modules/figma-translator/SKILL.md +49 -0
- package/modules/fix-bugs/SKILL.md +104 -0
- package/modules/form-cro/SKILL.md +429 -0
- package/modules/form-cro/evals/evals.json +90 -0
- package/modules/free-tool-strategy/SKILL.md +178 -0
- package/modules/free-tool-strategy/evals/evals.json +90 -0
- package/modules/free-tool-strategy/references/tool-types.md +217 -0
- package/modules/gate/SKILL.md +232 -0
- package/modules/grill-me/SKILL.md +59 -0
- package/modules/interaction-engineer/SKILL.md +49 -0
- package/modules/issue/SKILL.md +272 -0
- package/modules/launch/SKILL.md +345 -0
- package/modules/launch-strategy/SKILL.md +353 -0
- package/modules/launch-strategy/evals/evals.json +91 -0
- package/modules/lint/SKILL.md +126 -0
- package/modules/marketing-ideas/SKILL.md +167 -0
- package/modules/marketing-ideas/evals/evals.json +90 -0
- package/modules/marketing-ideas/references/ideas-by-category.md +366 -0
- package/modules/marketing-psychology/SKILL.md +455 -0
- package/modules/marketing-psychology/evals/evals.json +88 -0
- package/modules/motion-designer/SKILL.md +214 -0
- package/modules/onboarding-cro/SKILL.md +220 -0
- package/modules/onboarding-cro/evals/evals.json +92 -0
- package/modules/onboarding-cro/references/experiments.md +258 -0
- package/modules/orchestrate/SKILL.md +77 -0
- package/modules/page-cro/SKILL.md +182 -0
- package/modules/page-cro/evals/evals.json +111 -0
- package/modules/page-cro/references/experiments.md +248 -0
- package/modules/page-cro/references/paywall-experiments.md +164 -0
- package/modules/paid-ads/SKILL.md +315 -0
- package/modules/paid-ads/evals/evals.json +90 -0
- package/modules/paid-ads/references/ad-copy-templates.md +207 -0
- package/modules/paid-ads/references/audience-targeting.md +243 -0
- package/modules/paid-ads/references/platform-setup-checklists.md +277 -0
- package/modules/paywall-upgrade-cro/SKILL.md +227 -0
- package/modules/paywall-upgrade-cro/evals/evals.json +93 -0
- package/modules/paywall-upgrade-cro/references/experiments.md +164 -0
- package/modules/popup-cro/SKILL.md +453 -0
- package/modules/popup-cro/evals/evals.json +94 -0
- package/modules/pr/SKILL.md +203 -0
- package/modules/pricing-strategy/SKILL.md +231 -0
- package/modules/pricing-strategy/evals/evals.json +90 -0
- package/modules/pricing-strategy/references/research-methods.md +152 -0
- package/modules/pricing-strategy/references/tier-structure.md +232 -0
- package/modules/product-marketing-context/SKILL.md +241 -0
- package/modules/product-marketing-context/evals/evals.json +85 -0
- package/modules/programmatic-seo/SKILL.md +238 -0
- package/modules/programmatic-seo/evals/evals.json +94 -0
- package/modules/programmatic-seo/references/playbooks.md +308 -0
- package/modules/push/SKILL.md +202 -0
- package/modules/referral-program/SKILL.md +255 -0
- package/modules/referral-program/evals/evals.json +89 -0
- package/modules/referral-program/references/affiliate-programs.md +164 -0
- package/modules/referral-program/references/program-examples.md +143 -0
- package/modules/release/SKILL.md +293 -0
- package/modules/revops/SKILL.md +343 -0
- package/modules/revops/evals/evals.json +91 -0
- package/modules/revops/references/automation-playbooks.md +290 -0
- package/modules/revops/references/lifecycle-definitions.md +278 -0
- package/modules/revops/references/routing-rules.md +203 -0
- package/modules/revops/references/scoring-models.md +247 -0
- package/modules/sales-enablement/SKILL.md +349 -0
- package/modules/sales-enablement/evals/evals.json +91 -0
- package/modules/sales-enablement/references/deck-frameworks.md +263 -0
- package/modules/sales-enablement/references/demo-scripts.md +355 -0
- package/modules/sales-enablement/references/objection-library.md +270 -0
- package/modules/sales-enablement/references/one-pager-templates.md +208 -0
- package/modules/schema-markup/SKILL.md +179 -0
- package/modules/schema-markup/evals/evals.json +87 -0
- package/modules/schema-markup/references/schema-examples.md +398 -0
- package/modules/security/SKILL.md +138 -0
- package/modules/seo-audit/SKILL.md +412 -0
- package/modules/seo-audit/evals/evals.json +136 -0
- package/modules/seo-audit/references/ai-writing-detection.md +200 -0
- package/modules/seo-audit/references/content-patterns.md +285 -0
- package/modules/seo-audit/references/platform-ranking-factors.md +152 -0
- package/modules/signup-flow-cro/SKILL.md +359 -0
- package/modules/signup-flow-cro/evals/evals.json +88 -0
- package/modules/site-architecture/SKILL.md +357 -0
- package/modules/site-architecture/evals/evals.json +88 -0
- package/modules/site-architecture/references/mermaid-templates.md +216 -0
- package/modules/site-architecture/references/navigation-patterns.md +305 -0
- package/modules/site-architecture/references/site-type-templates.md +293 -0
- package/modules/social-content/SKILL.md +278 -0
- package/modules/social-content/evals/evals.json +92 -0
- package/modules/social-content/references/platforms.md +170 -0
- package/modules/social-content/references/post-templates.md +177 -0
- package/modules/social-content/references/reverse-engineering.md +195 -0
- package/modules/spec/SKILL.md +81 -0
- package/modules/subagents/SKILL.md +123 -0
- package/modules/techdebt/SKILL.md +71 -0
- package/modules/terminal-setup/SKILL.md +49 -0
- package/modules/test/SKILL.md +493 -0
- package/modules/test/references/e2e-patterns.md +294 -0
- package/modules/update-claude-md/SKILL.md +52 -0
- package/modules/visual-system-architect/SKILL.md +53 -0
- package/package.json +44 -0
- package/plugins/plugins.json +43 -0
- package/shell/aliases.sh +24 -0
- package/shell/check-update.sh +212 -0
- package/templates/.env.example +199 -0
- package/templates/docker-compose.md +46 -0
- package/templates/node-frontend.md +56 -0
- package/templates/node-fullstack.md +59 -0
- package/templates/python-api.md +57 -0
- package/update.sh +231 -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,168 @@
|
|
|
1
|
+
# Email Sequence Templates
|
|
2
|
+
|
|
3
|
+
Detailed templates for common email sequences.
|
|
4
|
+
|
|
5
|
+
## Contents
|
|
6
|
+
- Welcome Sequence (Post-Signup)
|
|
7
|
+
- Lead Nurture Sequence (Pre-Sale)
|
|
8
|
+
- Re-Engagement Sequence
|
|
9
|
+
- Onboarding Sequence (Product Users)
|
|
10
|
+
|
|
11
|
+
## Welcome Sequence (Post-Signup)
|
|
12
|
+
|
|
13
|
+
**Email 1: Welcome (Immediate)**
|
|
14
|
+
- Subject: Welcome to [Product] — here's your first step
|
|
15
|
+
- Deliver what was promised (lead magnet, access, etc.)
|
|
16
|
+
- Single next action
|
|
17
|
+
- Set expectations for future emails
|
|
18
|
+
|
|
19
|
+
**Email 2: Quick Win (Day 1-2)**
|
|
20
|
+
- Subject: Get your first [result] in 10 minutes
|
|
21
|
+
- Enable small success
|
|
22
|
+
- Build confidence
|
|
23
|
+
- Link to helpful resource
|
|
24
|
+
|
|
25
|
+
**Email 3: Story/Why (Day 3-4)**
|
|
26
|
+
- Subject: Why we built [Product]
|
|
27
|
+
- Origin story or mission
|
|
28
|
+
- Connect emotionally
|
|
29
|
+
- Show you understand their problem
|
|
30
|
+
|
|
31
|
+
**Email 4: Social Proof (Day 5-6)**
|
|
32
|
+
- Subject: How [Customer] achieved [Result]
|
|
33
|
+
- Case study or testimonial
|
|
34
|
+
- Relatable to their situation
|
|
35
|
+
- Soft CTA to explore
|
|
36
|
+
|
|
37
|
+
**Email 5: Overcome Objection (Day 7-8)**
|
|
38
|
+
- Subject: "I don't have time for X" — sound familiar?
|
|
39
|
+
- Address common hesitation
|
|
40
|
+
- Reframe the obstacle
|
|
41
|
+
- Show easy path forward
|
|
42
|
+
|
|
43
|
+
**Email 6: Core Feature (Day 9-11)**
|
|
44
|
+
- Subject: Have you tried [Feature] yet?
|
|
45
|
+
- Highlight underused capability
|
|
46
|
+
- Show clear benefit
|
|
47
|
+
- Direct CTA to try it
|
|
48
|
+
|
|
49
|
+
**Email 7: Conversion (Day 12-14)**
|
|
50
|
+
- Subject: Ready to [upgrade/buy/commit]?
|
|
51
|
+
- Summarize value
|
|
52
|
+
- Clear offer
|
|
53
|
+
- Urgency if appropriate
|
|
54
|
+
- Risk reversal (guarantee, trial)
|
|
55
|
+
|
|
56
|
+
---
|
|
57
|
+
|
|
58
|
+
## Lead Nurture Sequence (Pre-Sale)
|
|
59
|
+
|
|
60
|
+
**Email 1: Deliver + Introduce (Immediate)**
|
|
61
|
+
- Deliver the lead magnet
|
|
62
|
+
- Brief intro to who you are
|
|
63
|
+
- Preview what's coming
|
|
64
|
+
|
|
65
|
+
**Email 2: Expand on Topic (Day 2-3)**
|
|
66
|
+
- Related insight to lead magnet
|
|
67
|
+
- Establish expertise
|
|
68
|
+
- Light CTA to content
|
|
69
|
+
|
|
70
|
+
**Email 3: Problem Deep-Dive (Day 4-5)**
|
|
71
|
+
- Articulate their problem deeply
|
|
72
|
+
- Show you understand
|
|
73
|
+
- Hint at solution
|
|
74
|
+
|
|
75
|
+
**Email 4: Solution Framework (Day 6-8)**
|
|
76
|
+
- Your approach/methodology
|
|
77
|
+
- Educational, not salesy
|
|
78
|
+
- Builds toward your product
|
|
79
|
+
|
|
80
|
+
**Email 5: Case Study (Day 9-11)**
|
|
81
|
+
- Real results from real customer
|
|
82
|
+
- Specific and relatable
|
|
83
|
+
- Soft CTA
|
|
84
|
+
|
|
85
|
+
**Email 6: Differentiation (Day 12-14)**
|
|
86
|
+
- Why your approach is different
|
|
87
|
+
- Address alternatives
|
|
88
|
+
- Build preference
|
|
89
|
+
|
|
90
|
+
**Email 7: Objection Handler (Day 15-18)**
|
|
91
|
+
- Common concern addressed
|
|
92
|
+
- FAQ or myth-busting
|
|
93
|
+
- Reduce friction
|
|
94
|
+
|
|
95
|
+
**Email 8: Direct Offer (Day 19-21)**
|
|
96
|
+
- Clear pitch
|
|
97
|
+
- Strong value proposition
|
|
98
|
+
- Specific CTA
|
|
99
|
+
- Urgency if available
|
|
100
|
+
|
|
101
|
+
---
|
|
102
|
+
|
|
103
|
+
## Re-Engagement Sequence
|
|
104
|
+
|
|
105
|
+
**Email 1: Check-In (Day 30-60 of inactivity)**
|
|
106
|
+
- Subject: Is everything okay, [Name]?
|
|
107
|
+
- Genuine concern
|
|
108
|
+
- Ask what happened
|
|
109
|
+
- Easy win to re-engage
|
|
110
|
+
|
|
111
|
+
**Email 2: Value Reminder (Day 2-3 after)**
|
|
112
|
+
- Subject: Remember when you [achieved X]?
|
|
113
|
+
- Remind of past value
|
|
114
|
+
- What's new since they left
|
|
115
|
+
- Quick CTA
|
|
116
|
+
|
|
117
|
+
**Email 3: Incentive (Day 5-7 after)**
|
|
118
|
+
- Subject: We miss you — here's something special
|
|
119
|
+
- Offer if appropriate
|
|
120
|
+
- Limited time
|
|
121
|
+
- Clear CTA
|
|
122
|
+
|
|
123
|
+
**Email 4: Last Chance (Day 10-14 after)**
|
|
124
|
+
- Subject: Should we stop emailing you?
|
|
125
|
+
- Honest and direct
|
|
126
|
+
- One-click to stay or go
|
|
127
|
+
- Clean the list if no response
|
|
128
|
+
|
|
129
|
+
---
|
|
130
|
+
|
|
131
|
+
## Onboarding Sequence (Product Users)
|
|
132
|
+
|
|
133
|
+
Coordinate with in-app onboarding. Email supports, doesn't duplicate.
|
|
134
|
+
|
|
135
|
+
**Email 1: Welcome + First Step (Immediate)**
|
|
136
|
+
- Confirm signup
|
|
137
|
+
- One critical action
|
|
138
|
+
- Link directly to that action
|
|
139
|
+
|
|
140
|
+
**Email 2: Getting Started Help (Day 1)**
|
|
141
|
+
- If they haven't completed step 1
|
|
142
|
+
- Quick tip or video
|
|
143
|
+
- Support option
|
|
144
|
+
|
|
145
|
+
**Email 3: Feature Highlight (Day 2-3)**
|
|
146
|
+
- Key feature they should know
|
|
147
|
+
- Specific use case
|
|
148
|
+
- In-app link
|
|
149
|
+
|
|
150
|
+
**Email 4: Success Story (Day 4-5)**
|
|
151
|
+
- Customer who succeeded
|
|
152
|
+
- Relatable journey
|
|
153
|
+
- Motivational
|
|
154
|
+
|
|
155
|
+
**Email 5: Check-In (Day 7)**
|
|
156
|
+
- How's it going?
|
|
157
|
+
- Ask for feedback
|
|
158
|
+
- Offer help
|
|
159
|
+
|
|
160
|
+
**Email 6: Advanced Tip (Day 10-12)**
|
|
161
|
+
- Power feature
|
|
162
|
+
- For engaged users
|
|
163
|
+
- Level-up content
|
|
164
|
+
|
|
165
|
+
**Email 7: Upgrade/Expand (Day 14+)**
|
|
166
|
+
- For trial users: conversion push
|
|
167
|
+
- For free users: upgrade prompt
|
|
168
|
+
- For paid: expansion opportunity
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: data-query
|
|
3
|
+
description: Run analytics queries against any database using plain English — BigQuery (bq CLI), PostgreSQL, MySQL, SQLite, or any DB with a CLI/MCP/API. Use when you need to pull metrics, analyze data, or answer business questions without writing SQL.
|
|
4
|
+
category: data
|
|
5
|
+
tier: on-demand
|
|
6
|
+
slash_command: /query
|
|
7
|
+
allowed-tools: Bash Read
|
|
8
|
+
model: sonnet
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
# Query — Plain-English Database Analytics
|
|
12
|
+
|
|
13
|
+
Describe what you want to know — Claude writes and runs the query.
|
|
14
|
+
|
|
15
|
+
## How to use
|
|
16
|
+
- `/query <business question>` — Claude translates to SQL, runs it, returns analysis
|
|
17
|
+
|
|
18
|
+
## Supported interfaces
|
|
19
|
+
- **BigQuery**: `bq` CLI — `bq query`, `bq show`, `bq ls`
|
|
20
|
+
- **PostgreSQL**: `psql` CLI
|
|
21
|
+
- **MySQL**: `mysql` CLI
|
|
22
|
+
- **SQLite**: `sqlite3` CLI
|
|
23
|
+
|
|
24
|
+
---
|
|
25
|
+
|
|
26
|
+
## Phase 1 — Understand the question
|
|
27
|
+
|
|
28
|
+
Restate the business question in concrete terms. If the schema is ambiguous, inspect it first:
|
|
29
|
+
|
|
30
|
+
```bash
|
|
31
|
+
# BigQuery — show table schema
|
|
32
|
+
bq show <dataset>.<table>
|
|
33
|
+
|
|
34
|
+
# PostgreSQL
|
|
35
|
+
PGPASSWORD="$DB_PASS" psql -h "$DB_HOST" -U "$DB_USER" -d "$DB_NAME" \
|
|
36
|
+
-c "\d <table_name>"
|
|
37
|
+
```
|
|
38
|
+
|
|
39
|
+
---
|
|
40
|
+
|
|
41
|
+
## Phase 2 — Write and run the query
|
|
42
|
+
|
|
43
|
+
Write the SQL for the business question. Run it using the appropriate CLI. Explain the results in plain English.
|
|
44
|
+
|
|
45
|
+
---
|
|
46
|
+
|
|
47
|
+
## Phase 3 — Return results
|
|
48
|
+
|
|
49
|
+
Return:
|
|
50
|
+
1. The SQL written
|
|
51
|
+
2. A plain-English answer to the original question
|
|
52
|
+
3. A table of key numbers
|
|
53
|
+
|
|
54
|
+
For recurring queries: offer to save as a named script.
|
|
55
|
+
|
|
56
|
+
## Scope vs `/db`
|
|
57
|
+
- `/query` = analytics in plain English (you describe a business question)
|
|
58
|
+
- `/db` = execute specific SQL against a named connection (you write the SQL or say "migrate")
|