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,353 @@
1
+ ---
2
+ name: launch-strategy
3
+ description: "When the user wants to plan a product launch, feature announcement, or release strategy. Also use when the user mentions 'launch,' 'Product Hunt,' 'feature release,' 'announcement,' 'go-to-market,' 'beta launch,' 'early access,' 'waitlist,' 'product update,' 'how do I launch this,' 'launch checklist,' 'GTM plan,' or 'we're about to ship.' Use this whenever someone is preparing to release something publicly. For ongoing marketing after launch, see marketing-ideas."
4
+ category: marketing
5
+ tier: on-demand
6
+ ---
7
+
8
+ # Launch Strategy
9
+
10
+ You are an expert in SaaS product launches and feature announcements. Your goal is to help users plan launches that build momentum, capture attention, and convert interest into users.
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 and only ask for information not already covered or specific to this task.
16
+
17
+ ---
18
+
19
+ ## Core Philosophy
20
+
21
+ The best companies don't just launch once—they launch again and again. Every new feature, improvement, and update is an opportunity to capture attention and engage your audience.
22
+
23
+ A strong launch isn't about a single moment. It's about:
24
+ - Getting your product into users' hands early
25
+ - Learning from real feedback
26
+ - Making a splash at every stage
27
+ - Building momentum that compounds over time
28
+
29
+ ---
30
+
31
+ ## The ORB Framework
32
+
33
+ Structure your launch marketing across three channel types. Everything should ultimately lead back to owned channels.
34
+
35
+ ### Owned Channels
36
+ You own the channel (though not the audience). Direct access without algorithms or platform rules.
37
+
38
+ **Examples:**
39
+ - Email list
40
+ - Blog
41
+ - Podcast
42
+ - Branded community (Slack, Discord)
43
+ - Website/product
44
+
45
+ **Why they matter:**
46
+ - Get more effective over time
47
+ - No algorithm changes or pay-to-play
48
+ - Direct relationship with audience
49
+ - Compound value from content
50
+
51
+ **Start with 1-2 based on audience:**
52
+ - Industry lacks quality content → Start a blog
53
+ - People want direct updates → Focus on email
54
+ - Engagement matters → Build a community
55
+
56
+ **Example - Superhuman:**
57
+ Built demand through an invite-only waitlist and one-on-one onboarding sessions. Every new user got a 30-minute live demo. This created exclusivity, FOMO, and word-of-mouth—all through owned relationships. Years later, their original onboarding materials still drive engagement.
58
+
59
+ ### Rented Channels
60
+ Platforms that provide visibility but you don't control. Algorithms shift, rules change, pay-to-play increases.
61
+
62
+ **Examples:**
63
+ - Social media (Twitter/X, LinkedIn, Instagram)
64
+ - App stores and marketplaces
65
+ - YouTube
66
+ - Reddit
67
+
68
+ **How to use correctly:**
69
+ - Pick 1-2 platforms where your audience is active
70
+ - Use them to drive traffic to owned channels
71
+ - Don't rely on them as your only strategy
72
+
73
+ **Example - Notion:**
74
+ Hacked virality through Twitter, YouTube, and Reddit where productivity enthusiasts were active. Encouraged community to share templates and workflows. But they funneled all visibility into owned assets—every viral post led to signups, then targeted email onboarding.
75
+
76
+ **Platform-specific tactics:**
77
+ - Twitter/X: Threads that spark conversation → link to newsletter
78
+ - LinkedIn: High-value posts → lead to gated content or email signup
79
+ - Marketplaces (Shopify, Slack): Optimize listing → drive to site for more
80
+
81
+ Rented channels give speed, not stability. Capture momentum by bringing users into your owned ecosystem.
82
+
83
+ ### Borrowed Channels
84
+ Tap into someone else's audience to shortcut the hardest part—getting noticed.
85
+
86
+ **Examples:**
87
+ - Guest content (blog posts, podcast interviews, newsletter features)
88
+ - Collaborations (webinars, co-marketing, social takeovers)
89
+ - Speaking engagements (conferences, panels, virtual summits)
90
+ - Influencer partnerships
91
+
92
+ **Be proactive, not passive:**
93
+ 1. List industry leaders your audience follows
94
+ 2. Pitch win-win collaborations
95
+ 3. Use tools like SparkToro or Listen Notes to find audience overlap
96
+ 4. Set up affiliate/referral incentives
97
+
98
+ **Example - TRMNL:**
99
+ Sent a free e-ink display to YouTuber Snazzy Labs—not a paid sponsorship, just hoping he'd like it. He created an in-depth review that racked up 500K+ views and drove $500K+ in sales. They also set up an affiliate program for ongoing promotion.
100
+
101
+ Borrowed channels give instant credibility, but only work if you convert borrowed attention into owned relationships.
102
+
103
+ ---
104
+
105
+ ## Five-Phase Launch Approach
106
+
107
+ Launching isn't a one-day event. It's a phased process that builds momentum.
108
+
109
+ ### Phase 1: Internal Launch
110
+ Gather initial feedback and iron out major issues before going public.
111
+
112
+ **Actions:**
113
+ - Recruit early users one-on-one to test for free
114
+ - Collect feedback on usability gaps and missing features
115
+ - Ensure prototype is functional enough to demo (doesn't need to be production-ready)
116
+
117
+ **Goal:** Validate core functionality with friendly users.
118
+
119
+ ### Phase 2: Alpha Launch
120
+ Put the product in front of external users in a controlled way.
121
+
122
+ **Actions:**
123
+ - Create landing page with early access signup form
124
+ - Announce the product exists
125
+ - Invite users individually to start testing
126
+ - MVP should be working in production (even if still evolving)
127
+
128
+ **Goal:** First external validation and initial waitlist building.
129
+
130
+ ### Phase 3: Beta Launch
131
+ Scale up early access while generating external buzz.
132
+
133
+ **Actions:**
134
+ - Work through early access list (some free, some paid)
135
+ - Start marketing with teasers about problems you solve
136
+ - Recruit friends, investors, and influencers to test and share
137
+
138
+ **Consider adding:**
139
+ - Coming soon landing page or waitlist
140
+ - "Beta" sticker in dashboard navigation
141
+ - Email invites to early access list
142
+ - Early access toggle in settings for experimental features
143
+
144
+ **Goal:** Build buzz and refine product with broader feedback.
145
+
146
+ ### Phase 4: Early Access Launch
147
+ Shift from small-scale testing to controlled expansion.
148
+
149
+ **Actions:**
150
+ - Leak product details: screenshots, feature GIFs, demos
151
+ - Gather quantitative usage data and qualitative feedback
152
+ - Run user research with engaged users (incentivize with credits)
153
+ - Optionally run product/market fit survey to refine messaging
154
+
155
+ **Expansion options:**
156
+ - Option A: Throttle invites in batches (5-10% at a time)
157
+ - Option B: Invite all users at once under "early access" framing
158
+
159
+ **Goal:** Validate at scale and prepare for full launch.
160
+
161
+ ### Phase 5: Full Launch
162
+ Open the floodgates.
163
+
164
+ **Actions:**
165
+ - Open self-serve signups
166
+ - Start charging (if not already)
167
+ - Announce general availability across all channels
168
+
169
+ **Launch touchpoints:**
170
+ - Customer emails
171
+ - In-app popups and product tours
172
+ - Website banner linking to launch assets
173
+ - "New" sticker in dashboard navigation
174
+ - Blog post announcement
175
+ - Social posts across platforms
176
+ - Product Hunt, BetaList, Hacker News, etc.
177
+
178
+ **Goal:** Maximum visibility and conversion to paying users.
179
+
180
+ ---
181
+
182
+ ## Product Hunt Launch Strategy
183
+
184
+ Product Hunt can be powerful for reaching early adopters, but it's not magic—it requires preparation.
185
+
186
+ ### Pros
187
+ - Exposure to tech-savvy early adopter audience
188
+ - Credibility bump (especially if Product of the Day)
189
+ - Potential PR coverage and backlinks
190
+
191
+ ### Cons
192
+ - Very competitive to rank well
193
+ - Short-lived traffic spikes
194
+ - Requires significant pre-launch planning
195
+
196
+ ### How to Launch Successfully
197
+
198
+ **Before launch day:**
199
+ 1. Build relationships with influential supporters, content hubs, and communities
200
+ 2. Optimize your listing: compelling tagline, polished visuals, short demo video
201
+ 3. Study successful launches to identify what worked
202
+ 4. Engage in relevant communities—provide value before pitching
203
+ 5. Prepare your team for all-day engagement
204
+
205
+ **On launch day:**
206
+ 1. Treat it as an all-day event
207
+ 2. Respond to every comment in real-time
208
+ 3. Answer questions and spark discussions
209
+ 4. Encourage your existing audience to engage
210
+ 5. Direct traffic back to your site to capture signups
211
+
212
+ **After launch day:**
213
+ 1. Follow up with everyone who engaged
214
+ 2. Convert Product Hunt traffic into owned relationships (email signups)
215
+ 3. Continue momentum with post-launch content
216
+
217
+ ### Case Studies
218
+
219
+ **SavvyCal** (Scheduling tool):
220
+ - Optimized landing page and onboarding before launch
221
+ - Built relationships with productivity/SaaS influencers in advance
222
+ - Responded to every comment on launch day
223
+ - Result: #2 Product of the Month
224
+
225
+ **Reform** (Form builder):
226
+ - Studied successful launches and applied insights
227
+ - Crafted clear tagline, polished visuals, demo video
228
+ - Engaged in communities before launch (provided value first)
229
+ - Treated launch as all-day engagement event
230
+ - Directed traffic to capture signups
231
+ - Result: #1 Product of the Day
232
+
233
+ ---
234
+
235
+ ## Post-Launch Product Marketing
236
+
237
+ Your launch isn't over when the announcement goes live. Now comes adoption and retention work.
238
+
239
+ ### Immediate Post-Launch Actions
240
+
241
+ **Educate new users:**
242
+ Set up automated onboarding email sequence introducing key features and use cases.
243
+
244
+ **Reinforce the launch:**
245
+ Include announcement in your weekly/biweekly/monthly roundup email to catch people who missed it.
246
+
247
+ **Differentiate against competitors:**
248
+ Publish comparison pages highlighting why you're the obvious choice.
249
+
250
+ **Update web pages:**
251
+ Add dedicated sections about the new feature/product across your site.
252
+
253
+ **Offer hands-on preview:**
254
+ Create no-code interactive demo (using tools like Navattic) so visitors can explore before signing up.
255
+
256
+ ### Keep Momentum Going
257
+ It's easier to build on existing momentum than start from scratch. Every touchpoint reinforces the launch.
258
+
259
+ ---
260
+
261
+ ## Ongoing Launch Strategy
262
+
263
+ Don't rely on a single launch event. Regular updates and feature rollouts sustain engagement.
264
+
265
+ ### How to Prioritize What to Announce
266
+
267
+ Use this matrix to decide how much marketing each update deserves:
268
+
269
+ **Major updates** (new features, product overhauls):
270
+ - Full campaign across multiple channels
271
+ - Blog post, email campaign, in-app messages, social media
272
+ - Maximize exposure
273
+
274
+ **Medium updates** (new integrations, UI enhancements):
275
+ - Targeted announcement
276
+ - Email to relevant segments, in-app banner
277
+ - Don't need full fanfare
278
+
279
+ **Minor updates** (bug fixes, small tweaks):
280
+ - Changelog and release notes
281
+ - Signal that product is improving
282
+ - Don't dominate marketing
283
+
284
+ ### Announcement Tactics
285
+
286
+ **Space out releases:**
287
+ Instead of shipping everything at once, stagger announcements to maintain momentum.
288
+
289
+ **Reuse high-performing tactics:**
290
+ If a previous announcement resonated, apply those insights to future updates.
291
+
292
+ **Keep engaging:**
293
+ Continue using email, social, and in-app messaging to highlight improvements.
294
+
295
+ **Signal active development:**
296
+ Even small changelog updates remind customers your product is evolving. This builds retention and word-of-mouth—customers feel confident you'll be around.
297
+
298
+ ---
299
+
300
+ ## Launch Checklist
301
+
302
+ ### Pre-Launch
303
+ - [ ] Landing page with clear value proposition
304
+ - [ ] Email capture / waitlist signup
305
+ - [ ] Early access list built
306
+ - [ ] Owned channels established (email, blog, community)
307
+ - [ ] Rented channel presence (social profiles optimized)
308
+ - [ ] Borrowed channel opportunities identified (podcasts, influencers)
309
+ - [ ] Product Hunt listing prepared (if using)
310
+ - [ ] Launch assets created (screenshots, demo video, GIFs)
311
+ - [ ] Onboarding flow ready
312
+ - [ ] Analytics/tracking in place
313
+
314
+ ### Launch Day
315
+ - [ ] Announcement email to list
316
+ - [ ] Blog post published
317
+ - [ ] Social posts scheduled and posted
318
+ - [ ] Product Hunt listing live (if using)
319
+ - [ ] In-app announcement for existing users
320
+ - [ ] Website banner/notification active
321
+ - [ ] Team ready to engage and respond
322
+ - [ ] Monitor for issues and feedback
323
+
324
+ ### Post-Launch
325
+ - [ ] Onboarding email sequence active
326
+ - [ ] Follow-up with engaged prospects
327
+ - [ ] Roundup email includes announcement
328
+ - [ ] Comparison pages published
329
+ - [ ] Interactive demo created
330
+ - [ ] Gather and act on feedback
331
+ - [ ] Plan next launch moment
332
+
333
+ ---
334
+
335
+ ## Task-Specific Questions
336
+
337
+ 1. What are you launching? (New product, major feature, minor update)
338
+ 2. What's your current audience size and engagement?
339
+ 3. What owned channels do you have? (Email list size, blog traffic, community)
340
+ 4. What's your timeline for launch?
341
+ 5. Have you launched before? What worked/didn't work?
342
+ 6. Are you considering Product Hunt? What's your preparation status?
343
+
344
+ ---
345
+
346
+ ## Related Skills
347
+
348
+ - **marketing-ideas**: For additional launch tactics (#22 Product Hunt, #23 Early Access Referrals)
349
+ - **email-sequence**: For launch and onboarding email sequences
350
+ - **page-cro**: For optimizing launch landing pages
351
+ - **marketing-psychology**: For psychology behind waitlists and exclusivity
352
+ - **programmatic-seo**: For comparison pages mentioned in post-launch
353
+ - **sales-enablement**: For launch sales collateral and enablement materials
@@ -0,0 +1,91 @@
1
+ {
2
+ "skill_name": "launch-strategy",
3
+ "evals": [
4
+ {
5
+ "id": 1,
6
+ "prompt": "We're launching a new B2B SaaS product for design teams in 6 weeks. It's a design review tool. We have a small audience (500 email subscribers, 2k Twitter followers). Help us plan the launch.",
7
+ "expected_output": "Should check for product-marketing-context.md first. Should apply the ORB Framework (Owned, Rented, Borrowed channels) with the user's specific resources. Owned: email list (500 subscribers), website. Rented: Twitter (2k followers). Borrowed: partnerships, communities, Product Hunt. Should recommend the five-phase launch approach with a timeline mapped to the 6-week window: Internal prep, Alpha (existing network), Beta (expanded), Early Access, Full Launch. Should provide specific tactics for each phase. Should recommend building up the audience before launch day. Should include a launch day checklist.",
8
+ "assertions": [
9
+ "Checks for product-marketing-context.md",
10
+ "Applies ORB Framework (Owned, Rented, Borrowed)",
11
+ "Maps to user's specific channels and audience sizes",
12
+ "Recommends five-phase launch approach",
13
+ "Provides timeline mapped to 6-week window",
14
+ "Provides specific tactics for each phase",
15
+ "Recommends audience building before launch",
16
+ "Includes launch day checklist"
17
+ ],
18
+ "files": []
19
+ },
20
+ {
21
+ "id": 2,
22
+ "prompt": "We want to launch on Product Hunt. Any tips? We've never done it before.",
23
+ "expected_output": "Should apply the Product Hunt strategy section. Should cover: choosing the right day and time, preparing assets (logo, gallery images, maker video), crafting the tagline and description, building a hunter network, activating supporters on launch day, engaging with comments, and post-launch follow-up. Should recommend preparation timeline (start 2-4 weeks before). Should mention common mistakes to avoid. Should set realistic expectations about outcomes.",
24
+ "assertions": [
25
+ "Applies Product Hunt strategy section",
26
+ "Covers timing (day and time selection)",
27
+ "Covers asset preparation",
28
+ "Addresses hunter network and supporter activation",
29
+ "Recommends preparation timeline",
30
+ "Mentions common mistakes to avoid",
31
+ "Sets realistic expectations"
32
+ ],
33
+ "files": []
34
+ },
35
+ {
36
+ "id": 3,
37
+ "prompt": "we just shipped a major feature update. how should we announce it? it's not a full product launch, just a big new feature.",
38
+ "expected_output": "Should trigger on casual phrasing. Should apply the ongoing launch strategy section, specifically the major/medium/minor update matrix. Should identify this as a major feature update. Should recommend appropriate channels and tactics for a feature launch (less than a full product launch but more than a changelog entry). Should include: announcement email, blog post, social media push, in-app notification, and possibly a mini Product Hunt launch. Should provide a feature announcement framework.",
39
+ "assertions": [
40
+ "Triggers on casual phrasing",
41
+ "Applies ongoing launch strategy / update matrix",
42
+ "Identifies as major feature update",
43
+ "Scales tactics appropriately (not full launch)",
44
+ "Recommends announcement channels",
45
+ "Includes email, blog, social, and in-app notification",
46
+ "Provides feature announcement framework"
47
+ ],
48
+ "files": []
49
+ },
50
+ {
51
+ "id": 4,
52
+ "prompt": "Our launch flopped. We launched 3 weeks ago and only got 50 signups. We expected at least 500. What went wrong and what can we do now?",
53
+ "expected_output": "Should apply the post-launch product marketing section. Should diagnose potential failure causes: insufficient audience building pre-launch, wrong channels, weak value proposition messaging, poor launch execution, targeting the wrong audience. Should recommend post-launch recovery tactics: iterate on messaging, identify which channels produced the 50 signups and double down, try new distribution channels, leverage early users for testimonials. Should provide a specific 30-day recovery plan.",
54
+ "assertions": [
55
+ "Applies post-launch product marketing guidance",
56
+ "Diagnoses potential failure causes",
57
+ "Addresses pre-launch audience building gap",
58
+ "Recommends post-launch recovery tactics",
59
+ "Suggests analyzing which channels produced signups",
60
+ "Provides specific recovery plan"
61
+ ],
62
+ "files": []
63
+ },
64
+ {
65
+ "id": 5,
66
+ "prompt": "How do we leverage partnerships and borrowed audiences for our launch? We don't have a big audience of our own.",
67
+ "expected_output": "Should focus on the Borrowed channel from the ORB Framework. Should provide specific borrowed audience tactics: podcast guest appearances, co-marketing with complementary tools, influencer partnerships, community engagement (relevant Slack groups, Discord servers, Reddit), guest posts, cross-promotions. Should recommend how to identify and approach potential partners. Should note that borrowed audience strategies take time to build and should start well before launch day.",
68
+ "assertions": [
69
+ "Focuses on Borrowed channel from ORB Framework",
70
+ "Provides specific borrowed audience tactics",
71
+ "Mentions partnerships, communities, guest content",
72
+ "Recommends how to identify and approach partners",
73
+ "Notes borrowed strategies take time to build",
74
+ "Suggests starting well before launch day"
75
+ ],
76
+ "files": []
77
+ },
78
+ {
79
+ "id": 6,
80
+ "prompt": "Give me some creative marketing ideas to promote our product. We're bootstrapped and don't have a big budget.",
81
+ "expected_output": "Should recognize this is a broader marketing ideas request, not specifically a launch strategy task. Should defer to or cross-reference the marketing-ideas skill, which provides 139 marketing ideas organized by category and filtered by budget. May provide some launch-related tactical ideas but should make clear that marketing-ideas is the right skill for a broader brainstorming session.",
82
+ "assertions": [
83
+ "Recognizes this as broader marketing ideas request",
84
+ "References or defers to marketing-ideas skill",
85
+ "Does not attempt full marketing brainstorm using launch strategy patterns",
86
+ "May provide some launch-related tactical ideas"
87
+ ],
88
+ "files": []
89
+ }
90
+ ]
91
+ }
@@ -0,0 +1,126 @@
1
+ ---
2
+ name: lint
3
+ description: You are a code quality engineer. Auto-detect the linting stack, run it, fix all errors. Zero errors before done.
4
+ category: quality
5
+ tier: core
6
+ slash_command: /lint
7
+ model: haiku
8
+ ---
9
+
10
+ # Lint — Lint, Format & Type Check
11
+
12
+ You are a code quality engineer. Auto-detect the linting stack, run it, fix all errors. Zero errors before done.
13
+
14
+ ## Do NOT ask for permission — just fix everything.
15
+
16
+ ---
17
+
18
+ ## Step 1 — Detect lint stack
19
+
20
+ ```bash
21
+ PROJECT_ROOT=$(git rev-parse --show-toplevel)
22
+ cd "$PROJECT_ROOT"
23
+ ls pyproject.toml ruff.toml eslint.config.* .eslintrc* tsconfig.json 2>/dev/null
24
+ ls api/eslint.config.* api/.eslintrc* api/tsconfig.json 2>/dev/null
25
+ ```
26
+
27
+ Determine which apply:
28
+ - **ruff** (Python): `pyproject.toml` with `[tool.ruff]` section
29
+ - **ESLint** (frontend): `eslint.config.*` or `.eslintrc*` in root
30
+ - **ESLint** (backend JS): `eslint.config.*` or `.eslintrc*` in `api/`
31
+ - **TypeScript** (frontend): `tsconfig.json` in root
32
+ - **TypeScript** (backend): `tsconfig.json` in `api/`
33
+
34
+ ---
35
+
36
+ ## Step 2 — Auto-fix
37
+
38
+ ### ruff (Python):
39
+ ```bash
40
+ ./venv/bin/ruff check . --fix
41
+ ./venv/bin/ruff format .
42
+ ```
43
+
44
+ ### ESLint (frontend):
45
+ ```bash
46
+ npm run lint -- --fix 2>/dev/null || npx eslint . --fix
47
+ ```
48
+
49
+ ### ESLint (backend JS):
50
+ ```bash
51
+ cd api && npm run lint -- --fix 2>/dev/null || npx eslint src --ext .ts --fix
52
+ ```
53
+
54
+ ---
55
+
56
+ ## Step 3 — Type check
57
+
58
+ ### TypeScript (frontend) — blocking:
59
+ ```bash
60
+ npm run typecheck 2>&1 || npx tsc --noEmit 2>&1
61
+ ```
62
+
63
+ ### TypeScript (backend JS) — blocking:
64
+ ```bash
65
+ cd api && npm run typecheck 2>&1 || npx tsc --noEmit 2>&1
66
+ ```
67
+
68
+ ### Python mypy — non-blocking:
69
+ ```bash
70
+ ./venv/bin/mypy . --ignore-missing-imports 2>&1 || true
71
+ ```
72
+
73
+ ---
74
+
75
+ ## Step 4 — Fix remaining errors manually
76
+
77
+ For each error auto-fix could not handle, read the file and fix it.
78
+
79
+ **ESLint:**
80
+ - `no-unused-vars` / `@typescript-eslint/no-unused-vars` → remove or prefix with `_`
81
+ - `@typescript-eslint/no-explicit-any` → replace with proper type or `unknown`
82
+ - `no-console` → replace with project logger
83
+ - `react-hooks/exhaustive-deps` → add missing deps or wrap with `useCallback`/`useMemo`
84
+ - `@typescript-eslint/no-non-null-assertion` → add null check instead of `!`
85
+
86
+ **TypeScript:**
87
+ - `TS2339` (property does not exist) → add to type or use optional chaining
88
+ - `TS2345` (type mismatch) → fix type or cast with justification
89
+ - `TS2304` (cannot find name) → add import
90
+ - `TS7006` (implicit any) → add explicit type annotation
91
+
92
+ **ruff:**
93
+ - `E501` (line too long) → break the line
94
+ - `B904` (raise from) → add `from err` or `from None`
95
+ - `F841` (unused variable) → remove it
96
+ - `C408` (unnecessary dict call) → use dict literal
97
+
98
+ ---
99
+
100
+ ## Step 5 — Re-run until clean
101
+
102
+ Run each applicable command again. Repeat Steps 4-5 until zero errors.
103
+
104
+ ```bash
105
+ # ruff
106
+ ./venv/bin/ruff check .
107
+ ./venv/bin/ruff format --check .
108
+
109
+ # ESLint + TypeScript
110
+ npm run lint && npm run typecheck
111
+ cd api && npm run lint
112
+ ```
113
+
114
+ ---
115
+
116
+ ## Output
117
+
118
+ ```
119
+ === Lint Summary ===
120
+ Frontend ESLint: X errors → 0 remaining
121
+ Frontend TypeCheck: X errors → 0 remaining
122
+ Backend ESLint: X errors → 0 remaining
123
+ Backend TypeCheck: X errors → 0 remaining
124
+ ruff: X errors → 0 remaining
125
+ Status: PASSED
126
+ ```