@rubytech/create-maxy-code 0.1.167 → 0.1.170

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 (136) hide show
  1. package/package.json +1 -1
  2. package/payload/platform/config/brand.json +1 -1
  3. package/payload/platform/plugins/.claude-plugin/marketplace.json +0 -5
  4. package/payload/platform/plugins/docs/references/platform.md +1 -1
  5. package/payload/premium-plugins/.claude-plugin/marketplace.json +10 -0
  6. package/payload/premium-plugins/teaching/.claude-plugin/plugin.json +8 -0
  7. package/payload/premium-plugins/teaching/PLUGIN.md +58 -0
  8. package/payload/premium-plugins/teaching/skills/interactive-tutor/SKILL.md +59 -0
  9. package/payload/premium-plugins/teaching/skills/interactive-tutor/references/assessment.md +70 -0
  10. package/payload/premium-plugins/teaching/skills/interactive-tutor/references/classroom-conduct.md +43 -0
  11. package/payload/premium-plugins/teaching/skills/interactive-tutor/references/teaching-modes.md +83 -0
  12. package/payload/premium-plugins/teaching/skills/lesson-planner/SKILL.md +48 -0
  13. package/payload/premium-plugins/teaching/skills/lesson-planner/references/context-gathering.md +41 -0
  14. package/payload/premium-plugins/teaching/skills/lesson-planner/references/plan-structure.md +94 -0
  15. package/payload/premium-plugins/teaching/skills/study-pack-builder/SKILL.md +52 -0
  16. package/payload/premium-plugins/teaching/skills/study-pack-builder/references/disaggregation.md +49 -0
  17. package/payload/premium-plugins/teaching/skills/study-pack-builder/references/materials.md +116 -0
  18. package/payload/premium-plugins/writer-craft/.claude-plugin/plugin.json +17 -0
  19. package/payload/premium-plugins/writer-craft/PLUGIN.md +130 -0
  20. package/payload/premium-plugins/writer-craft/agents/writer-craft--manuscript-reviewer.md +96 -0
  21. package/payload/premium-plugins/writer-craft/mcp/package.json +19 -0
  22. package/payload/premium-plugins/writer-craft/mcp/scripts/smoke.mjs +152 -0
  23. package/payload/premium-plugins/writer-craft/mcp/src/index.ts +289 -0
  24. package/payload/premium-plugins/writer-craft/mcp/src/lib/neo4j.ts +56 -0
  25. package/payload/premium-plugins/writer-craft/mcp/src/lib/voice-corpus.ts +54 -0
  26. package/payload/premium-plugins/writer-craft/mcp/src/tools/voice-distil-profile.ts +303 -0
  27. package/payload/premium-plugins/writer-craft/mcp/src/tools/voice-record-feedback.ts +114 -0
  28. package/payload/premium-plugins/writer-craft/mcp/src/tools/voice-retrieve-conditioning.ts +145 -0
  29. package/payload/premium-plugins/writer-craft/mcp/src/tools/voice-tag-content.ts +117 -0
  30. package/payload/premium-plugins/writer-craft/mcp/tsconfig.json +8 -0
  31. package/payload/premium-plugins/writer-craft/skills/citation-style/SKILL.md +94 -0
  32. package/payload/premium-plugins/writer-craft/skills/citation-style/references/book-and-chapter-models.md +77 -0
  33. package/payload/premium-plugins/writer-craft/skills/citation-style/references/citation-rules.md +103 -0
  34. package/payload/premium-plugins/writer-craft/skills/citation-style/references/journal-article-models.md +74 -0
  35. package/payload/premium-plugins/writer-craft/skills/citation-style/references/other-source-models.md +146 -0
  36. package/payload/premium-plugins/writer-craft/skills/citation-style/references/reference-list-rules.md +70 -0
  37. package/payload/premium-plugins/writer-craft/skills/editorial-practice/SKILL.md +108 -0
  38. package/payload/premium-plugins/writer-craft/skills/editorial-practice/references/copyediting.md +73 -0
  39. package/payload/premium-plugins/writer-craft/skills/editorial-practice/references/developmental-editing.md +85 -0
  40. package/payload/premium-plugins/writer-craft/skills/editorial-practice/references/genre-specific-editing.md +78 -0
  41. package/payload/premium-plugins/writer-craft/skills/editorial-practice/references/line-editing.md +55 -0
  42. package/payload/premium-plugins/writer-craft/skills/editorial-practice/references/self-editing.md +89 -0
  43. package/payload/premium-plugins/writer-craft/skills/persuasive-storytelling/SKILL.md +114 -0
  44. package/payload/premium-plugins/writer-craft/skills/persuasive-storytelling/references/audience-analysis.md +73 -0
  45. package/payload/premium-plugins/writer-craft/skills/persuasive-storytelling/references/crafting-persuasive-story.md +76 -0
  46. package/payload/premium-plugins/writer-craft/skills/persuasive-storytelling/references/persuasion-case-studies.md +67 -0
  47. package/payload/premium-plugins/writer-craft/skills/persuasive-storytelling/references/transformation-framework.md +86 -0
  48. package/payload/premium-plugins/writer-craft/skills/point-of-view/SKILL.md +97 -0
  49. package/payload/premium-plugins/writer-craft/skills/point-of-view/references/indirect-narration.md +72 -0
  50. package/payload/premium-plugins/writer-craft/skills/point-of-view/references/pov-types-and-voice.md +91 -0
  51. package/payload/premium-plugins/writer-craft/skills/point-of-view/references/protagonist-filter.md +71 -0
  52. package/payload/premium-plugins/writer-craft/skills/point-of-view/references/tense-and-person.md +85 -0
  53. package/payload/premium-plugins/writer-craft/skills/prose-craft/SKILL.md +100 -0
  54. package/payload/premium-plugins/writer-craft/skills/prose-craft/references/punctuation-and-grammar.md +72 -0
  55. package/payload/premium-plugins/writer-craft/skills/prose-craft/references/repetition.md +71 -0
  56. package/payload/premium-plugins/writer-craft/skills/prose-craft/references/sound-and-rhythm.md +64 -0
  57. package/payload/premium-plugins/writer-craft/skills/prose-craft/references/word-economy.md +93 -0
  58. package/payload/premium-plugins/writer-craft/skills/reader-engagement/SKILL.md +100 -0
  59. package/payload/premium-plugins/writer-craft/skills/reader-engagement/references/cause-effect-setup-payoff.md +79 -0
  60. package/payload/premium-plugins/writer-craft/skills/reader-engagement/references/conflict-escalation.md +81 -0
  61. package/payload/premium-plugins/writer-craft/skills/reader-engagement/references/hooking-readers.md +67 -0
  62. package/payload/premium-plugins/writer-craft/skills/reader-engagement/references/neurochemistry-of-engagement.md +94 -0
  63. package/payload/premium-plugins/writer-craft/skills/review-manuscript/SKILL.md +111 -0
  64. package/payload/premium-plugins/writer-craft/skills/review-manuscript/references/review-manuscript-checklist.md +119 -0
  65. package/payload/premium-plugins/writer-craft/skills/review-prose/SKILL.md +99 -0
  66. package/payload/premium-plugins/writer-craft/skills/review-prose/references/prose-review-checklist.md +112 -0
  67. package/payload/premium-plugins/writer-craft/skills/review-scene/SKILL.md +99 -0
  68. package/payload/premium-plugins/writer-craft/skills/review-scene/references/scene-analysis-framework.md +95 -0
  69. package/payload/premium-plugins/writer-craft/skills/story-architecture/SKILL.md +106 -0
  70. package/payload/premium-plugins/writer-craft/skills/story-architecture/references/blueprinting-and-scene-cards.md +118 -0
  71. package/payload/premium-plugins/writer-craft/skills/story-architecture/references/inner-issue-and-protagonist-goal.md +66 -0
  72. package/payload/premium-plugins/writer-craft/skills/story-architecture/references/misbelief-desire-worldview.md +87 -0
  73. package/payload/premium-plugins/writer-craft/skills/story-architecture/references/origin-scenes-and-escalation.md +82 -0
  74. package/payload/premium-plugins/writer-craft/skills/story-blueprint/SKILL.md +133 -0
  75. package/payload/premium-plugins/writer-craft/skills/story-blueprint/references/blueprinting-exercises.md +118 -0
  76. package/payload/premium-plugins/writer-craft/skills/story-blueprint/references/blueprinting-process.md +128 -0
  77. package/payload/premium-plugins/writer-craft/skills/voice-mirror/SKILL.md +166 -0
  78. package/payload/server/{chunk-3TRIXQSJ.js → chunk-L2YK2VK3.js} +17 -29
  79. package/payload/server/maxy-edge.js +1 -1
  80. package/payload/server/server.js +1 -1
  81. package/payload/platform/plugins/venture-studio/.claude-plugin/plugin.json +0 -8
  82. package/payload/platform/plugins/venture-studio/PLUGIN.md +0 -119
  83. package/payload/platform/plugins/venture-studio/bin/scaffold.sh +0 -116
  84. package/payload/platform/plugins/venture-studio/skills/brand-pack/SKILL.md +0 -256
  85. package/payload/platform/plugins/venture-studio/skills/brand-pack/references/color-psychology.md +0 -118
  86. package/payload/platform/plugins/venture-studio/skills/investor-data-room/SKILL.md +0 -376
  87. package/payload/platform/plugins/venture-studio/skills/investor-data-room/references/business-plan-template.md +0 -64
  88. package/payload/platform/plugins/venture-studio/skills/investor-data-room/references/compliance-research-checklist.md +0 -53
  89. package/payload/platform/plugins/venture-studio/skills/investor-data-room/references/data-room-structure.md +0 -88
  90. package/payload/platform/plugins/venture-studio/skills/investor-data-room/references/deck-blueprint-template.md +0 -39
  91. package/payload/platform/plugins/venture-studio/skills/investor-data-room/references/design-tokens-application.md +0 -79
  92. package/payload/platform/plugins/venture-studio/skills/investor-data-room/references/html-pdf-pipeline.md +0 -236
  93. package/payload/platform/plugins/venture-studio/skills/investor-data-room/references/internal-workings-scrub.md +0 -33
  94. package/payload/platform/plugins/venture-studio/skills/investor-data-room/references/termsheet-template.md +0 -88
  95. package/payload/platform/plugins/venture-studio/skills/investor-data-room/templates/prospectus/index.html +0 -1565
  96. package/payload/platform/plugins/venture-studio/skills/investor-data-room/templates/prospectus/render-pdf.mjs +0 -91
  97. package/payload/platform/plugins/venture-studio/skills/investor-data-room/templates/prospectus/term_sheet.html +0 -715
  98. package/payload/platform/plugins/venture-studio/skills/office-hours/SKILL.md +0 -587
  99. package/payload/platform/plugins/venture-studio/skills/prototype-host/SKILL.md +0 -179
  100. package/payload/platform/plugins/venture-studio/skills/prototype-host/references/cloudflared-ingress-edit.md +0 -81
  101. package/payload/platform/plugins/venture-studio/skills/prototype-host/references/scaffold-frameworks.md +0 -60
  102. package/payload/platform/plugins/venture-studio/skills/prototype-host/references/systemd-user-service.md +0 -104
  103. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/SKILL.md +0 -336
  104. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/aarrr-metrics.md +0 -275
  105. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/assumption-testing.md +0 -93
  106. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/boolean-search.md +0 -308
  107. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/build-measure-learn.md +0 -262
  108. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/business-model-canvas.md +0 -171
  109. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/commitment-signals.md +0 -246
  110. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/design-thinking.md +0 -183
  111. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/earlyvangelist.md +0 -190
  112. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/first-principles.md +0 -58
  113. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/fishbone.md +0 -114
  114. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/five-whys.md +0 -43
  115. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/ice-scoring.md +0 -237
  116. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/innovation-accounting.md +0 -290
  117. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/jtbd.md +0 -105
  118. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/landing-page.md +0 -361
  119. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/market-type.md +0 -167
  120. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/mom-test.md +0 -193
  121. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/mvp-types.md +0 -200
  122. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/og-images.md +0 -239
  123. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/pareto.md +0 -103
  124. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/persona-development.md +0 -291
  125. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/pivot-types.md +0 -225
  126. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/positioning-statement.md +0 -179
  127. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/prd.md +0 -363
  128. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/pre-mortem.md +0 -74
  129. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/problem-validation.md +0 -253
  130. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/product-market-fit.md +0 -256
  131. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/research-synthesis.md +0 -276
  132. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/three-engines-of-growth.md +0 -248
  133. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/validation-tests.md +0 -89
  134. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/value-proposition-canvas.md +0 -121
  135. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/win-loss-analysis.md +0 -242
  136. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/workflow-mapping.md +0 -271
@@ -1,290 +0,0 @@
1
- # Innovation Accounting
2
-
3
- ## Purpose
4
- Measure progress toward product-market fit when traditional metrics (revenue, profit) don't yet apply, providing a framework for accountability and decision-making in early-stage ventures.
5
-
6
- ## When to Use
7
- - Early stage when revenue is minimal or zero
8
- - When traditional metrics don't reflect progress
9
- - Need to demonstrate progress to stakeholders (board, investors)
10
- - Making pivot or persevere decisions
11
- - Setting milestones for innovation teams
12
-
13
- ## Process
14
-
15
- ### 1. The Three Steps of Innovation Accounting
16
-
17
- **Step 1: Establish Baseline**
18
- Use an MVP or experiment to measure where you are NOW
19
- - Run your first experiment
20
- - Measure current conversion rates, engagement, etc.
21
- - Establish starting point for all key metrics
22
-
23
- **Step 2: Tune the Engine**
24
- Make changes to improve metrics toward your ideal
25
- - Each experiment targets specific metric improvement
26
- - If changes don't improve metrics, they failed
27
- - Iterate until metrics approach target
28
-
29
- **Step 3: Pivot or Persevere**
30
- Decide whether progress justifies continuing
31
- - Are metrics improving toward sustainable business?
32
- - If yes: continue tuning
33
- - If no: pivot (structured change) or stop
34
-
35
- ### 2. Define Your Learning Milestones
36
-
37
- Instead of revenue targets (too early), define learning milestones:
38
-
39
- **Problem Validation Milestones:**
40
- - [ ] Completed 20+ customer discovery conversations
41
- - [ ] Identified 5+ earlyvangelists with all characteristics
42
- - [ ] Documented problem in customer's own words
43
- - [ ] Quantified cost of problem (time, money, pain)
44
-
45
- **Solution Validation Milestones:**
46
- - [ ] Built MVP that tests value hypothesis
47
- - [ ] Achieved X% activation rate
48
- - [ ] Received commitment (time, money, reputation)
49
- - [ ] Got referrals to additional potential customers
50
-
51
- **Product-Market Fit Milestones:**
52
- - [ ] Achieved Y% retention at Week 4
53
- - [ ] Paying customers without heavy sales effort
54
- - [ ] Word-of-mouth driving new customers
55
- - [ ] 40%+ "very disappointed" on Sean Ellis test
56
-
57
- **Growth Milestones:**
58
- - [ ] Identified primary engine of growth
59
- - [ ] Achieved positive unit economics (LTV > CAC)
60
- - [ ] Demonstrated repeatable acquisition channel
61
- - [ ] Scaling while maintaining quality
62
-
63
- ### 3. Track Actionable Metrics
64
-
65
- **Vanity metrics to avoid:**
66
- - Total registered users (if most are inactive)
67
- - Page views (if they don't convert)
68
- - "Engagement" without definition
69
- - Gross numbers without cohort analysis
70
-
71
- **Actionable metrics to track:**
72
- - Activation rate (% reaching "aha moment")
73
- - Retention by cohort (are newer cohorts better?)
74
- - Conversion rate (% taking desired action)
75
- - Engagement frequency (DAU/MAU ratio)
76
- - Net Promoter Score (would they recommend?)
77
-
78
- **The Three A's of Good Metrics:**
79
-
80
- 1. **Actionable:** Clear cause and effect
81
- - Bad: "Engagement increased"
82
- - Good: "Changing onboarding increased activation 20%"
83
-
84
- 2. **Accessible:** Everyone understands
85
- - Use real units (customers, dollars)
86
- - Make dashboards simple
87
-
88
- 3. **Auditable:** Can be verified
89
- - Can you manually check?
90
- - Can you talk to the people in the data?
91
-
92
- ### 4. Build Your Innovation Dashboard
93
-
94
- Track these categories:
95
-
96
- **Validated Learning:**
97
- - Hypotheses tested this period
98
- - Hypotheses validated vs. invalidated
99
- - Key insights documented
100
-
101
- **Progress Metrics:**
102
- - Activation rate (current vs. target)
103
- - Retention cohorts (current vs. target)
104
- - Conversion rate (current vs. target)
105
- - Growth rate (current vs. target)
106
-
107
- **Engine-Specific Metrics:**
108
- - Sticky: Churn rate, DAU/MAU
109
- - Viral: K-factor, cycle time
110
- - Paid: CAC, LTV, LTV:CAC ratio
111
-
112
- **Resource Efficiency:**
113
- - Burn rate
114
- - Runway remaining
115
- - Cost per experiment
116
- - Time per iteration
117
-
118
- ### 5. Report Progress
119
-
120
- For stakeholders, report:
121
-
122
- **What we learned:**
123
- - Hypotheses tested
124
- - Results (validated/invalidated)
125
- - Insights that changed our understanding
126
-
127
- **Where we are:**
128
- - Current metrics vs. baseline
129
- - Trend direction (improving, stable, declining)
130
- - Distance to target milestones
131
-
132
- **What we're doing next:**
133
- - Next experiments planned
134
- - Expected timeline
135
- - What we need to learn
136
-
137
- **Decision points ahead:**
138
- - When we'll have enough data to decide
139
- - What would trigger a pivot
140
- - What would trigger scaling
141
-
142
- ### 6. Make Pivot/Persevere Decisions
143
-
144
- **Hold regular decision meetings:**
145
- - Weekly for early-stage (high iteration rate)
146
- - Monthly for growth-stage
147
- - Include product AND business perspectives
148
-
149
- **Evaluate evidence:**
150
- - Are metrics moving in the right direction?
151
- - Is the rate of improvement sufficient?
152
- - What would change our trajectory?
153
-
154
- **Apply decision criteria:**
155
-
156
- | Situation | Evidence | Decision |
157
- |-----------|----------|----------|
158
- | Improving fast | Metrics trending toward target | Persevere |
159
- | Improving slowly | Progress but below expectations | Set deadline for decision |
160
- | Flat | Multiple experiments, no change | Consider pivot |
161
- | Declining | Getting worse despite efforts | Pivot or stop |
162
-
163
- ### 7. Avoid Common Traps
164
-
165
- **The success theater trap:**
166
- - Reporting vanity metrics that look good
167
- - Fix: Report only actionable metrics
168
-
169
- **The "just one more feature" trap:**
170
- - Believing the next feature will change everything
171
- - Fix: Set clear experiment criteria upfront
172
-
173
- **The prolonged runway trap:**
174
- - Persevering because you still have money
175
- - Fix: Time-box decisions regardless of runway
176
-
177
- **The "we're learning" trap:**
178
- - Calling all failure "learning" without action
179
- - Fix: Document what changed based on learning
180
-
181
- ### 8. Synthesis
182
-
183
- After setting up innovation accounting:
184
- - What are your current baseline metrics?
185
- - What would validated product-market fit look like (targets)?
186
- - What experiments will move you toward targets?
187
- - When will you make your next pivot/persevere decision?
188
- - What would trigger a pivot vs. persevering?
189
-
190
- ## Example
191
-
192
- **Startup**: AI-powered customer support tool
193
-
194
- ### Baseline (Month 0)
195
-
196
- After launching MVP:
197
- - Activation rate: 15% (% completing first ticket deflection)
198
- - Week 1 retention: 20%
199
- - Week 4 retention: 8%
200
- - Willingness to pay: 2% (% attempting purchase)
201
-
202
- ### Targets (Product-Market Fit)
203
-
204
- Based on comparable companies:
205
- - Activation rate: 50%
206
- - Week 1 retention: 60%
207
- - Week 4 retention: 40%
208
- - Willingness to pay: 10%
209
-
210
- ### Month 1-3: Tuning the Engine
211
-
212
- **Experiments run:**
213
-
214
- | Experiment | Target | Result | Learning |
215
- |------------|--------|--------|----------|
216
- | Simplified onboarding | Activation 25% | 28% ✓ | Removing optional steps helps |
217
- | In-app guidance | Activation 35% | 32% ✓ | Guided setup works |
218
- | Email drip campaign | Retention 25% | 22% ✗ | Users don't read emails |
219
- | Slack integration | Retention 35% | 38% ✓ | Integration = stickiness |
220
- | Free trial extension | WTP 5% | 3% ✗ | Longer trial doesn't convert |
221
-
222
- **Month 3 metrics:**
223
- - Activation: 32% (was 15%, target 50%)
224
- - Week 1 retention: 35% (was 20%, target 60%)
225
- - Week 4 retention: 18% (was 8%, target 40%)
226
- - WTP: 4% (was 2%, target 10%)
227
-
228
- ### Pivot/Persevere Decision (Month 3)
229
-
230
- **Evidence:**
231
- - Activation: +17% improvement (good trajectory)
232
- - Retention: +15%/+10% improvement (good trajectory)
233
- - WTP: +2% improvement (slow but positive)
234
-
235
- **Decision: Persevere** with focus on:
236
- - Continue onboarding improvements
237
- - Double down on integrations (proven driver)
238
- - Experiment more on conversion to paid
239
-
240
- ### Month 4-6: Continued Tuning
241
-
242
- **Experiments run:**
243
-
244
- | Experiment | Target | Result |
245
- |------------|--------|--------|
246
- | Integration marketplace | Retention 45% | 48% ✓ |
247
- | Usage-based pricing | WTP 8% | 7% ~ |
248
- | Success stories/case studies | WTP 8% | 9% ✓ |
249
- | Reduced price | WTP 12% | 15% ✓ |
250
-
251
- **Month 6 metrics:**
252
- - Activation: 52% (target 50% ✓ HIT)
253
- - Week 1 retention: 55% (target 60% ~)
254
- - Week 4 retention: 38% (target 40% ~)
255
- - WTP: 15% (target 10% ✓ HIT)
256
-
257
- ### Pivot/Persevere Decision (Month 6)
258
-
259
- **Evidence:**
260
- - 3 of 4 targets hit or nearly hit
261
- - Clear trajectory toward product-market fit
262
- - Unit economics becoming viable
263
-
264
- **Decision: Persevere and begin scaling**
265
- - Transition from finding fit to growth
266
- - Begin paid acquisition experiments
267
- - Hire first customer success person
268
-
269
- ### Innovation Accounting Report (for Board)
270
-
271
- **Summary:**
272
- Over 6 months, we validated:
273
- 1. Problem exists (customers have support overload)
274
- 2. Solution works (AI deflects tickets effectively)
275
- 3. Business model viable (customers will pay at current price)
276
-
277
- **Key Metrics:**
278
- | Metric | Baseline | Month 3 | Month 6 | Target |
279
- |--------|----------|---------|---------|--------|
280
- | Activation | 15% | 32% | 52% | 50% |
281
- | Week 4 Retention | 8% | 18% | 38% | 40% |
282
- | Conversion | 2% | 4% | 15% | 10% |
283
-
284
- **Next Phase:**
285
- Shift from innovation accounting to growth accounting
286
- - Focus on CAC, LTV, payback period
287
- - Begin scaling acquisition
288
- - Maintain product-market fit while growing
289
-
290
- **Insight:** Innovation accounting provided clear evidence of progress when revenue was near-zero. The metrics showed we were building something people wanted, not just something that felt good to build.
@@ -1,105 +0,0 @@
1
- # Jobs to Be Done (JTBD)
2
-
3
- ## Purpose
4
- Understand what customers are truly "hiring" your product to do, revealing the underlying job beyond surface-level features.
5
-
6
- ## When to Use
7
- - Validating new business ideas or offers
8
- - Refining value propositions
9
- - When you're focused on features instead of outcomes
10
- - GTM strategy development
11
-
12
- ## Process
13
-
14
- 1. **Identify the "job"**
15
- - What progress is the customer trying to make?
16
- - What situation triggers their need?
17
- - "When _____, I want to _____, so I can _____"
18
-
19
- 2. **Understand the job context**
20
- - Functional job: What task are they trying to complete?
21
- - Emotional job: How do they want to feel?
22
- - Social job: How do they want to be perceived?
23
-
24
- 3. **Map the current solution**
25
- - What are they "hiring" today to do this job?
26
- - What are they "firing" by choosing your idea?
27
- - What are the switching costs?
28
-
29
- 4. **Customer interview (10 questions, ranked by importance)**
30
-
31
- Prepare a script of 10 open-ended questions tailored to the idea. Use this template as a starting point, adapting language and specifics to the target customer:
32
-
33
- | # | Question | Why it matters |
34
- |---|---------|---------------|
35
- | 1 | "Walk me through what happens when [trigger event]." | Opens the floodgates. Reveals the full workflow without leading. Listen for pain, bottlenecks, and workarounds. |
36
- | 2 | "What happens when you can't deal with [the job] right away?" | Tests the cost of delay — the core pain. Listen for: missed opportunities, stress, knock-on effects. |
37
- | 3 | "How do you currently handle [the job]? What tools, people, or processes?" | Maps current solutions being "hired." Listen for: makeshift tools, people doing it manually, things that don't scale. |
38
- | 4 | "Can you tell me about a time when [the job] went wrong or fell through the cracks?" | Concrete stories beat hypotheticals. Listen for: specific examples, what it cost them, how it felt. |
39
- | 5 | "Who else is involved in [the job]? Does anyone help you with it?" | Identifies the real buyer vs the real user — they're often different people. Listen for: partners, assistants, colleagues picking up slack. |
40
- | 6 | "What's the most time-consuming part of [the job]?" | Pinpoints the highest-value automation target. Listen for: the 20% that takes 80% of the time. |
41
- | 7 | "What would you never want something to do on your behalf? What's off limits?" | Tests trust boundaries without asking "would you trust X?" Reveals what they WOULD trust by elimination. |
42
- | 8 | "If something could handle [the job] for you — automatically, 24/7 — what would that free you up to do?" | Lets them articulate the value in their own words. Don't mention price yet. Listen for: time, stress, relationships, revenue. |
43
- | 9 | "What have you tried before to solve this? What worked, what didn't?" | Reveals failed alternatives and switching triggers. Listen for: tools abandoned, services cancelled, why they stopped. |
44
- | 10 | "If this cost about [anchor price] per month, and it meant [core outcome], would that be worth it?" | Last question deliberately. By now they've articulated the pain. Tests willingness to pay against a concrete anchor. Listen for: "definitely", "I'd need to see it", "that's a lot." |
45
-
46
- **Follow-up prompts (use throughout):**
47
- - "Tell me more about that..."
48
- - "How often does that happen?"
49
- - "What did that cost you?"
50
- - "Who else is affected by that?"
51
-
52
- **Interview principles:**
53
- - One question at a time. Let them talk. Silence is your friend.
54
- - Never pitch during the interview. You're learning, not selling.
55
- - Record if possible (with permission). Transcripts are gold.
56
- - The best insights come from follow-ups, not the scripted questions.
57
- - Ask about the PAST (what happened) not the FUTURE (what would you do). Past behaviour predicts future behaviour.
58
-
59
- 5. **Identify job outcomes**
60
- - How do they measure success?
61
- - What does "better" look like?
62
- - What struggles exist with current solutions?
63
-
64
- 6. **Uncover competing alternatives**
65
- - What else could they hire to do this job?
66
- - What's the "non-consumption" alternative (doing nothing)?
67
-
68
- 7. **Define your job statement**
69
- - "Help [customer] [job to be done] [context/constraint] so they can [desired outcome]"
70
-
71
- 8. **Synthesis**
72
- - Is your idea actually hired to do this job?
73
- - Are you solving for the right outcome?
74
- - What would make you the obvious choice?
75
-
76
- ## Example
77
-
78
- **Idea**: "Online course teaching small business owners to use AI tools"
79
-
80
- **Job to be done**: "When I'm overwhelmed by repetitive tasks and limited time, I want to work smarter without hiring more people, so I can grow my business while maintaining work-life balance"
81
-
82
- **Job context**:
83
- - **Functional**: Automate repetitive work, reduce manual tasks
84
- - **Emotional**: Feel in control, reduce stress, feel innovative
85
- - **Social**: Be seen as forward-thinking by peers
86
-
87
- **Current solutions being "hired"**:
88
- - Virtual assistants (expensive, management overhead)
89
- - Doing it themselves (time-consuming, exhausting)
90
- - Ignoring the work (guilt, falling behind)
91
-
92
- **Success metrics**:
93
- - Hours saved per week
94
- - Reduced stress/better sleep
95
- - Revenue maintained or growing
96
- - Freed up for strategic work
97
-
98
- **Competing alternatives**:
99
- - YouTube tutorials (free but scattered)
100
- - Hiring a consultant (expensive, custom)
101
- - Doing nothing (familiar, low risk)
102
-
103
- **Refined job statement**: "Help time-starved small business owners automate their highest-volume repetitive tasks in under 2 hours, so they can reclaim 10+ hours/week without hiring or complex tech setup"
104
-
105
- **Insight**: The job isn't "learn AI"—it's "get time back fast." Make the course implementation-focused with immediate wins, not theory-heavy.