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.
Files changed (207) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +196 -0
  3. package/VERSION +1 -0
  4. package/adapters/antigravity.sh +14 -0
  5. package/adapters/claude-code.sh +160 -0
  6. package/adapters/codex.sh +13 -0
  7. package/adapters/copilot.sh +13 -0
  8. package/adapters/cursor.sh +13 -0
  9. package/adapters/gemini.sh +13 -0
  10. package/adapters/lib/__pycache__/modules.cpython-312.pyc +0 -0
  11. package/adapters/lib/modules.py +592 -0
  12. package/adapters/lib/shared.sh +83 -0
  13. package/adapters/lib/sync_plugins.py +113 -0
  14. package/adapters/windsurf.sh +15 -0
  15. package/bin/100xprism.js +29 -0
  16. package/get.sh +24 -0
  17. package/install-project.sh +82 -0
  18. package/install.sh +281 -0
  19. package/lib/adapters/windows.js +429 -0
  20. package/lib/bootstrap.js +33 -0
  21. package/lib/init.js +19 -0
  22. package/lib/install.js +18 -0
  23. package/lib/migrate.js +52 -0
  24. package/lib/platform.js +22 -0
  25. package/lib/update.js +29 -0
  26. package/modules/_lib/reference.md +77 -0
  27. package/modules/a11y-auditor/SKILL.md +151 -0
  28. package/modules/ab-test-setup/SKILL.md +266 -0
  29. package/modules/ab-test-setup/evals/evals.json +105 -0
  30. package/modules/ab-test-setup/references/sample-size-guide.md +263 -0
  31. package/modules/ab-test-setup/references/test-templates.md +277 -0
  32. package/modules/ad-creative/SKILL.md +362 -0
  33. package/modules/ad-creative/evals/evals.json +90 -0
  34. package/modules/ad-creative/references/generative-tools.md +637 -0
  35. package/modules/ad-creative/references/platform-specs.md +213 -0
  36. package/modules/ai-seo/SKILL.md +398 -0
  37. package/modules/ai-seo/evals/evals.json +90 -0
  38. package/modules/ai-seo/references/content-patterns.md +285 -0
  39. package/modules/ai-seo/references/platform-ranking-factors.md +152 -0
  40. package/modules/analytics-tracking/SKILL.md +309 -0
  41. package/modules/analytics-tracking/evals/evals.json +90 -0
  42. package/modules/analytics-tracking/references/event-library.md +260 -0
  43. package/modules/analytics-tracking/references/ga4-implementation.md +300 -0
  44. package/modules/analytics-tracking/references/gtm-implementation.md +390 -0
  45. package/modules/architect/SKILL.md +282 -0
  46. package/modules/branch/SKILL.md +105 -0
  47. package/modules/churn-prevention/SKILL.md +424 -0
  48. package/modules/churn-prevention/evals/evals.json +93 -0
  49. package/modules/churn-prevention/references/cancel-flow-patterns.md +316 -0
  50. package/modules/churn-prevention/references/dunning-playbook.md +408 -0
  51. package/modules/cloud-security/SKILL.md +240 -0
  52. package/modules/cold-email/SKILL.md +178 -0
  53. package/modules/cold-email/evals/evals.json +94 -0
  54. package/modules/cold-email/references/benchmarks.md +83 -0
  55. package/modules/cold-email/references/follow-up-sequences.md +81 -0
  56. package/modules/cold-email/references/frameworks.md +90 -0
  57. package/modules/cold-email/references/personalization.md +79 -0
  58. package/modules/cold-email/references/subject-lines.md +53 -0
  59. package/modules/commit/SKILL.md +195 -0
  60. package/modules/competitor-alternatives/SKILL.md +256 -0
  61. package/modules/competitor-alternatives/evals/evals.json +93 -0
  62. package/modules/competitor-alternatives/references/content-architecture.md +271 -0
  63. package/modules/competitor-alternatives/references/templates.md +223 -0
  64. package/modules/connect/SKILL.md +894 -0
  65. package/modules/content-strategy/SKILL.md +359 -0
  66. package/modules/content-strategy/evals/evals.json +90 -0
  67. package/modules/context-dump/SKILL.md +67 -0
  68. package/modules/copy-editing/SKILL.md +447 -0
  69. package/modules/copy-editing/evals/evals.json +89 -0
  70. package/modules/copy-editing/references/plain-english-alternatives.md +394 -0
  71. package/modules/copywriting/SKILL.md +271 -0
  72. package/modules/copywriting/evals/evals.json +111 -0
  73. package/modules/copywriting/references/cold-email-benchmarks.md +83 -0
  74. package/modules/copywriting/references/cold-email-follow-ups.md +81 -0
  75. package/modules/copywriting/references/cold-email-frameworks.md +90 -0
  76. package/modules/copywriting/references/cold-email-personalization.md +79 -0
  77. package/modules/copywriting/references/cold-email-subject-lines.md +53 -0
  78. package/modules/copywriting/references/copy-frameworks.md +344 -0
  79. package/modules/copywriting/references/email-copy-guidelines.md +113 -0
  80. package/modules/copywriting/references/email-types.md +515 -0
  81. package/modules/copywriting/references/natural-transitions.md +272 -0
  82. package/modules/copywriting/references/sequence-templates.md +168 -0
  83. package/modules/data-query/SKILL.md +58 -0
  84. package/modules/data-viz/SKILL.md +225 -0
  85. package/modules/db/SKILL.md +205 -0
  86. package/modules/db/db-engines/_router.md +24 -0
  87. package/modules/db/db-engines/athena.md +16 -0
  88. package/modules/db/db-engines/cloud-sql.md +16 -0
  89. package/modules/db/db-engines/databricks.md +14 -0
  90. package/modules/db/db-engines/oracle.md +14 -0
  91. package/modules/db/db-engines/postgres.md +15 -0
  92. package/modules/db/db-engines/presto.md +14 -0
  93. package/modules/db/db-engines/snowflake.md +14 -0
  94. package/modules/docs/SKILL.md +100 -0
  95. package/modules/email-sequence/SKILL.md +309 -0
  96. package/modules/email-sequence/evals/evals.json +93 -0
  97. package/modules/email-sequence/references/copy-guidelines.md +113 -0
  98. package/modules/email-sequence/references/email-types.md +515 -0
  99. package/modules/email-sequence/references/sequence-templates.md +168 -0
  100. package/modules/enterprise-design/SKILL.md +75 -0
  101. package/modules/eval/SKILL.md +105 -0
  102. package/modules/figma-translator/SKILL.md +49 -0
  103. package/modules/fix-bugs/SKILL.md +104 -0
  104. package/modules/form-cro/SKILL.md +429 -0
  105. package/modules/form-cro/evals/evals.json +90 -0
  106. package/modules/free-tool-strategy/SKILL.md +178 -0
  107. package/modules/free-tool-strategy/evals/evals.json +90 -0
  108. package/modules/free-tool-strategy/references/tool-types.md +217 -0
  109. package/modules/gate/SKILL.md +232 -0
  110. package/modules/grill-me/SKILL.md +59 -0
  111. package/modules/interaction-engineer/SKILL.md +49 -0
  112. package/modules/issue/SKILL.md +272 -0
  113. package/modules/launch/SKILL.md +345 -0
  114. package/modules/launch-strategy/SKILL.md +353 -0
  115. package/modules/launch-strategy/evals/evals.json +91 -0
  116. package/modules/lint/SKILL.md +126 -0
  117. package/modules/marketing-ideas/SKILL.md +167 -0
  118. package/modules/marketing-ideas/evals/evals.json +90 -0
  119. package/modules/marketing-ideas/references/ideas-by-category.md +366 -0
  120. package/modules/marketing-psychology/SKILL.md +455 -0
  121. package/modules/marketing-psychology/evals/evals.json +88 -0
  122. package/modules/motion-designer/SKILL.md +214 -0
  123. package/modules/onboarding-cro/SKILL.md +220 -0
  124. package/modules/onboarding-cro/evals/evals.json +92 -0
  125. package/modules/onboarding-cro/references/experiments.md +258 -0
  126. package/modules/orchestrate/SKILL.md +77 -0
  127. package/modules/page-cro/SKILL.md +182 -0
  128. package/modules/page-cro/evals/evals.json +111 -0
  129. package/modules/page-cro/references/experiments.md +248 -0
  130. package/modules/page-cro/references/paywall-experiments.md +164 -0
  131. package/modules/paid-ads/SKILL.md +315 -0
  132. package/modules/paid-ads/evals/evals.json +90 -0
  133. package/modules/paid-ads/references/ad-copy-templates.md +207 -0
  134. package/modules/paid-ads/references/audience-targeting.md +243 -0
  135. package/modules/paid-ads/references/platform-setup-checklists.md +277 -0
  136. package/modules/paywall-upgrade-cro/SKILL.md +227 -0
  137. package/modules/paywall-upgrade-cro/evals/evals.json +93 -0
  138. package/modules/paywall-upgrade-cro/references/experiments.md +164 -0
  139. package/modules/popup-cro/SKILL.md +453 -0
  140. package/modules/popup-cro/evals/evals.json +94 -0
  141. package/modules/pr/SKILL.md +203 -0
  142. package/modules/pricing-strategy/SKILL.md +231 -0
  143. package/modules/pricing-strategy/evals/evals.json +90 -0
  144. package/modules/pricing-strategy/references/research-methods.md +152 -0
  145. package/modules/pricing-strategy/references/tier-structure.md +232 -0
  146. package/modules/product-marketing-context/SKILL.md +241 -0
  147. package/modules/product-marketing-context/evals/evals.json +85 -0
  148. package/modules/programmatic-seo/SKILL.md +238 -0
  149. package/modules/programmatic-seo/evals/evals.json +94 -0
  150. package/modules/programmatic-seo/references/playbooks.md +308 -0
  151. package/modules/push/SKILL.md +202 -0
  152. package/modules/referral-program/SKILL.md +255 -0
  153. package/modules/referral-program/evals/evals.json +89 -0
  154. package/modules/referral-program/references/affiliate-programs.md +164 -0
  155. package/modules/referral-program/references/program-examples.md +143 -0
  156. package/modules/release/SKILL.md +293 -0
  157. package/modules/revops/SKILL.md +343 -0
  158. package/modules/revops/evals/evals.json +91 -0
  159. package/modules/revops/references/automation-playbooks.md +290 -0
  160. package/modules/revops/references/lifecycle-definitions.md +278 -0
  161. package/modules/revops/references/routing-rules.md +203 -0
  162. package/modules/revops/references/scoring-models.md +247 -0
  163. package/modules/sales-enablement/SKILL.md +349 -0
  164. package/modules/sales-enablement/evals/evals.json +91 -0
  165. package/modules/sales-enablement/references/deck-frameworks.md +263 -0
  166. package/modules/sales-enablement/references/demo-scripts.md +355 -0
  167. package/modules/sales-enablement/references/objection-library.md +270 -0
  168. package/modules/sales-enablement/references/one-pager-templates.md +208 -0
  169. package/modules/schema-markup/SKILL.md +179 -0
  170. package/modules/schema-markup/evals/evals.json +87 -0
  171. package/modules/schema-markup/references/schema-examples.md +398 -0
  172. package/modules/security/SKILL.md +138 -0
  173. package/modules/seo-audit/SKILL.md +412 -0
  174. package/modules/seo-audit/evals/evals.json +136 -0
  175. package/modules/seo-audit/references/ai-writing-detection.md +200 -0
  176. package/modules/seo-audit/references/content-patterns.md +285 -0
  177. package/modules/seo-audit/references/platform-ranking-factors.md +152 -0
  178. package/modules/signup-flow-cro/SKILL.md +359 -0
  179. package/modules/signup-flow-cro/evals/evals.json +88 -0
  180. package/modules/site-architecture/SKILL.md +357 -0
  181. package/modules/site-architecture/evals/evals.json +88 -0
  182. package/modules/site-architecture/references/mermaid-templates.md +216 -0
  183. package/modules/site-architecture/references/navigation-patterns.md +305 -0
  184. package/modules/site-architecture/references/site-type-templates.md +293 -0
  185. package/modules/social-content/SKILL.md +278 -0
  186. package/modules/social-content/evals/evals.json +92 -0
  187. package/modules/social-content/references/platforms.md +170 -0
  188. package/modules/social-content/references/post-templates.md +177 -0
  189. package/modules/social-content/references/reverse-engineering.md +195 -0
  190. package/modules/spec/SKILL.md +81 -0
  191. package/modules/subagents/SKILL.md +123 -0
  192. package/modules/techdebt/SKILL.md +71 -0
  193. package/modules/terminal-setup/SKILL.md +49 -0
  194. package/modules/test/SKILL.md +493 -0
  195. package/modules/test/references/e2e-patterns.md +294 -0
  196. package/modules/update-claude-md/SKILL.md +52 -0
  197. package/modules/visual-system-architect/SKILL.md +53 -0
  198. package/package.json +44 -0
  199. package/plugins/plugins.json +43 -0
  200. package/shell/aliases.sh +24 -0
  201. package/shell/check-update.sh +212 -0
  202. package/templates/.env.example +199 -0
  203. package/templates/docker-compose.md +46 -0
  204. package/templates/node-frontend.md +56 -0
  205. package/templates/node-fullstack.md +59 -0
  206. package/templates/python-api.md +57 -0
  207. 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")