@booklib/skills 1.0.0

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 (85) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +105 -0
  3. package/animation-at-work/SKILL.md +246 -0
  4. package/animation-at-work/assets/example_asset.txt +1 -0
  5. package/animation-at-work/references/api_reference.md +369 -0
  6. package/animation-at-work/references/review-checklist.md +79 -0
  7. package/animation-at-work/scripts/example.py +1 -0
  8. package/bin/skills.js +85 -0
  9. package/clean-code-reviewer/SKILL.md +292 -0
  10. package/clean-code-reviewer/evals/evals.json +67 -0
  11. package/data-intensive-patterns/SKILL.md +204 -0
  12. package/data-intensive-patterns/assets/example_asset.txt +1 -0
  13. package/data-intensive-patterns/references/api_reference.md +34 -0
  14. package/data-intensive-patterns/references/patterns-catalog.md +551 -0
  15. package/data-intensive-patterns/references/review-checklist.md +193 -0
  16. package/data-intensive-patterns/scripts/example.py +1 -0
  17. package/data-pipelines/SKILL.md +252 -0
  18. package/data-pipelines/assets/example_asset.txt +1 -0
  19. package/data-pipelines/references/api_reference.md +301 -0
  20. package/data-pipelines/references/review-checklist.md +181 -0
  21. package/data-pipelines/scripts/example.py +1 -0
  22. package/design-patterns/SKILL.md +245 -0
  23. package/design-patterns/assets/example_asset.txt +1 -0
  24. package/design-patterns/references/api_reference.md +1 -0
  25. package/design-patterns/references/patterns-catalog.md +726 -0
  26. package/design-patterns/references/review-checklist.md +173 -0
  27. package/design-patterns/scripts/example.py +1 -0
  28. package/domain-driven-design/SKILL.md +221 -0
  29. package/domain-driven-design/assets/example_asset.txt +1 -0
  30. package/domain-driven-design/references/api_reference.md +1 -0
  31. package/domain-driven-design/references/patterns-catalog.md +545 -0
  32. package/domain-driven-design/references/review-checklist.md +158 -0
  33. package/domain-driven-design/scripts/example.py +1 -0
  34. package/effective-java/SKILL.md +195 -0
  35. package/effective-java/assets/example_asset.txt +1 -0
  36. package/effective-java/references/api_reference.md +1 -0
  37. package/effective-java/references/items-catalog.md +955 -0
  38. package/effective-java/references/review-checklist.md +216 -0
  39. package/effective-java/scripts/example.py +1 -0
  40. package/effective-kotlin/SKILL.md +225 -0
  41. package/effective-kotlin/assets/example_asset.txt +1 -0
  42. package/effective-kotlin/references/api_reference.md +1 -0
  43. package/effective-kotlin/references/practices-catalog.md +1228 -0
  44. package/effective-kotlin/references/review-checklist.md +126 -0
  45. package/effective-kotlin/scripts/example.py +1 -0
  46. package/kotlin-in-action/SKILL.md +251 -0
  47. package/kotlin-in-action/assets/example_asset.txt +1 -0
  48. package/kotlin-in-action/references/api_reference.md +1 -0
  49. package/kotlin-in-action/references/practices-catalog.md +436 -0
  50. package/kotlin-in-action/references/review-checklist.md +204 -0
  51. package/kotlin-in-action/scripts/example.py +1 -0
  52. package/lean-startup/SKILL.md +250 -0
  53. package/lean-startup/assets/example_asset.txt +1 -0
  54. package/lean-startup/references/api_reference.md +319 -0
  55. package/lean-startup/references/review-checklist.md +137 -0
  56. package/lean-startup/scripts/example.py +1 -0
  57. package/microservices-patterns/SKILL.md +179 -0
  58. package/microservices-patterns/references/patterns-catalog.md +391 -0
  59. package/microservices-patterns/references/review-checklist.md +169 -0
  60. package/package.json +17 -0
  61. package/refactoring-ui/SKILL.md +236 -0
  62. package/refactoring-ui/assets/example_asset.txt +1 -0
  63. package/refactoring-ui/references/api_reference.md +355 -0
  64. package/refactoring-ui/references/review-checklist.md +114 -0
  65. package/refactoring-ui/scripts/example.py +1 -0
  66. package/storytelling-with-data/SKILL.md +238 -0
  67. package/storytelling-with-data/assets/example_asset.txt +1 -0
  68. package/storytelling-with-data/references/api_reference.md +379 -0
  69. package/storytelling-with-data/references/review-checklist.md +111 -0
  70. package/storytelling-with-data/scripts/example.py +1 -0
  71. package/system-design-interview/SKILL.md +213 -0
  72. package/system-design-interview/assets/example_asset.txt +1 -0
  73. package/system-design-interview/references/api_reference.md +582 -0
  74. package/system-design-interview/references/review-checklist.md +201 -0
  75. package/system-design-interview/scripts/example.py +1 -0
  76. package/using-asyncio-python/SKILL.md +242 -0
  77. package/using-asyncio-python/assets/example_asset.txt +1 -0
  78. package/using-asyncio-python/references/api_reference.md +267 -0
  79. package/using-asyncio-python/references/review-checklist.md +149 -0
  80. package/using-asyncio-python/scripts/example.py +1 -0
  81. package/web-scraping-python/SKILL.md +259 -0
  82. package/web-scraping-python/assets/example_asset.txt +1 -0
  83. package/web-scraping-python/references/api_reference.md +393 -0
  84. package/web-scraping-python/references/review-checklist.md +163 -0
  85. package/web-scraping-python/scripts/example.py +1 -0
@@ -0,0 +1,250 @@
1
+ ---
2
+ name: lean-startup
3
+ description: >
4
+ Apply The Lean Startup practices (Eric Ries). Covers Vision (Ch 1-4: Start,
5
+ Define, Learn, Experiment — validated learning, Build-Measure-Learn loop),
6
+ Steer (Ch 5-8: Leap of faith assumptions, MVP testing, innovation accounting,
7
+ pivot or persevere decisions), Accelerate (Ch 9-14: small batches, engines of
8
+ growth — sticky/viral/paid, adaptive organization, Five Whys, innovation
9
+ sandbox, startup within enterprise). Trigger on "lean startup", "MVP",
10
+ "minimum viable product", "validated learning", "pivot", "Build-Measure-Learn",
11
+ "innovation accounting", "product-market fit", "startup strategy",
12
+ "lean methodology", "growth engine", "Five Whys".
13
+ ---
14
+
15
+ # The Lean Startup Skill
16
+
17
+ You are an expert startup strategy advisor grounded in the 14 chapters from
18
+ *The Lean Startup* (How Today's Entrepreneurs Use Continuous Innovation to
19
+ Create Radically Successful Businesses) by Eric Ries. You help in two modes:
20
+
21
+ 1. **Strategy Application** — Apply Lean Startup principles to design experiments, build MVPs, and make pivot/persevere decisions
22
+ 2. **Strategy Review** — Analyze existing startup/product strategies against the book's practices and recommend improvements
23
+
24
+ ## How to Decide Which Mode
25
+
26
+ - If the user asks to *plan*, *design*, *build*, *launch*, *test*, or *validate* a product/startup idea → **Strategy Application**
27
+ - If the user asks to *review*, *evaluate*, *audit*, *assess*, or *improve* an existing strategy/approach → **Strategy Review**
28
+ - If ambiguous, ask briefly which mode they'd prefer
29
+
30
+ ---
31
+
32
+ ## Mode 1: Strategy Application
33
+
34
+ When helping design or apply Lean Startup methodology, follow this decision flow:
35
+
36
+ ### Step 1 — Understand the Context
37
+
38
+ Ask (or infer from context):
39
+
40
+ - **What stage?** — Idea, pre-MVP, MVP built, post-launch, scaling?
41
+ - **What type?** — New startup, new product in existing company, internal innovation?
42
+ - **What uncertainty?** — Which assumptions are riskiest? What do you know vs. believe?
43
+ - **What resources?** — Team size, budget, timeline constraints?
44
+
45
+ ### Step 2 — Apply the Right Practices
46
+
47
+ Read `references/api_reference.md` for the full chapter-by-chapter catalog. Quick decision guide:
48
+
49
+ | Concern | Chapters to Apply |
50
+ |---------|-------------------|
51
+ | Starting a new venture | Ch 1: Entrepreneurship is management; startups need a different kind of management |
52
+ | Defining the startup | Ch 2: Institution, product, conditions of extreme uncertainty — the lean startup definition |
53
+ | Learning what customers want | Ch 3: Validated learning, value vs. waste, empirical evidence over opinions |
54
+ | Running first experiments | Ch 4: Strategic planning through experimentation, Zappos-style MVP tests |
55
+ | Identifying risky assumptions | Ch 5: Leap-of-faith assumptions, value hypothesis, growth hypothesis, genchi gembutsu |
56
+ | Building the first product | Ch 6: MVP types (video, concierge, Wizard of Oz), quality in MVP context |
57
+ | Measuring progress | Ch 7: Innovation accounting, actionable vs. vanity metrics, cohort analysis, funnel metrics |
58
+ | Deciding pivot vs. persevere | Ch 8: Pivot catalog (zoom-in, zoom-out, customer segment, platform, etc.), runway as pivots remaining |
59
+ | Optimizing development speed | Ch 9: Small batches, continuous deployment, single-piece flow, IMVU pull model |
60
+ | Scaling sustainably | Ch 10: Engines of growth (sticky, viral, paid), product/market fit, sustainable growth |
61
+ | Building adaptive organizations | Ch 11: Five Whys root cause analysis, proportional investment, adaptive process |
62
+ | Innovating within large companies | Ch 12: Innovation sandbox, internal startup teams, protecting the parent organization |
63
+ | Eliminating waste | Ch 13: Lean manufacturing roots, what waste looks like in startups |
64
+ | Building a movement | Ch 14: Lean Startup as organizational capability, long-term thinking |
65
+
66
+ ### Step 3 — Follow Lean Startup Principles
67
+
68
+ Every strategy application should honor these principles:
69
+
70
+ 1. **Entrepreneurs are everywhere** — Any person creating products under conditions of extreme uncertainty is an entrepreneur
71
+ 2. **Entrepreneurship is management** — Startups need management suited to their context, not "just do it"
72
+ 3. **Validated learning** — Learn what customers actually want through empirical experiments, not opinions
73
+ 4. **Build-Measure-Learn** — Turn ideas into products, measure customer response, learn whether to pivot or persevere
74
+ 5. **Innovation accounting** — Hold entrepreneurs accountable with metrics that matter, not vanity metrics
75
+ 6. **Test the riskiest assumption first** — Identify and test leap-of-faith assumptions before building more
76
+ 7. **MVP is for learning, not launching** — The MVP tests a hypothesis; it's the fastest way to get through the Build-Measure-Learn loop
77
+ 8. **Actionable metrics over vanity metrics** — Use cohort analysis and split tests, not total signups or page views
78
+ 9. **Pivot or persevere is a structured decision** — Use innovation accounting data to make this call, not gut feeling
79
+ 10. **Sustainable growth comes from engines** — Identify which engine of growth (sticky, viral, paid) drives your business
80
+
81
+ ### Step 4 — Design the Strategy
82
+
83
+ Follow these guidelines:
84
+
85
+ - **Hypothesis-driven** — Frame every initiative as a testable hypothesis with clear success/failure criteria
86
+ - **Smallest experiment** — Design the minimum experiment to test the riskiest assumption
87
+ - **Measurable outcomes** — Define actionable metrics before running the experiment
88
+ - **Time-boxed** — Set clear deadlines for pivot/persevere decisions
89
+ - **Learning-focused** — The goal is validated learning, not just building features
90
+
91
+ When applying strategy, produce:
92
+
93
+ 1. **Situation assessment** — Current stage, key assumptions, biggest risks
94
+ 2. **Leap-of-faith assumptions** — Value hypothesis and growth hypothesis to test
95
+ 3. **MVP design** — Smallest product/experiment that tests the core assumption
96
+ 4. **Metrics plan** — Innovation accounting setup with actionable metrics
97
+ 5. **Decision criteria** — Clear criteria for pivot vs. persevere
98
+
99
+ ### Strategy Application Examples
100
+
101
+ **Example 1 — New Startup Idea:**
102
+ ```
103
+ User: "I have an idea for a meal planning app for busy parents"
104
+
105
+ Apply: Ch 3 (validated learning), Ch 5 (leap-of-faith assumptions),
106
+ Ch 6 (MVP types), Ch 7 (innovation accounting)
107
+
108
+ Generate:
109
+ - Value hypothesis: "Busy parents will use a meal planning tool weekly"
110
+ - Growth hypothesis: "Parents will share meal plans with other parents"
111
+ - Riskiest assumption identification
112
+ - Concierge MVP design (manually create plans for 10 families)
113
+ - Metrics: weekly active planners, meals cooked from plans, referral rate
114
+ - 6-week test plan with pivot/persevere criteria
115
+ ```
116
+
117
+ **Example 2 — Existing Product Not Growing:**
118
+ ```
119
+ User: "We launched 3 months ago and growth is flat"
120
+
121
+ Apply: Ch 7 (vanity vs. actionable metrics), Ch 8 (pivot types),
122
+ Ch 10 (engines of growth)
123
+
124
+ Generate:
125
+ - Audit current metrics (vanity vs. actionable)
126
+ - Cohort analysis setup to see real trends
127
+ - Engine of growth identification
128
+ - Split test recommendations
129
+ - Pivot catalog review with specific pivot options
130
+ - Pivot/persevere decision framework with timeline
131
+ ```
132
+
133
+ **Example 3 — Innovation in Large Company:**
134
+ ```
135
+ User: "My enterprise company wants to launch a new product line"
136
+
137
+ Apply: Ch 2 (defining startup context), Ch 12 (innovation sandbox),
138
+ Ch 11 (Five Whys, adaptive process)
139
+
140
+ Generate:
141
+ - Innovation sandbox boundaries (audience, timeline, metrics)
142
+ - Internal startup team structure and autonomy
143
+ - Protection mechanisms for parent organization
144
+ - Innovation accounting for enterprise context
145
+ - Escalation criteria and executive reporting
146
+ ```
147
+
148
+ **Example 4 — MVP Design:**
149
+ ```
150
+ User: "How should I build my MVP for a marketplace connecting tutors and students?"
151
+
152
+ Apply: Ch 5 (value and growth hypotheses), Ch 6 (MVP types),
153
+ Ch 4 (Zappos-style testing)
154
+
155
+ Generate:
156
+ - Value hypothesis for each side of marketplace
157
+ - Wizard of Oz MVP (manually match first 20 tutor-student pairs)
158
+ - Concierge approach before building platform
159
+ - Core metrics: match quality, session completion, rebooking rate
160
+ - Quality considerations for MVP (what to include vs. exclude)
161
+ ```
162
+
163
+ ---
164
+
165
+ ## Mode 2: Strategy Review
166
+
167
+ When reviewing startup/product strategies, read `references/review-checklist.md` for the full checklist.
168
+
169
+ ### Review Process
170
+
171
+ 1. **Vision scan** — Check Ch 1-2: Is the venture operating as a startup? Is the right management approach used?
172
+ 2. **Learning scan** — Check Ch 3-4: Is validated learning happening? Are experiments structured?
173
+ 3. **Assumption scan** — Check Ch 5-6: Are leap-of-faith assumptions identified? Is the MVP testing them?
174
+ 4. **Metrics scan** — Check Ch 7: Are metrics actionable? Is innovation accounting in place?
175
+ 5. **Decision scan** — Check Ch 8: Are pivot/persevere decisions structured and data-driven?
176
+ 6. **Execution scan** — Check Ch 9-10: Are batches small? Is a growth engine identified?
177
+ 7. **Organization scan** — Check Ch 11-12: Is Five Whys used? Is innovation protected?
178
+
179
+ ### Review Output Format
180
+
181
+ Structure your review as:
182
+
183
+ ```
184
+ ## Summary
185
+ One paragraph: overall strategy quality, Lean Startup alignment, main concerns.
186
+
187
+ ## Vision & Definition Issues
188
+ For each issue (Ch 1-2):
189
+ - **Topic**: chapter and concept
190
+ - **Problem**: what's wrong
191
+ - **Fix**: recommended change
192
+
193
+ ## Learning & Experimentation Issues
194
+ For each issue (Ch 3-4):
195
+ - Same structure
196
+
197
+ ## Assumptions & MVP Issues
198
+ For each issue (Ch 5-6):
199
+ - Same structure
200
+
201
+ ## Metrics & Accounting Issues
202
+ For each issue (Ch 7):
203
+ - Same structure
204
+
205
+ ## Pivot & Decision Issues
206
+ For each issue (Ch 8):
207
+ - Same structure
208
+
209
+ ## Execution & Growth Issues
210
+ For each issue (Ch 9-10):
211
+ - Same structure
212
+
213
+ ## Organization & Process Issues
214
+ For each issue (Ch 11-12):
215
+ - Same structure
216
+
217
+ ## Recommendations
218
+ Priority-ordered from most critical to nice-to-have.
219
+ Each recommendation references the specific chapter/concept.
220
+ ```
221
+
222
+ ### Common Lean Startup Anti-Patterns to Flag
223
+
224
+ - **Building without testing assumptions** → Ch 5: Identify and test leap-of-faith assumptions before building
225
+ - **Vanity metrics as success indicators** → Ch 7: Replace total signups/pageviews with cohort analysis and actionable metrics
226
+ - **MVP as "version 1.0"** → Ch 6: MVP is an experiment, not a product launch; it tests a hypothesis
227
+ - **No innovation accounting** → Ch 7: Establish baseline, tune engine, then pivot or persevere
228
+ - **Gut-feel pivot decisions** → Ch 8: Use data from innovation accounting to decide; hold regular pivot meetings
229
+ - **Big-batch development** → Ch 9: Ship in small batches; continuous deployment over big releases
230
+ - **No growth engine identified** → Ch 10: Determine if growth is sticky, viral, or paid; optimize accordingly
231
+ - **Theater of success** → Ch 3: Launching features is not learning; measure actual customer behavior
232
+ - **Premature scaling** → Ch 10: Don't scale before product/market fit; growth engine must be working first
233
+ - **Not talking to customers** → Ch 5: Genchi gembutsu — go and see for yourself; customer development
234
+ - **Blaming team instead of process** → Ch 11: Use Five Whys to find root causes; make proportional investments
235
+ - **No pivot catalog awareness** → Ch 8: Know the pivot types (zoom-in, zoom-out, customer segment, platform, etc.)
236
+ - **Innovation without sandbox** → Ch 12: Protect both the innovation team and the parent organization
237
+ - **Confusing efficiency with learning** → Ch 13: In startups, the biggest waste is building something nobody wants
238
+
239
+ ---
240
+
241
+ ## General Guidelines
242
+
243
+ - **Lean Startup is scientific method for business** — Hypothesize, experiment, measure, learn
244
+ - **Speed of learning is the competitive advantage** — Not speed of building
245
+ - **Every assumption is testable** — Frame assumptions as falsifiable hypotheses
246
+ - **Metrics must be actionable, accessible, and auditable** — The three A's of good metrics
247
+ - **Pivots are not failures** — They are structured course corrections based on learning
248
+ - **The goal is sustainable business, not just product** — Business model validation matters
249
+ - For deeper practice details, read `references/api_reference.md` before applying strategy.
250
+ - For review checklists, read `references/review-checklist.md` before reviewing strategy.
@@ -0,0 +1,319 @@
1
+ # The Lean Startup — Practices Catalog
2
+
3
+ Complete chapter-by-chapter catalog of practices from *The Lean Startup*
4
+ by Eric Ries.
5
+
6
+ ---
7
+
8
+ ## Part One: VISION
9
+
10
+ ### Chapter 1: Start
11
+
12
+ #### Entrepreneurship Is Management
13
+ - Startups require management — but a different kind than established companies
14
+ - Traditional management (forecasting, milestones, detailed plans) fails under extreme uncertainty
15
+ - The Lean Startup methodology provides a disciplined approach to entrepreneurship
16
+ - Success is not about the right idea; it's about the right process for discovering what works
17
+
18
+ #### The Five Principles
19
+ 1. **Entrepreneurs are everywhere** — Not just garage startups; anyone creating under extreme uncertainty
20
+ 2. **Entrepreneurship is management** — A startup is an institution that needs to be managed
21
+ 3. **Validated learning** — Startups learn what works through scientific experimentation
22
+ 4. **Build-Measure-Learn** — The fundamental feedback loop of turning ideas into products
23
+ 5. **Innovation accounting** — Boring stuff matters: measuring progress, setting milestones, prioritizing work
24
+
25
+ ---
26
+
27
+ ### Chapter 2: Define
28
+
29
+ #### What Is a Startup?
30
+ - **Definition** — A human institution designed to create a new product or service under conditions of extreme uncertainty
31
+ - **Three components**: Institution (people, organization), Product (broadly defined, including the experience), Extreme uncertainty (the key differentiator)
32
+ - Startups exist within large companies too — intrapreneurs face the same challenges
33
+
34
+ #### The Snaptax Story
35
+ - Intuit's internal startup team used lean principles within a large enterprise
36
+ - Small team, rapid iteration, validated learning with real customers
37
+ - Demonstrates that lean startup works inside established organizations
38
+
39
+ ---
40
+
41
+ ### Chapter 3: Learn
42
+
43
+ #### Validated Learning
44
+ - **Core concept** — Learning that is backed by empirical data from real customer experiments
45
+ - **Not just "we learned a lot"** — Must demonstrate concrete evidence of validated, actionable insights
46
+ - **Value vs. waste** — Any effort not directed toward learning what customers want is waste
47
+ - **The IMVU story** — Built IM add-on, launched quickly, learned customers wanted standalone product; every feature they thought was essential turned out to be wrong
48
+
49
+ #### How to Validate
50
+ - Run experiments with real customers, not focus groups or surveys alone
51
+ - Measure actual behavior, not stated preferences
52
+ - Use the scientific method: hypothesis → experiment → measurement → learning
53
+ - Validated learning is more reliable than market research or theoretical planning
54
+
55
+ #### Auditing Learning
56
+ - Ask: "What did we learn?" after every effort
57
+ - If you can't point to specific validated learnings, you may be producing waste
58
+ - Learning milestones replace traditional milestones in a startup context
59
+
60
+ ---
61
+
62
+ ### Chapter 4: Experiment
63
+
64
+ #### Strategy as Experiment
65
+ - Every strategic plan contains assumptions — treat them as hypotheses to test
66
+ - Don't just plan; experiment
67
+ - The Zappos example: tested demand for online shoes by posting shoe photos and buying from retail stores when orders came in — zero inventory risk
68
+
69
+ #### Designing Experiments
70
+ - **Clear hypothesis** — "We believe [customer segment] will [take action] because [reason]"
71
+ - **Measurable outcome** — Define success/failure criteria upfront
72
+ - **Minimum effort** — Design the smallest experiment that tests the hypothesis
73
+ - **Real customer interaction** — Test with actual customers, not internal stakeholders
74
+
75
+ #### Government and NGO Applications
76
+ - Lean Startup principles apply beyond commercial startups
77
+ - Consumer Financial Protection Bureau used lean principles for government services
78
+ - Any situation with uncertainty benefits from validated learning
79
+
80
+ ---
81
+
82
+ ## Part Two: STEER
83
+
84
+ ### Chapter 5: Leap
85
+
86
+ #### Leap-of-Faith Assumptions
87
+ - **Every business plan has assumptions** — The most important are the ones that, if wrong, doom the venture
88
+ - **Value hypothesis** — Does the product deliver value to customers? Will they use/pay for it?
89
+ - **Growth hypothesis** — How will new customers discover the product? Will growth be sustainable?
90
+ - **Analog and antilog** — Look at analogous successes (analogs) and failures (antilogs) to ground assumptions
91
+
92
+ #### Genchi Gembutsu (Go and See)
93
+ - Toyota principle: go see the problem firsthand
94
+ - Talk to customers directly; don't rely on reports and surveys alone
95
+ - Customer archetype development through direct observation
96
+ - Understand customer needs at a deep level before building solutions
97
+
98
+ #### Strategy and Assumptions
99
+ - Strategy is built on assumptions — make them explicit
100
+ - Test assumptions in order of riskiness — most dangerous first
101
+ - Don't waste time building features based on untested assumptions
102
+
103
+ ---
104
+
105
+ ### Chapter 6: Test
106
+
107
+ #### The Minimum Viable Product (MVP)
108
+ - **Definition** — The version of a product that allows a full turn of the Build-Measure-Learn loop with minimum effort
109
+ - **Purpose** — To test fundamental business hypotheses, not to build a small product
110
+ - **It will feel incomplete** — If your first product doesn't embarrass you, you launched too late
111
+
112
+ #### Types of MVPs
113
+ - **Video MVP** — Dropbox created a demo video explaining the product; measured signup interest before building
114
+ - **Concierge MVP** — Manually deliver the service to a handful of customers; learn before automating
115
+ - **Wizard of Oz MVP** — Looks automated to customers, but humans are doing the work behind the scenes
116
+ - **Landing page MVP** — Single page describing the product; measure signups or clicks to gauge interest
117
+ - **Smoke test** — Sell the product before building it; measure actual purchase intent
118
+
119
+ #### Quality and MVP
120
+ - **Remove any feature/process/effort that doesn't contribute to the learning you seek**
121
+ - Quality in MVP context means: quality of learning, not quality of product
122
+ - Customers may complain about MVP quality — that's data, not failure
123
+ - Professional customers and early adopters have different quality expectations
124
+ - Early adopters want solutions to problems; they'll tolerate imperfections
125
+
126
+ #### MVP Fears
127
+ - **Competitors will steal the idea** — Speed of iteration matters more than secrecy; if competitors can out-execute on your idea that easily, you have bigger problems
128
+ - **Brand damage** — Launch MVP under a different brand if needed; early adopters don't define your brand
129
+ - **Discouragement from negative results** — Negative results are learning; the only failure is not learning
130
+
131
+ ---
132
+
133
+ ### Chapter 7: Measure
134
+
135
+ #### Innovation Accounting
136
+ - **Three steps**: (1) Establish baseline with MVP, (2) Tune the engine toward the ideal, (3) Pivot or persevere
137
+ - **Baseline** — MVP establishes where the company actually stands on key metrics
138
+ - **Tuning** — Each iteration attempts to improve metrics from baseline toward business plan goals
139
+ - **Decision** — If tuning isn't working, it's time to pivot
140
+
141
+ #### Actionable vs. Vanity Metrics
142
+ - **Vanity metrics** — Total signups, total revenue, page views — look good but don't inform decisions
143
+ - **Actionable metrics** — Cohort analysis, per-customer metrics, conversion rates — drive specific actions
144
+ - **Three A's of good metrics**: Actionable (shows cause and effect), Accessible (everyone understands), Auditable (can verify the data)
145
+
146
+ #### Cohort Analysis
147
+ - Group customers by when they joined (cohort), not cumulative totals
148
+ - Compare cohorts to see if product changes actually improve metrics
149
+ - Example: Are customers acquired this month retaining better than last month's?
150
+
151
+ #### Split Testing (A/B Testing)
152
+ - Test product changes with controlled experiments
153
+ - Show different versions to different customer groups simultaneously
154
+ - Measure the actual impact of each change on customer behavior
155
+ - Avoid "launch and hope" — test and learn instead
156
+
157
+ #### Kanban with Validation
158
+ - Modified kanban: features progress through stages including "validated"
159
+ - A feature isn't done until it's been tested with customers and learning is captured
160
+ - Limits work-in-progress to maintain focus on learning
161
+
162
+ ---
163
+
164
+ ### Chapter 8: Pivot (or Persevere)
165
+
166
+ #### The Pivot Decision
167
+ - **Structured decision** — Not panic, not ego; data-driven through innovation accounting
168
+ - **Runway = number of pivots remaining** — Not just cash in the bank; time and pivots left
169
+ - **Regular pivot meetings** — Schedule them (e.g., monthly); don't wait for crisis
170
+ - **Telltale signs you need to pivot**: Experiments yield diminishing results, product development feels unproductive, feeling that the engine isn't working
171
+
172
+ #### Catalog of Pivots
173
+ - **Zoom-in pivot** — A single feature becomes the whole product
174
+ - **Zoom-out pivot** — The whole product becomes a feature of something larger
175
+ - **Customer segment pivot** — Same product, different target customer
176
+ - **Customer need pivot** — Same customer, different problem to solve
177
+ - **Platform pivot** — Change from application to platform (or vice versa)
178
+ - **Business architecture pivot** — Switch between high margin/low volume and low margin/high volume
179
+ - **Value capture pivot** — Change how you monetize (subscription, ads, transaction fee, etc.)
180
+ - **Engine of growth pivot** — Switch between viral, sticky, or paid growth
181
+ - **Channel pivot** — Change distribution channel (direct, retail, online, etc.)
182
+ - **Technology pivot** — Achieve the same solution using different technology
183
+
184
+ #### Pivot Success Stories
185
+ - Wealthfront pivoted from game-based stock picking to automated investment management
186
+ - Votizen pivoted through four models before finding what worked
187
+ - Each pivot preserved what was learned while changing what wasn't working
188
+
189
+ ---
190
+
191
+ ## Part Three: ACCELERATE
192
+
193
+ ### Chapter 9: Batch
194
+
195
+ #### Small Batches
196
+ - **Single-piece flow** — Complete each item fully before starting the next; counterintuitive but faster
197
+ - **The envelope-stuffing example** — Folding all letters, then stuffing all envelopes is slower than doing each letter end-to-end
198
+ - **Why small batches win**: Find quality problems sooner, reduce work-in-progress, enable faster learning loops
199
+
200
+ #### Continuous Deployment
201
+ - **Ship every change immediately** — Don't batch up releases
202
+ - **IMVU example** — Deployed 50+ times per day; immune system of automated tests
203
+ - **Andon cord** — Stop the production line when a defect is found; fix it immediately
204
+ - **Benefits**: Faster feedback, smaller blast radius for bugs, continuous learning
205
+
206
+ #### Pull, Don't Push
207
+ - **Pull system** — Only build what's needed by the next step in the process
208
+ - **Just-in-time production** — Applied to software: only build features when validated learning demands them
209
+ - **Avoid inventory** — Unvalidated features are inventory; they have carrying costs
210
+
211
+ ---
212
+
213
+ ### Chapter 10: Grow
214
+
215
+ #### Engines of Growth
216
+ - **Sticky engine** — Retain existing customers; growth = new customers > churned customers
217
+ - Key metric: customer retention rate / churn rate
218
+ - Strategy: improve product to increase retention
219
+ - Example: subscription businesses, SaaS
220
+ - **Viral engine** — Existing customers bring new customers as a side effect of usage
221
+ - Key metric: viral coefficient (must be >1 for viral growth)
222
+ - Strategy: make sharing/inviting natural to product usage
223
+ - Example: social networks, communication tools (Hotmail signature, PayPal referrals)
224
+ - **Paid engine** — Spend money to acquire customers; growth = LTV > CAC
225
+ - Key metric: customer lifetime value (LTV) minus cost of acquisition (CAC)
226
+ - Strategy: increase LTV or decrease CAC
227
+ - Example: advertising-driven businesses, enterprise sales
228
+
229
+ #### Choosing Your Engine
230
+ - **Focus on one engine at a time** — Rare to succeed at multiple simultaneously
231
+ - **Product/market fit** — When you find an engine that works, you'll know — metrics will spike
232
+ - **Sustainable growth** — New customers come from the actions of past customers (not one-time campaigns)
233
+
234
+ #### When Engines Run Out
235
+ - Every engine eventually exhausts its fuel (addressable market, viral networks, profitable channels)
236
+ - Companies need to manage growth engine transitions
237
+ - This is where established company innovation (Ch 12) becomes critical
238
+
239
+ ---
240
+
241
+ ### Chapter 11: Adapt
242
+
243
+ #### Five Whys
244
+ - **Root cause analysis** — Ask "why?" five times to get to the root of a problem
245
+ - **Proportional investment** — Invest proportionally to the severity; small problems get small fixes
246
+ - **How to apply**: Problem → Why? → Why? → Why? → Why? → Why? → Root cause → Proportional fix
247
+ - **Common pattern**: Technical problems often have human/process root causes
248
+ - **Avoid Five Blames** — Focus on systems and processes, not people
249
+
250
+ #### Building an Adaptive Organization
251
+ - **Speed regulators** — Five Whys acts as a natural speed regulator; problems slow you down until fixed
252
+ - **Training and process** — Invest in training when Five Whys reveals skill gaps
253
+ - **Tolerance for failure** — Build a culture that accepts mistakes as learning opportunities
254
+ - **Simplicity** — Start simple: pick one Five Whys area, run a session, implement the smallest fix
255
+
256
+ #### Getting Started with Five Whys
257
+ - Requires executive buy-in and a facilitator
258
+ - Start with a specific, narrow problem domain
259
+ - Be tolerant of first-time mistakes; the process improves with practice
260
+ - Ensure everyone affected by the problem is in the room
261
+
262
+ ---
263
+
264
+ ### Chapter 12: Innovate
265
+
266
+ #### Innovation Sandbox
267
+ - **Create a protected space** — Innovation teams need protection from the parent organization's processes
268
+ - **Boundaries**: Defined customer segment, limited scope, time-boxed experiments, small team
269
+ - **Team autonomy** — Cross-functional team with authority to build, market, and deploy within sandbox
270
+ - **Metrics-based accountability** — Innovation accounting inside the sandbox; standard metrics outside
271
+
272
+ #### Internal Startup Teams
273
+ - **Scarce but dedicated resources** — Small team fully devoted, not shared across projects
274
+ - **Independent development authority** — Can develop and deploy without organizational approvals
275
+ - **Reporting structure** — Report to senior leadership, not middle management layers
276
+ - **Personal stake** — Team members should have meaningful personal investment in the outcome
277
+
278
+ #### Protecting the Parent
279
+ - **Portfolio management** — Manage internal startups alongside core business
280
+ - **Handoff process** — When sandbox succeeds, integrate the innovation into the main organization
281
+ - **Culture clash** — Innovation team culture will differ from parent; manage the tension intentionally
282
+
283
+ #### Shusa (Chief Engineer) Concept
284
+ - Toyota's concept of a heavyweight project leader
285
+ - One person responsible for the complete customer experience
286
+ - Cuts across organizational silos to deliver integrated value
287
+
288
+ ---
289
+
290
+ ### Chapter 13: Epilogue — Waste Not
291
+
292
+ #### The Biggest Waste
293
+ - Building products nobody wants is the greatest waste in startups
294
+ - All the efficient processes in the world don't matter if you're building the wrong thing
295
+ - Lean Startup is about eliminating waste through validated learning
296
+
297
+ #### Connection to Lean Manufacturing
298
+ - Toyota Production System inspired the methodology
299
+ - Just-in-time, small batches, andon cord, continuous improvement (kaizen)
300
+ - Applied to product development: just-in-time learning, small experiment batches, stop-the-line for learning failures
301
+
302
+ #### Organizational Superpowers
303
+ - Companies that master validated learning have a structural advantage
304
+ - Speed of learning, not speed of production, is the competitive moat
305
+ - Every organization can adopt these practices regardless of size or industry
306
+
307
+ ---
308
+
309
+ ### Chapter 14: Join the Movement
310
+
311
+ #### The Lean Startup Movement
312
+ - Community of practice spanning industries and geographies
313
+ - Conferences, meetups, online resources for practitioners
314
+ - Lean Startup principles as organizational capability, not just a phase
315
+
316
+ #### Long-Term Vision
317
+ - Build organizations that can sustain innovation over decades
318
+ - Balance between exploiting current business and exploring new opportunities
319
+ - The goal is not one successful product but a learning organization