app-growth-design 1.0.2 → 1.0.3

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 (2) hide show
  1. package/README.md +13 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -15,6 +15,19 @@ That's it. Pick user-wide or project-only, restart Claude Code, and the skill lo
15
15
 
16
16
  ---
17
17
 
18
+ ## tl;dv
19
+
20
+ *Too long; didn't view — which is rather the point.*
21
+
22
+ - **What.** 30 app teardowns → six playbooks your agent reads instead of guessing: onboarding, paywalls, retention, psychology, growth, craft.
23
+ - **Why it's not slop.** Every non-obvious claim carries a `[NN]` marker back to the video. 243 named products with their real numbers. Where the source contradicts itself, the playbooks say so instead of picking a side.
24
+ - **The trick.** A design channel keeps its meaning *on screen* — "look at what they did here" and the captions carry `here` and nothing else. So the pipeline reads 1,161 screenshots too, and the notes come out **2.4× bigger than the speech**.
25
+ - **Install.** `npx app-growth-design` → restart Claude Code → describe your problem. It loads itself.
26
+ - **Credit.** All the insight is [Tim Gabe's](https://www.youtube.com/@TimGabe). This repo ships synthesized notes and the pipeline — no captions, no video, no screenshots.
27
+ - **Caveat.** One practitioner's opinionated view, not settled fact. Cases with real numbers are evidence; the rest are hypotheses to test.
28
+
29
+ ---
30
+
18
31
  ## What changes when it's installed
19
32
 
20
33
  Without it, ask Claude *"my paywall converts at 2%, what do I test first?"* and you get sensible, generic advice: try annual vs monthly, test your copy, add social proof.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "app-growth-design",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Claude Code skill: app onboarding, paywalls, pricing, retention, gamification and growth — distilled from 30 Tim Gabe teardowns into six source-marked playbooks.",
5
5
  "type": "module",
6
6
  "bin": {