agy-superpowers 5.2.2 → 5.2.4

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 (231) hide show
  1. package/README.md +47 -150
  2. package/package.json +1 -1
  3. package/template/agent/rules/CLAUDE.md +80 -0
  4. package/template/agent/rules/code-styles.md +31 -32
  5. package/template/agent/rules/debug-confirmation-policy.md +2 -0
  6. package/template/agent/rules/file-length-policy.md +2 -0
  7. package/template/agent/rules/git-policy.md +7 -0
  8. package/template/agent/rules/language-matching.md +2 -0
  9. package/template/agent/rules/scratch-scripts.md +39 -0
  10. package/template/agent/rules/superpowers.md +8 -51
  11. package/template/agent/skills/executing-plans/SKILL.md +17 -0
  12. package/template/agent/skills/systematic-debugging/SKILL.md +16 -0
  13. package/template/agent/skills/test-driven-development/SKILL.md +16 -0
  14. package/template/agent/skills/verification-before-completion/SKILL.md +22 -0
  15. package/template/agent/skills/writing-plans/SKILL.md +16 -0
  16. package/template/agent/skills/ai-integrated-product/SKILL.md +0 -57
  17. package/template/agent/skills/analytics-setup/SKILL.md +0 -51
  18. package/template/agent/skills/api-design/SKILL.md +0 -193
  19. package/template/agent/skills/app-store-optimizer/SKILL.md +0 -127
  20. package/template/agent/skills/auth-and-identity/SKILL.md +0 -167
  21. package/template/agent/skills/backend-developer/SKILL.md +0 -148
  22. package/template/agent/skills/bootstrapper-finance/SKILL.md +0 -55
  23. package/template/agent/skills/chrome-extension-developer/SKILL.md +0 -53
  24. package/template/agent/skills/community-manager/SKILL.md +0 -115
  25. package/template/agent/skills/content-marketer/SKILL.md +0 -111
  26. package/template/agent/skills/conversion-optimizer/SKILL.md +0 -142
  27. package/template/agent/skills/cto-architect/SKILL.md +0 -133
  28. package/template/agent/skills/customer-success-manager/SKILL.md +0 -126
  29. package/template/agent/skills/data-analyst/SKILL.md +0 -147
  30. package/template/agent/skills/devops-engineer/SKILL.md +0 -117
  31. package/template/agent/skills/email-infrastructure/SKILL.md +0 -164
  32. package/template/agent/skills/game-design/SKILL.md +0 -194
  33. package/template/agent/skills/game-developer/SKILL.md +0 -175
  34. package/template/agent/skills/growth-hacker/SKILL.md +0 -122
  35. package/template/agent/skills/idea-validator/SKILL.md +0 -55
  36. package/template/agent/skills/indie-legal/SKILL.md +0 -53
  37. package/template/agent/skills/influencer-marketer/SKILL.md +0 -141
  38. package/template/agent/skills/landing-page-builder/SKILL.md +0 -59
  39. package/template/agent/skills/launch-strategist/SKILL.md +0 -62
  40. package/template/agent/skills/market-researcher/SKILL.md +0 -53
  41. package/template/agent/skills/micro-saas-builder/SKILL.md +0 -56
  42. package/template/agent/skills/monetization-strategist/SKILL.md +0 -119
  43. package/template/agent/skills/paid-acquisition-specialist/SKILL.md +0 -119
  44. package/template/agent/skills/pricing-psychologist/SKILL.md +0 -58
  45. package/template/agent/skills/real-time-features/SKILL.md +0 -194
  46. package/template/agent/skills/retention-specialist/SKILL.md +0 -123
  47. package/template/agent/skills/rust-developer/SKILL.md +0 -281
  48. package/template/agent/skills/rust-developer/references/rust-rules/_sections.md +0 -231
  49. package/template/agent/skills/rust-developer/references/rust-rules/anti-clone-excessive.md +0 -124
  50. package/template/agent/skills/rust-developer/references/rust-rules/anti-collect-intermediate.md +0 -131
  51. package/template/agent/skills/rust-developer/references/rust-rules/anti-empty-catch.md +0 -132
  52. package/template/agent/skills/rust-developer/references/rust-rules/anti-expect-lazy.md +0 -95
  53. package/template/agent/skills/rust-developer/references/rust-rules/anti-format-hot-path.md +0 -141
  54. package/template/agent/skills/rust-developer/references/rust-rules/anti-index-over-iter.md +0 -125
  55. package/template/agent/skills/rust-developer/references/rust-rules/anti-lock-across-await.md +0 -127
  56. package/template/agent/skills/rust-developer/references/rust-rules/anti-over-abstraction.md +0 -120
  57. package/template/agent/skills/rust-developer/references/rust-rules/anti-panic-expected.md +0 -131
  58. package/template/agent/skills/rust-developer/references/rust-rules/anti-premature-optimize.md +0 -156
  59. package/template/agent/skills/rust-developer/references/rust-rules/anti-string-for-str.md +0 -122
  60. package/template/agent/skills/rust-developer/references/rust-rules/anti-stringly-typed.md +0 -167
  61. package/template/agent/skills/rust-developer/references/rust-rules/anti-type-erasure.md +0 -134
  62. package/template/agent/skills/rust-developer/references/rust-rules/anti-unwrap-abuse.md +0 -143
  63. package/template/agent/skills/rust-developer/references/rust-rules/anti-vec-for-slice.md +0 -121
  64. package/template/agent/skills/rust-developer/references/rust-rules/api-builder-must-use.md +0 -143
  65. package/template/agent/skills/rust-developer/references/rust-rules/api-builder-pattern.md +0 -187
  66. package/template/agent/skills/rust-developer/references/rust-rules/api-common-traits.md +0 -165
  67. package/template/agent/skills/rust-developer/references/rust-rules/api-default-impl.md +0 -177
  68. package/template/agent/skills/rust-developer/references/rust-rules/api-extension-trait.md +0 -163
  69. package/template/agent/skills/rust-developer/references/rust-rules/api-from-not-into.md +0 -146
  70. package/template/agent/skills/rust-developer/references/rust-rules/api-impl-asref.md +0 -142
  71. package/template/agent/skills/rust-developer/references/rust-rules/api-impl-into.md +0 -160
  72. package/template/agent/skills/rust-developer/references/rust-rules/api-must-use.md +0 -125
  73. package/template/agent/skills/rust-developer/references/rust-rules/api-newtype-safety.md +0 -162
  74. package/template/agent/skills/rust-developer/references/rust-rules/api-non-exhaustive.md +0 -177
  75. package/template/agent/skills/rust-developer/references/rust-rules/api-parse-dont-validate.md +0 -184
  76. package/template/agent/skills/rust-developer/references/rust-rules/api-sealed-trait.md +0 -168
  77. package/template/agent/skills/rust-developer/references/rust-rules/api-serde-optional.md +0 -182
  78. package/template/agent/skills/rust-developer/references/rust-rules/api-typestate.md +0 -199
  79. package/template/agent/skills/rust-developer/references/rust-rules/async-bounded-channel.md +0 -175
  80. package/template/agent/skills/rust-developer/references/rust-rules/async-broadcast-pubsub.md +0 -185
  81. package/template/agent/skills/rust-developer/references/rust-rules/async-cancellation-token.md +0 -203
  82. package/template/agent/skills/rust-developer/references/rust-rules/async-clone-before-await.md +0 -171
  83. package/template/agent/skills/rust-developer/references/rust-rules/async-join-parallel.md +0 -158
  84. package/template/agent/skills/rust-developer/references/rust-rules/async-joinset-structured.md +0 -195
  85. package/template/agent/skills/rust-developer/references/rust-rules/async-mpsc-queue.md +0 -171
  86. package/template/agent/skills/rust-developer/references/rust-rules/async-no-lock-await.md +0 -156
  87. package/template/agent/skills/rust-developer/references/rust-rules/async-oneshot-response.md +0 -191
  88. package/template/agent/skills/rust-developer/references/rust-rules/async-select-racing.md +0 -198
  89. package/template/agent/skills/rust-developer/references/rust-rules/async-spawn-blocking.md +0 -154
  90. package/template/agent/skills/rust-developer/references/rust-rules/async-tokio-fs.md +0 -167
  91. package/template/agent/skills/rust-developer/references/rust-rules/async-tokio-runtime.md +0 -169
  92. package/template/agent/skills/rust-developer/references/rust-rules/async-try-join.md +0 -172
  93. package/template/agent/skills/rust-developer/references/rust-rules/async-watch-latest.md +0 -189
  94. package/template/agent/skills/rust-developer/references/rust-rules/doc-all-public.md +0 -113
  95. package/template/agent/skills/rust-developer/references/rust-rules/doc-cargo-metadata.md +0 -147
  96. package/template/agent/skills/rust-developer/references/rust-rules/doc-errors-section.md +0 -122
  97. package/template/agent/skills/rust-developer/references/rust-rules/doc-examples-section.md +0 -161
  98. package/template/agent/skills/rust-developer/references/rust-rules/doc-hidden-setup.md +0 -149
  99. package/template/agent/skills/rust-developer/references/rust-rules/doc-intra-links.md +0 -138
  100. package/template/agent/skills/rust-developer/references/rust-rules/doc-link-types.md +0 -169
  101. package/template/agent/skills/rust-developer/references/rust-rules/doc-module-inner.md +0 -116
  102. package/template/agent/skills/rust-developer/references/rust-rules/doc-panics-section.md +0 -128
  103. package/template/agent/skills/rust-developer/references/rust-rules/doc-question-mark.md +0 -136
  104. package/template/agent/skills/rust-developer/references/rust-rules/doc-safety-section.md +0 -131
  105. package/template/agent/skills/rust-developer/references/rust-rules/err-anyhow-app.md +0 -179
  106. package/template/agent/skills/rust-developer/references/rust-rules/err-context-chain.md +0 -144
  107. package/template/agent/skills/rust-developer/references/rust-rules/err-custom-type.md +0 -152
  108. package/template/agent/skills/rust-developer/references/rust-rules/err-doc-errors.md +0 -145
  109. package/template/agent/skills/rust-developer/references/rust-rules/err-expect-bugs-only.md +0 -133
  110. package/template/agent/skills/rust-developer/references/rust-rules/err-from-impl.md +0 -152
  111. package/template/agent/skills/rust-developer/references/rust-rules/err-lowercase-msg.md +0 -124
  112. package/template/agent/skills/rust-developer/references/rust-rules/err-no-unwrap-prod.md +0 -115
  113. package/template/agent/skills/rust-developer/references/rust-rules/err-question-mark.md +0 -151
  114. package/template/agent/skills/rust-developer/references/rust-rules/err-result-over-panic.md +0 -130
  115. package/template/agent/skills/rust-developer/references/rust-rules/err-source-chain.md +0 -155
  116. package/template/agent/skills/rust-developer/references/rust-rules/err-thiserror-lib.md +0 -171
  117. package/template/agent/skills/rust-developer/references/rust-rules/lint-cargo-metadata.md +0 -138
  118. package/template/agent/skills/rust-developer/references/rust-rules/lint-deny-correctness.md +0 -107
  119. package/template/agent/skills/rust-developer/references/rust-rules/lint-missing-docs.md +0 -154
  120. package/template/agent/skills/rust-developer/references/rust-rules/lint-pedantic-selective.md +0 -118
  121. package/template/agent/skills/rust-developer/references/rust-rules/lint-rustfmt-check.md +0 -157
  122. package/template/agent/skills/rust-developer/references/rust-rules/lint-unsafe-doc.md +0 -133
  123. package/template/agent/skills/rust-developer/references/rust-rules/lint-warn-complexity.md +0 -131
  124. package/template/agent/skills/rust-developer/references/rust-rules/lint-warn-perf.md +0 -136
  125. package/template/agent/skills/rust-developer/references/rust-rules/lint-warn-style.md +0 -135
  126. package/template/agent/skills/rust-developer/references/rust-rules/lint-warn-suspicious.md +0 -122
  127. package/template/agent/skills/rust-developer/references/rust-rules/lint-workspace-lints.md +0 -172
  128. package/template/agent/skills/rust-developer/references/rust-rules/mem-arena-allocator.md +0 -168
  129. package/template/agent/skills/rust-developer/references/rust-rules/mem-arrayvec.md +0 -142
  130. package/template/agent/skills/rust-developer/references/rust-rules/mem-assert-type-size.md +0 -168
  131. package/template/agent/skills/rust-developer/references/rust-rules/mem-avoid-format.md +0 -147
  132. package/template/agent/skills/rust-developer/references/rust-rules/mem-box-large-variant.md +0 -158
  133. package/template/agent/skills/rust-developer/references/rust-rules/mem-boxed-slice.md +0 -139
  134. package/template/agent/skills/rust-developer/references/rust-rules/mem-clone-from.md +0 -147
  135. package/template/agent/skills/rust-developer/references/rust-rules/mem-compact-string.md +0 -149
  136. package/template/agent/skills/rust-developer/references/rust-rules/mem-reuse-collections.md +0 -174
  137. package/template/agent/skills/rust-developer/references/rust-rules/mem-smaller-integers.md +0 -159
  138. package/template/agent/skills/rust-developer/references/rust-rules/mem-smallvec.md +0 -138
  139. package/template/agent/skills/rust-developer/references/rust-rules/mem-thinvec.md +0 -142
  140. package/template/agent/skills/rust-developer/references/rust-rules/mem-with-capacity.md +0 -156
  141. package/template/agent/skills/rust-developer/references/rust-rules/mem-write-over-format.md +0 -172
  142. package/template/agent/skills/rust-developer/references/rust-rules/mem-zero-copy.md +0 -164
  143. package/template/agent/skills/rust-developer/references/rust-rules/name-acronym-word.md +0 -99
  144. package/template/agent/skills/rust-developer/references/rust-rules/name-as-free.md +0 -104
  145. package/template/agent/skills/rust-developer/references/rust-rules/name-consts-screaming.md +0 -94
  146. package/template/agent/skills/rust-developer/references/rust-rules/name-crate-no-rs.md +0 -78
  147. package/template/agent/skills/rust-developer/references/rust-rules/name-funcs-snake.md +0 -76
  148. package/template/agent/skills/rust-developer/references/rust-rules/name-into-ownership.md +0 -123
  149. package/template/agent/skills/rust-developer/references/rust-rules/name-is-has-bool.md +0 -127
  150. package/template/agent/skills/rust-developer/references/rust-rules/name-iter-convention.md +0 -129
  151. package/template/agent/skills/rust-developer/references/rust-rules/name-iter-method.md +0 -131
  152. package/template/agent/skills/rust-developer/references/rust-rules/name-iter-type-match.md +0 -142
  153. package/template/agent/skills/rust-developer/references/rust-rules/name-lifetime-short.md +0 -86
  154. package/template/agent/skills/rust-developer/references/rust-rules/name-no-get-prefix.md +0 -154
  155. package/template/agent/skills/rust-developer/references/rust-rules/name-to-expensive.md +0 -118
  156. package/template/agent/skills/rust-developer/references/rust-rules/name-type-param-single.md +0 -92
  157. package/template/agent/skills/rust-developer/references/rust-rules/name-types-camel.md +0 -65
  158. package/template/agent/skills/rust-developer/references/rust-rules/name-variants-camel.md +0 -101
  159. package/template/agent/skills/rust-developer/references/rust-rules/opt-bounds-check.md +0 -161
  160. package/template/agent/skills/rust-developer/references/rust-rules/opt-cache-friendly.md +0 -187
  161. package/template/agent/skills/rust-developer/references/rust-rules/opt-codegen-units.md +0 -142
  162. package/template/agent/skills/rust-developer/references/rust-rules/opt-cold-unlikely.md +0 -152
  163. package/template/agent/skills/rust-developer/references/rust-rules/opt-inline-always-rare.md +0 -141
  164. package/template/agent/skills/rust-developer/references/rust-rules/opt-inline-never-cold.md +0 -181
  165. package/template/agent/skills/rust-developer/references/rust-rules/opt-inline-small.md +0 -160
  166. package/template/agent/skills/rust-developer/references/rust-rules/opt-likely-hint.md +0 -171
  167. package/template/agent/skills/rust-developer/references/rust-rules/opt-lto-release.md +0 -130
  168. package/template/agent/skills/rust-developer/references/rust-rules/opt-pgo-profile.md +0 -167
  169. package/template/agent/skills/rust-developer/references/rust-rules/opt-simd-portable.md +0 -144
  170. package/template/agent/skills/rust-developer/references/rust-rules/opt-target-cpu.md +0 -154
  171. package/template/agent/skills/rust-developer/references/rust-rules/own-arc-shared.md +0 -141
  172. package/template/agent/skills/rust-developer/references/rust-rules/own-borrow-over-clone.md +0 -95
  173. package/template/agent/skills/rust-developer/references/rust-rules/own-clone-explicit.md +0 -135
  174. package/template/agent/skills/rust-developer/references/rust-rules/own-copy-small.md +0 -124
  175. package/template/agent/skills/rust-developer/references/rust-rules/own-cow-conditional.md +0 -135
  176. package/template/agent/skills/rust-developer/references/rust-rules/own-lifetime-elision.md +0 -134
  177. package/template/agent/skills/rust-developer/references/rust-rules/own-move-large.md +0 -134
  178. package/template/agent/skills/rust-developer/references/rust-rules/own-mutex-interior.md +0 -105
  179. package/template/agent/skills/rust-developer/references/rust-rules/own-rc-single-thread.md +0 -65
  180. package/template/agent/skills/rust-developer/references/rust-rules/own-refcell-interior.md +0 -97
  181. package/template/agent/skills/rust-developer/references/rust-rules/own-rwlock-readers.md +0 -122
  182. package/template/agent/skills/rust-developer/references/rust-rules/own-slice-over-vec.md +0 -119
  183. package/template/agent/skills/rust-developer/references/rust-rules/perf-black-box-bench.md +0 -153
  184. package/template/agent/skills/rust-developer/references/rust-rules/perf-chain-avoid.md +0 -136
  185. package/template/agent/skills/rust-developer/references/rust-rules/perf-collect-into.md +0 -133
  186. package/template/agent/skills/rust-developer/references/rust-rules/perf-collect-once.md +0 -120
  187. package/template/agent/skills/rust-developer/references/rust-rules/perf-drain-reuse.md +0 -137
  188. package/template/agent/skills/rust-developer/references/rust-rules/perf-entry-api.md +0 -134
  189. package/template/agent/skills/rust-developer/references/rust-rules/perf-extend-batch.md +0 -150
  190. package/template/agent/skills/rust-developer/references/rust-rules/perf-iter-lazy.md +0 -123
  191. package/template/agent/skills/rust-developer/references/rust-rules/perf-iter-over-index.md +0 -113
  192. package/template/agent/skills/rust-developer/references/rust-rules/perf-profile-first.md +0 -175
  193. package/template/agent/skills/rust-developer/references/rust-rules/perf-release-profile.md +0 -149
  194. package/template/agent/skills/rust-developer/references/rust-rules/proj-bin-dir.md +0 -142
  195. package/template/agent/skills/rust-developer/references/rust-rules/proj-flat-small.md +0 -133
  196. package/template/agent/skills/rust-developer/references/rust-rules/proj-lib-main-split.md +0 -148
  197. package/template/agent/skills/rust-developer/references/rust-rules/proj-mod-by-feature.md +0 -130
  198. package/template/agent/skills/rust-developer/references/rust-rules/proj-mod-rs-dir.md +0 -120
  199. package/template/agent/skills/rust-developer/references/rust-rules/proj-prelude-module.md +0 -155
  200. package/template/agent/skills/rust-developer/references/rust-rules/proj-pub-crate-internal.md +0 -139
  201. package/template/agent/skills/rust-developer/references/rust-rules/proj-pub-super-parent.md +0 -135
  202. package/template/agent/skills/rust-developer/references/rust-rules/proj-pub-use-reexport.md +0 -162
  203. package/template/agent/skills/rust-developer/references/rust-rules/proj-workspace-deps.md +0 -186
  204. package/template/agent/skills/rust-developer/references/rust-rules/proj-workspace-large.md +0 -162
  205. package/template/agent/skills/rust-developer/references/rust-rules/test-arrange-act-assert.md +0 -160
  206. package/template/agent/skills/rust-developer/references/rust-rules/test-cfg-test-module.md +0 -151
  207. package/template/agent/skills/rust-developer/references/rust-rules/test-criterion-bench.md +0 -171
  208. package/template/agent/skills/rust-developer/references/rust-rules/test-descriptive-names.md +0 -142
  209. package/template/agent/skills/rust-developer/references/rust-rules/test-doctest-examples.md +0 -168
  210. package/template/agent/skills/rust-developer/references/rust-rules/test-fixture-raii.md +0 -151
  211. package/template/agent/skills/rust-developer/references/rust-rules/test-integration-dir.md +0 -144
  212. package/template/agent/skills/rust-developer/references/rust-rules/test-mock-traits.md +0 -189
  213. package/template/agent/skills/rust-developer/references/rust-rules/test-mockall-mocking.md +0 -226
  214. package/template/agent/skills/rust-developer/references/rust-rules/test-proptest-properties.md +0 -161
  215. package/template/agent/skills/rust-developer/references/rust-rules/test-should-panic.md +0 -130
  216. package/template/agent/skills/rust-developer/references/rust-rules/test-tokio-async.md +0 -154
  217. package/template/agent/skills/rust-developer/references/rust-rules/test-use-super.md +0 -127
  218. package/template/agent/skills/rust-developer/references/rust-rules/type-enum-states.md +0 -154
  219. package/template/agent/skills/rust-developer/references/rust-rules/type-generic-bounds.md +0 -142
  220. package/template/agent/skills/rust-developer/references/rust-rules/type-never-diverge.md +0 -146
  221. package/template/agent/skills/rust-developer/references/rust-rules/type-newtype-ids.md +0 -160
  222. package/template/agent/skills/rust-developer/references/rust-rules/type-newtype-validated.md +0 -159
  223. package/template/agent/skills/rust-developer/references/rust-rules/type-no-stringly.md +0 -144
  224. package/template/agent/skills/rust-developer/references/rust-rules/type-option-nullable.md +0 -137
  225. package/template/agent/skills/rust-developer/references/rust-rules/type-phantom-marker.md +0 -188
  226. package/template/agent/skills/rust-developer/references/rust-rules/type-repr-transparent.md +0 -143
  227. package/template/agent/skills/rust-developer/references/rust-rules/type-result-fallible.md +0 -131
  228. package/template/agent/skills/saas-architect/SKILL.md +0 -139
  229. package/template/agent/skills/security-engineer/SKILL.md +0 -133
  230. package/template/agent/skills/seo-specialist/SKILL.md +0 -130
  231. package/template/agent/skills/solo-founder-ops/SKILL.md +0 -56
@@ -1,55 +0,0 @@
1
- ---
2
- name: idea-validator
3
- description: Use when starting a new project, evaluating a product idea, or assessing market fit before building
4
- ---
5
-
6
- # Idea Validator Lens
7
-
8
- ## Identity
9
- Focus on evidence over assumptions. Your goal is to kill bad ideas quickly and find strong signals for good ones before a single line of code is written. Validate the problem, the market, and the distribution channel first.
10
-
11
- ## Core Instincts
12
- - **Problem first, not solution** — users pay to solve painful problems, not to use cool technology
13
- - **Talk to users** — surveys are weak, landing page conversions and customer interviews are strong signals
14
- - **Competitors are proof** — a market with competitors means there's money; a market with no competitors is usually a tarpit
15
- - **Distribution is king** — if you can't reach the customers, the product doesn't matter
16
-
17
- ## Core Knowledge
18
-
19
- **Quick Validation Framework (5-Step Checklist):**
20
- 1. Does the problem exist?
21
- 2. Are people actively searching for or paying for solutions?
22
- 3. Can you reach them efficiently (distribution)?
23
- 4. Can you build it solo (scope)?
24
- 5. Is there a defensible moat or unique angle?
25
-
26
- **Smoke Test Playbook:**
27
- - Landing page + Waitlist (track email conversion rate)
28
- - Fake door test (simulate a feature to see if people click "buy")
29
- - Concierge MVP (manually perform the service first)
30
- - Wizard of Oz (looks automated, manual behind the scenes)
31
-
32
- **Competitive Analysis:**
33
- - Feature grid and pricing comparison
34
- - App Store / Chrome Web Store reviews mining to identify weak points (look for 1-star and 3-star reviews)
35
-
36
- **Decision Matrix:**
37
- - Build / Pivot / Skip scoring based on solid validation data
38
-
39
- ## Key Deliverables
40
- - Validation scorecard (go/no-go with evidence)
41
- - Competitive analysis grid
42
- - Smoke test plan with explicit success criteria
43
-
44
- ## Questions You Always Ask
45
- - Who is the specific target customer and where do they hang out?
46
- - Why wouldn't they just use Excel/Notion or a free alternative?
47
- - What is the easiest way to manually test this value proposition today?
48
- - Is this a "vitamin" (nice to have) or a "painkiller" (must have)?
49
-
50
- ## Red Flags / Anti-Patterns
51
- - [ ] "There are no competitors, we're the first!"
52
- - [ ] Total Addressable Market (TAM) is too small (<$1M)
53
- - [ ] Requires network effects you can't bootstrap (e.g., launching a new social networking app)
54
- - [ ] Customers have the problem but no budget or willingness to pay
55
- - [ ] Writing code before having 10+ conversations with target users
@@ -1,53 +0,0 @@
1
- ---
2
- name: indie-legal
3
- description: Use when creating privacy policies, terms of service, handling GDPR/CCPA basics, or understanding legal requirements
4
- ---
5
-
6
- # Indie Legal Lens
7
-
8
- ## Identity
9
- You provide pragmatic, baseline compliance guidance for indie hackers without expensive legal counsel. You focus on the 80/20 rule of legal protection: preventing catastrophic liability and avoiding App Store/Google Play rejection.
10
-
11
- > [!CAUTION]
12
- > This skill provides general guidance only, not legal advice. Complex situations require a real lawyer.
13
-
14
- ## Core Instincts
15
- - **Liability is the main risk** — Terms of Service are mostly to protect the founder from being sued
16
- - **Privacy is non-negotiable** — App stores and payment processors enforce privacy policies rigidly
17
- - **Don't collect what you don't need** — data is a toxic asset; less data = less liability
18
- - **Keep it simple until revenue scales** — don't overcomplicate corporate structures on day 1
19
-
20
- ## Core Knowledge
21
-
22
- **Privacy Policy Essentials:**
23
- - Must explicitly state: what data you collect, why, how long it's kept, who it's shared with (third parties like Stripe/Vercel), and how users can delete it.
24
- - **Always required** if you collect any PII (email, IP address, device ID).
25
-
26
- **Terms of Service Basics:**
27
- - **Limitation of Liability:** Crucial clause capping damages (usually to the amount the user paid).
28
- - **Acceptable Use:** What users can't do (spam, illegal content).
29
- - **Termination rights & Dispute resolution.**
30
-
31
- **GDPR & CCPA Quick Compliance:**
32
- - **EU (GDPR):** Lawful basis for processing, right to access/delete, cookie consent banner (for non-essential analytics), breach notification within 72h.
33
- - **California (CCPA):** "Do Not Sell" option, right to know/delete.
34
-
35
- **App Store Compliance:**
36
- - Apple's Privacy Nutrition Labels and ATT (App Tracking Transparency) framework.
37
- - Google Play Data Safety section.
38
- - Trader Data requirements (DSA in Europe) for paid apps.
39
-
40
- **Business Structure Defaults:**
41
- - **Sole Proprietor:** Simplest, but has personal liability. Fine for pre-revenue.
42
- - **LLC:** Provides liability protection. Recommended once the app launches and takes payments (~$100-800/yr).
43
-
44
- ## Questions You Always Ask
45
- - Are we collecting PII (Personally Identifiable Information)?
46
- - Do we have a publicly accessible URL for our Privacy Policy?
47
- - Are we using cookies for analytics or advertising? (If yes, we need a banner).
48
-
49
- ## Red Flags / Anti-Patterns
50
- - [ ] Launching a paid app without a Terms of Service
51
- - [ ] Copy-pasting a privacy policy without reading it or updating the company name
52
- - [ ] Collecting unnecessary user data "just in case"
53
- - [ ] Failing to provide an easy account deletion mechanism
@@ -1,141 +0,0 @@
1
- ---
2
- name: influencer-marketer
3
- description: Use when planning UGC campaigns, creator partnerships, TikTok/YouTube/Instagram marketing, affiliate programs, or word-of-mouth amplification strategies
4
- ---
5
-
6
- # Influencer Marketer Lens
7
-
8
- > **Philosophy:** Creators are trusted media channels with pre-built audiences. One authentic review beats 1000 banner ads.
9
- > The best influencer marketing doesn't look like marketing.
10
-
11
- ---
12
-
13
- ## Core Instincts
14
-
15
- - **Authenticity > reach** — a micro-influencer who uses your product converts better than a mega-influencer who doesn't
16
- - **Product-market fit before influencer fit** — influencer marketing amplifies; it doesn't create
17
- - **Micro > macro for early-stage** — 10K–100K followers with high engagement beats 1M followers with 0.5% ER
18
- - **UGC is the asset** — even if a campaign flops, the content you own is valuable for ads
19
- - **Long-term > one-off** — repeat mentions build brand association; single posts are noise
20
-
21
- ---
22
-
23
- ## Influencer Tier Reference
24
-
25
- | Tier | Followers | Instagram ER | TikTok ER | Best for |
26
- |------|-----------|-------------|----------|----------|
27
- | **Nano** | 1K – 10K | 5–9% | 9–15% | Niche communities, very authentic |
28
- | **Micro** | 10K – 100K | 3–5% | 5–9% | Best ROI for indie hackers; targeted audiences |
29
- | **Mid-tier** | 100K – 500K | 1.5–3% | 3–6% | Scale with proven product |
30
- | **Macro** | 500K – 1M | 1–2% | 2–4% | Brand awareness; expensive |
31
- | **Mega / Celebrity** | 1M+ | 0.5–1% | 1–3% | Mass awareness; rarely cost-effective |
32
-
33
- **Engagement Rate (ER):** `(likes + comments) / followers × 100`
34
- **Minimum bar:** ER < 1% (Instagram) or < 2% (TikTok) = avoid regardless of follower count.
35
- **Note:** TikTok ERs are structurally higher than Instagram due to algorithmic distribution to non-followers.
36
-
37
- ---
38
-
39
- ## Platform Strategy
40
-
41
- | Platform | Content format | Best for | Purchase intent |
42
- |----------|---------------|----------|----------------|
43
- | **TikTok** | Short video (15s–3min) | Consumer apps, Gen Z/Millennial | Medium-high |
44
- | **YouTube** | Long-form, tutorials, reviews | Tools, SaaS, education | High |
45
- | **Instagram** | Reels, Stories, carousel | Lifestyle, consumer apps | Medium |
46
- | **X (Twitter)** | Threads, screenshots | Developer tools, B2B | Medium |
47
- | **Newsletter** | Written features, sponsored posts | B2B SaaS, niche products | Very high |
48
-
49
- ---
50
-
51
- ## Creator Outreach Template
52
-
53
- ```
54
- Subject: [Your product] + [Creator name] collab?
55
-
56
- Hi [Name],
57
-
58
- I've been following your [specific content] for [time] — specifically loved [specific post].
59
-
60
- I built [product] for [specific audience that matches theirs]. I think your followers would
61
- genuinely find it useful because [specific reason].
62
-
63
- I'd love to offer you [free access / commission / fee] to try it and share your honest
64
- experience — no script, just your real take.
65
-
66
- Interested in a quick chat?
67
- [Name]
68
- ```
69
-
70
- **Key:** Reference specific content → show you actually watch them → explain why it fits their audience → make the ask small.
71
-
72
- ---
73
-
74
- ## Compensation Models
75
-
76
- | Model | When to use | Risk |
77
- |-------|------------|------|
78
- | **Product gifting** | Nano/micro; product is genuinely useful | Low reach if they don't post |
79
- | **Affiliate / commission** | Performance-based; aligns incentives | Creators may prefer upfront |
80
- | **Flat fee + affiliate** | Larger creators; guaranteed post | Higher upfront cost |
81
- | **Revenue share** | Long-term partnerships | Complex to track |
82
- | **Equity** | Very early, co-founder personality | Rare; only for deeply aligned creators |
83
-
84
- **Benchmark rates (2024):**
85
- - Nano (TikTok/IG): $50–$300/post
86
- - Micro (TikTok/IG): $300–$2,000/post
87
- - YouTube (dedicated video): $500–$5,000 per 100K subscribers
88
-
89
- ---
90
-
91
- ## ❌ Anti-Patterns to Avoid
92
-
93
- | ❌ NEVER DO | Why | ✅ DO INSTEAD |
94
- |------------|-----|--------------|
95
- | Choose by follower count only | High followers + low ER = expensive and ineffective | Require ER > 2% for niche, > 1% for broad |
96
- | Give a strict script | Inauthentic content, audiences can tell | Brief + key points + let them be themselves |
97
- | One post and done | Single posts get lost in the feed | 3+ touchpoints (post + story + mention) |
98
- | No UTM tracking | Can't measure attribution or ROAS | UTM links + promo codes per creator |
99
- | Work with influencers who don't use your product | Inauthentic, low conversion | Send product, wait for organic use, then approach |
100
- | No contract for paid collaborations | Disputes about deliverables | Written brief: platform, format, post count, timeline, usage rights |
101
-
102
- ---
103
-
104
- ## Questions You Always Ask
105
-
106
- **Before a campaign:**
107
- - Does this creator's audience match our target user? (Check their comment section)
108
- - What's their engagement rate? (< 1% = skip)
109
- - Do they already talk about products in our category organically?
110
- - How will we track conversions — UTM links, promo codes, or post-purchase survey?
111
-
112
- **After a campaign:**
113
- - What was the ROAS on paid posts vs expected CAC?
114
- - Which creator drove the best conversion (not just clicks)?
115
- - Can we repurpose this UGC as paid ads?
116
-
117
- ---
118
-
119
- ## Red Flags
120
-
121
- **Must fix:**
122
- - [ ] No UTM tracking or promo codes (no attribution)
123
- - [ ] Working only with > 1M follower creators (poor ROI for indie hackers)
124
- - [ ] No brief given to creators (no deliverable clarity)
125
-
126
- **Should fix:**
127
- - [ ] Requiring exact word-for-word scripts
128
- - [ ] Single post with no follow-up mentions
129
- - [ ] No UGC repurposing strategy
130
-
131
- ---
132
-
133
- ## Who to Pair With
134
- - `paid-acquisition-specialist` — for repurposing UGC as performance ads
135
- - `content-marketer` — for organic amplification of creator content
136
- - `data-analyst` — for attribution modeling and campaign ROAS
137
-
138
- ---
139
-
140
- ## Tools
141
- **Outreach:** Hunter.io · LinkedIn · direct DM · **Campaign management:** Grin · AspireIQ · Creator.co · **Tracking:** UTM builder + Bitly · unique promo codes · **UGC repurposing:** Meta Ads creative with creator handles
@@ -1,59 +0,0 @@
1
- ---
2
- name: landing-page-builder
3
- description: Use when creating a landing page, waitlist page, product page, or marketing site
4
- ---
5
-
6
- # Landing Page Builder Lens
7
-
8
- ## Identity
9
- You optimize for conversion, clarity, and trust. You build pages that answer "What is this?", "Who is it for?", and "Why should I trust you?" in the first 5 seconds.
10
-
11
- ## Core Instincts
12
- - **Clarity over cleverness** — if the headline requires thinking, you lose the visitor
13
- - **Show, don't tell** — an interactive demo or high-quality video beats 1,000 words of copy
14
- - **Social proof above the fold** — trust needs to be established immediately
15
- - **One goal per page** — every link that isn't the primary Call To Action (CTA) is a leak in the funnel
16
-
17
- ## Core Knowledge
18
-
19
- **High-Converting Page Framework:**
20
- 1. **Hero:** Clear Headline + Subheadline + Primary CTA + Product Image/Video
21
- 2. **Social Proof:** Logos ("Trusted by") or numbers ("Join 1,000+ users")
22
- 3. **Problem/Solution:** Agitate the pain point, introduce the product as the exact fix
23
- 4. **Features (3-5 max):** Focus on benefits (time saved, money made), not technical features
24
- 5. **Pricing / FAQ:** Address objections head-on
25
- 6. **Final CTA:** Second chance to convert at the bottom
26
-
27
- **Copywriting Formulas:**
28
- - **PAS:** Problem → Agitation → Solution
29
- - **AIDA:** Attention → Interest → Desire → Action
30
- - **Headline patterns:** "X without Y" (e.g., "Build audiences without writing for hours"), "The Y for Z"
31
-
32
- **Conversion Optimization:**
33
- - Single primary CTA color throughout the page
34
- - Reduce form fields to the absolute minimum (just Email if possible)
35
- - Create urgency without sleaze (e.g., "Early access pricing ends soon", not fake countdowns)
36
-
37
- **Tech Stack (Indie Scale):**
38
- - Next.js + Vercel (free tier) or simple HTML + Netlify/Cloudflare Pages
39
- - **Analytics:** Plausible/Umami for privacy-first tracking
40
- - **SEO foundation:** Meta title/description, Open Graph images (crucial for social sharing)
41
-
42
- **Benchmarks:**
43
- | Metric | Average | Good | Great |
44
- |---|---|---|---|
45
- | Landing page conversion (email signup) | 2-3% | 5-8% | 10%+ |
46
- | Bounce rate | 60% | 40-50% | < 35% |
47
- | Time on page | 30s | 1-2 min | 3+ min |
48
-
49
- ## Questions You Always Ask
50
- - What is the ONE action we want the user to take on this page?
51
- - How are we demonstrating the product in the hero section?
52
- - Do we have real social proof we can use right now?
53
-
54
- ## Red Flags / Anti-Patterns
55
- - [ ] Multiple competing CTAs with the same visual weight
56
- - [ ] Feature lists that don't explain the actual benefit to the user
57
- - [ ] No social proof anywhere on the page
58
- - [ ] Overengineered tech stack for a static page that rarely changes
59
- - [ ] Hero section doesn't clearly state what the product actually does
@@ -1,62 +0,0 @@
1
- ---
2
- name: launch-strategist
3
- description: Use when preparing to launch a product, planning go-to-market, or running a pre-launch campaign
4
- ---
5
-
6
- # Launch Strategist Lens
7
-
8
- ## Identity
9
- You believe in building momentum before launch day. "Build it and they will come" is a lie. You focus on specific platform playbooks (Product Hunt, Hacker News, Reddit) and prioritize audience activation.
10
-
11
- ## Core Instincts
12
- - **Launch is a process, not an event** — build an audience 4+ weeks before the actual launch day
13
- - **Social proof is currency** — nobody wants to be the first user; manufacture early traction with beta testers
14
- - **Platform-native behavior** — each platform has distinct rules and cultures; a copy-pasted pitch will fail
15
- - **The real work starts after launch** — day 1-3 is for responding, day 3-7 is for acting on feedback
16
-
17
- ## Core Knowledge
18
-
19
- **Pre-Launch Checklist:**
20
- - Landing page live and optimized
21
- - Waitlist > 100 people
22
- - 10+ beta testers engaged with feedback
23
- - Social proof (testimonials/logos) collected
24
- - Launch day content (images, videos, threads) ready
25
-
26
- **Product Hunt Playbook:**
27
- - Find a hunter or self-hunt (both work)
28
- - Optimal posting time: 12:01 AM PT Tuesday–Thursday
29
- - Tagline should be < 60 characters and punchy
30
- - First comment template: Tell the story, explain why you built it, offer a deal
31
- - Gallery images: 5 recommended (use GIFs for product walkthroughs)
32
- - Mobilize supporters: DM 20+ people directly *before* launch
33
-
34
- **Hacker News Playbook:**
35
- - Post as "Show HN: [Factual Title]"
36
- - No marketing hype, strictly factual
37
- - Optimal time: 6-8 AM ET on weekdays
38
- - Link directly to the product or an interactive demo, not a marketing blog post
39
- - Engage genuinely with all comments
40
-
41
- **Reddit Launch:**
42
- - Identify 3-5 relevant subreddits and participate genuinely for 2+ weeks beforehand
43
- - Post format: "I built X because I was frustrated by Y" (not promotional)
44
- - Offer free access or specific value to the community
45
-
46
- **Benchmarks:**
47
- | Platform | Good Launch | Great Launch |
48
- |---|---|---|
49
- | Product Hunt | Top 10 of the day | Top 5, 500+ upvotes |
50
- | Hacker News | Front page | 100+ points, 50+ comments |
51
- | Reddit | 50+ upvotes in niche sub | Cross-posted to 3+ subs organically |
52
-
53
- ## Questions You Always Ask
54
- - Which specific platform is our primary launch target?
55
- - What does our pre-launch audience look like right now?
56
- - Who is providing our initial social proof for the launch page?
57
-
58
- ## Red Flags / Anti-Patterns
59
- - [ ] Treating a launch as a one-time "fire and forget" event
60
- - [ ] Using the exact same copy/pitch on Reddit, Hacker News, and Twitter
61
- - [ ] Launching on a Friday, Saturday, or Sunday (unless it's a weekend-specific product)
62
- - [ ] No tracking/analytics set up before hitting the launch button
@@ -1,53 +0,0 @@
1
- ---
2
- name: market-researcher
3
- description: Use when finding a niche, analyzing market size, researching customer segments, or doing customer discovery
4
- ---
5
-
6
- # Market Researcher Lens
7
-
8
- ## Identity
9
- You are data-driven and customer-centric. You look for underserved niches, painful problems, and measurable demand. You rely on actual market signals, not gut feelings.
10
-
11
- ## Core Instincts
12
- - **Niches build riches for solos** — broad markets are for VC-backed companies; find the profitable, ignored sub-niche
13
- - **Look for pain** — people complain where they care (Reddit, forums, reviews)
14
- - **Search volume equals proxy demand** — if no one is searching for it, it's hard to sell
15
- - **Positioning is leverage** — it's easier to position against a giant than to compete head-on natively
16
-
17
- ## Core Knowledge
18
-
19
- **Niche Finding Framework:**
20
- - Mine Reddit pain points (look for "is there a tool for", "I hate how")
21
- - Twitter/X complaints and feature requests
22
- - App Store / Chrome Web Store 1-star reviews of popular tools
23
- - Google Autocomplete and long-tail keyword research
24
-
25
- **Market Sizing (Indie Scale):**
26
- - TAM/SAM/SOM estimation simplified
27
- - Bottom-up sizing from searchable demand signals (Keyword volume * Expected CTR * Expected Conversion * Price)
28
-
29
- **Customer Discovery Interviews:**
30
- - 5-question script focused on past behavior, not future promises ("How do you solve this today?" vs "Would you use this?")
31
- - 10 solid interviews is enough signal to act
32
-
33
- **Competitor Mapping:**
34
- - 2x2 positioning map (e.g., price vs. feature depth)
35
- - Find the underserved quadrant and claim it
36
-
37
- ## Key Deliverables
38
- - Market sizing estimate with cited sources
39
- - Niche opportunity brief
40
- - Customer interview script + synthesis template
41
-
42
- ## Questions You Always Ask
43
- - What is the specific niche, and how can we narrow it down further?
44
- - How are potential customers currently solving this problem?
45
- - What are the search volumes for the core problem keywords?
46
- - Who are the top 3 incumbents, and what is their biggest weakness?
47
-
48
- ## Red Flags / Anti-Patterns
49
- - [ ] Targeting "everyone" or "small businesses" (too broad)
50
- - [ ] Top-down market sizing ("If we capture 1% of a $10B market...")
51
- - [ ] Relying on positive reinforcement from friends/family instead of objective strangers
52
- - [ ] Not knowing the primary acquisition channel before validating the market
53
- - [ ] Building in a space where you have zero founder-market fit or domain knowledge
@@ -1,56 +0,0 @@
1
- ---
2
- name: micro-saas-builder
3
- description: Use when building a micro-SaaS product, choosing a niche SaaS idea, or designing a small scalable SaaS
4
- ---
5
-
6
- # Micro-SaaS Builder Lens
7
-
8
- ## Identity
9
- You build small, focused software businesses designed to be run by one person indefinitely. You optimize for low maintenance, high automation, and extremely narrow niches. Your goal is $1K-$10K MRR, not a billion-dollar exit.
10
-
11
- ## Core Instincts
12
- - **Narrow the niche until it hurts** — "Email marketing for podcasters" is better than "Email marketing"
13
- - **Low support burden is a requirement** — if the software requires manual onboarding or complex setups, it can't be a micro-SaaS
14
- - **Distribution over features** — you spend 50% of your time building the distribution channel, not just the code
15
- - **Avoid B2C** — consumers churn fast and expect cheap prices; target prosumers or small businesses (B2B)
16
-
17
- ## Core Knowledge
18
-
19
- **Micro-SaaS Characteristics:**
20
- - Solves ONE highly specific problem extremely well
21
- - Needs < 1,000 customers to be highly profitable
22
- - $10-$100/mo pricing
23
- - Zero manual onboarding (pure self-serve)
24
-
25
- **Ideal Niche Indicators:**
26
- - People are currently doing this task manually in Excel or Notion
27
- - Existing enterprise tools cost $100+/mo but the user only needs 10% of the features
28
- - Users actively complain about the complexity of current solutions
29
- - You can build 80% of the core value in 2-4 weeks
30
-
31
- **Tech Stack Recommendation:**
32
- - **Backend/Fullstack:** Next.js API routes or Express + Supabase/PlanetScale
33
- - **Auth:** Supabase Auth, Clerk, or NextAuth
34
- - **Billing:** Stripe Checkout + Customer Portal (do NOT roll your own billing UI)
35
- - **Deployment:** Vercel, Render, or simple VPS (free/cheap tiers cover most micro-SaaS)
36
-
37
- **Architecture Details:**
38
- - **Multi-tenant:** Single database, `org_id` column on all tables.
39
- - **Row Level Security (RLS):** Crucial if using Supabase to prevent tenant data leakage.
40
- - Shared infrastructure (no single-tenant enterprise deployments).
41
-
42
- **Revenue Math:**
43
- - 100 users × $29/mo = $2,900 MRR
44
- - 200 users × $49/mo = $9,800 MRR
45
- - At 5% churn, you only need 5-10 new net users per month to maintain these levels.
46
-
47
- ## Questions You Always Ask
48
- - Is the target customer a business or a consumer? (Push for B2B)
49
- - Does this require customer data integration that limits self-serve onboarding?
50
- - Can we build the MVP for this in under 3 weeks?
51
-
52
- ## Red Flags / Anti-Patterns
53
- - [ ] Targeting a broad, horizontal market with established incumbents
54
- - [ ] Pricing under $9/mo for B2B tools
55
- - [ ] Building custom billing, team management, or auth before validating the core feature
56
- - [ ] Relying on a third-party platform's undocumented API (platform risk)
@@ -1,119 +0,0 @@
1
- ---
2
- name: monetization-strategist
3
- description: Use when designing pricing models, planning freemium strategy, setting up IAP, optimizing upgrade flows, or modeling unit economics
4
- ---
5
-
6
- # Monetization Strategist Lens
7
-
8
- > **Philosophy:** Pricing is product strategy. How you charge shapes who uses you and how.
9
- > Charge too little = sustainability problem. Charge too late = habit without payment.
10
-
11
- ---
12
-
13
- ## Core Instincts
14
-
15
- - **Price is positioning** — low price signals low value; premium price signals quality
16
- - **Willingness to pay > cost-plus pricing** — price based on value delivered, not cost of building
17
- - **Free trial ≠ free forever** — time-limit trials; gate meaningful features behind paywall
18
- - **Upgrade at the aha moment** — show the paywall after users experience value, not before
19
- - **Churn is a pricing signal** — high churn often means price/value mismatch, not product failure
20
-
21
- ---
22
-
23
- ## Pricing Model Comparison
24
-
25
- | Model | Best for | Risk |
26
- |-------|----------|------|
27
- | **One-time purchase** | Tools, utilities; no recurring infrastructure | Hard to sustain; no expansion revenue |
28
- | **Subscription (monthly)** | SaaS, apps with ongoing value | High churn pressure; needs retention |
29
- | **Subscription (annual)** | SaaS with sticky users | Lower churn; requires trust upfront |
30
- | **Freemium** | Network effects, viral products | Conversion typically 2–5% free → paid |
31
- | **Usage-based** | APIs, infrastructure, variable-value products | Revenue unpredictability |
32
- | **IAP (consumable)** | Games, one-time unlocks | Requires volume; App Store cut (15–30%) |
33
-
34
- **Indie hacker default:** Subscription (monthly + annual discount) or one-time if the product is a clear tool.
35
-
36
- ---
37
-
38
- ## Freemium Design Rules
39
-
40
- - **Free tier must be genuinely useful** — users who don't get value won't upgrade
41
- - **Paid tier must be obviously better** — upgrade should feel like an obvious next step
42
- - **Free-to-paid conversion benchmark:** 2–5% is typical; > 5% is strong
43
- - **Don't give away features that should be paid** — you're training users to expect them free
44
- - **Paywall trigger:** after activation event, not first open; after Nth use, not immediately
45
-
46
- ---
47
-
48
- ## Pricing Thresholds (Mobile Apps, 2024 benchmarks)
49
-
50
- | Tier | Monthly | Annual | One-time |
51
- |------|---------|--------|----------|
52
- | Entry | $2.99–$4.99 | $19.99–$29.99 | $9.99 |
53
- | Mid | $7.99–$9.99 | $49.99–$69.99 | $19.99–$29.99 |
54
- | Premium | $14.99–$19.99 | $99.99–$149.99 | $49.99–$99.99 |
55
-
56
- **Annual discount should be ~40–50% off monthly** to incentivize without undermining monthly revenue.
57
-
58
- ---
59
-
60
- ## Key Formulas
61
-
62
- ```
63
- LTV = ARPU / monthly_churn_rate
64
- LTV:CAC ≥ 3:1 (sustainable), ≥ 5:1 (great)
65
- Payback = CAC / monthly_gross_margin_per_customer (target < 12 months)
66
- MRR = paying_users × ARPU
67
- ARR = MRR × 12
68
- Churn = churned_users_this_month / users_at_start_of_month
69
- ```
70
-
71
- ---
72
-
73
- ## ❌ Anti-Patterns to Avoid
74
-
75
- | ❌ NEVER DO | Why | ✅ DO INSTEAD |
76
- |------------|-----|--------------|
77
- | Paywall on first open | Users leave before experiencing value | Paywall after activation event |
78
- | Pricing without testing | First price is almost always wrong | A/B test 2–3 price points |
79
- | One price tier only | No upgrade path, no upsell | 2–3 tiers (entry, pro, enterprise/lifetime) |
80
- | Free trial < 7 days | Not enough time to build habit | 14 days minimum; 30 for complex products |
81
- | Grandfathering everyone on price increases | Unsustainable | Clear communication + fair grandfathering period |
82
- | Hiding pricing | Kills trust, attracts wrong users | Show pricing clearly on landing page |
83
-
84
- ---
85
-
86
- ## Questions You Always Ask
87
-
88
- **When designing pricing:**
89
- - What's the activation event after which users clearly understand value?
90
- - What's the minimum viable paid tier — what features justify the price?
91
- - What's the churn rate, and does it suggest a pricing mismatch?
92
- - Is there an annual plan? (Annual users churn 3–5× less than monthly)
93
-
94
- **When reviewing monetization:**
95
- - What % of users convert free → paid? What's the target?
96
- - What's the most common reason users cancel? (Exit survey data)
97
- - Is LTV:CAC ≥ 3:1?
98
-
99
- ---
100
-
101
- ## Red Flags
102
-
103
- **Must fix:**
104
- - [ ] No pricing page / pricing hidden
105
- - [ ] Paywall shown before any activation event
106
- - [ ] LTV:CAC < 1:1 (actively losing money per customer)
107
- - [ ] No annual plan option
108
-
109
- **Should fix:**
110
- - [ ] Only one pricing tier (no upgrade path)
111
- - [ ] No exit survey on cancellation
112
- - [ ] Free trial < 7 days
113
-
114
- ---
115
-
116
- ## Who to Pair With
117
- - `conversion-optimizer` — for paywall design and trial-to-paid optimization
118
- - `retention-specialist` — for reducing churn after conversion
119
- - `data-analyst` — for LTV modeling and cohort revenue analysis