@rubytech/create-maxy-code 0.1.169 → 0.1.171

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 (169) hide show
  1. package/dist/__tests__/premium-mcp-discover.test.js +42 -0
  2. package/dist/lib/premium-mcp-discover.js +9 -2
  3. package/package.json +1 -1
  4. package/payload/platform/plugins/.claude-plugin/marketplace.json +0 -15
  5. package/payload/platform/plugins/docs/references/platform.md +1 -1
  6. package/payload/premium-plugins/writer-craft/lib/mcp-stderr-tee/dist/index.d.ts +51 -0
  7. package/payload/premium-plugins/writer-craft/lib/mcp-stderr-tee/dist/index.d.ts.map +1 -0
  8. package/payload/premium-plugins/writer-craft/lib/mcp-stderr-tee/dist/index.js +196 -0
  9. package/payload/premium-plugins/writer-craft/lib/mcp-stderr-tee/dist/index.js.map +1 -0
  10. package/payload/premium-plugins/writer-craft/lib/mcp-stderr-tee/package.json +7 -0
  11. package/payload/premium-plugins/writer-craft/mcp/dist/index.d.ts +3 -0
  12. package/payload/premium-plugins/writer-craft/mcp/dist/index.d.ts.map +1 -0
  13. package/payload/premium-plugins/writer-craft/mcp/dist/index.js +257 -0
  14. package/payload/premium-plugins/writer-craft/mcp/dist/index.js.map +1 -0
  15. package/payload/premium-plugins/writer-craft/mcp/dist/lib/neo4j.d.ts +14 -0
  16. package/payload/premium-plugins/writer-craft/mcp/dist/lib/neo4j.d.ts.map +1 -0
  17. package/payload/premium-plugins/writer-craft/mcp/dist/lib/neo4j.js +47 -0
  18. package/payload/premium-plugins/writer-craft/mcp/dist/lib/neo4j.js.map +1 -0
  19. package/payload/premium-plugins/writer-craft/mcp/dist/lib/voice-corpus.d.ts +42 -0
  20. package/payload/premium-plugins/writer-craft/mcp/dist/lib/voice-corpus.d.ts.map +1 -0
  21. package/payload/{platform/plugins/writer-craft/mcp/src/lib/voice-corpus.ts → premium-plugins/writer-craft/mcp/dist/lib/voice-corpus.js} +5 -5
  22. package/payload/premium-plugins/writer-craft/mcp/dist/lib/voice-corpus.js.map +1 -0
  23. package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-distil-profile.d.ts +36 -0
  24. package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-distil-profile.d.ts.map +1 -0
  25. package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-distil-profile.js +225 -0
  26. package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-distil-profile.js.map +1 -0
  27. package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-record-feedback.d.ts +26 -0
  28. package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-record-feedback.d.ts.map +1 -0
  29. package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-record-feedback.js +74 -0
  30. package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-record-feedback.js.map +1 -0
  31. package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-retrieve-conditioning.d.ts +22 -0
  32. package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-retrieve-conditioning.d.ts.map +1 -0
  33. package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-retrieve-conditioning.js +102 -0
  34. package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-retrieve-conditioning.js.map +1 -0
  35. package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-tag-content.d.ts +14 -0
  36. package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-tag-content.d.ts.map +1 -0
  37. package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-tag-content.js +84 -0
  38. package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-tag-content.js.map +1 -0
  39. package/payload/premium-plugins/writer-craft/mcp/package-lock.json +1327 -0
  40. package/payload/server/{chunk-3TRIXQSJ.js → chunk-L2YK2VK3.js} +17 -29
  41. package/payload/server/maxy-edge.js +1 -1
  42. package/payload/server/server.js +1 -1
  43. package/payload/platform/plugins/teaching/.claude-plugin/plugin.json +0 -8
  44. package/payload/platform/plugins/teaching/PLUGIN.md +0 -58
  45. package/payload/platform/plugins/teaching/skills/interactive-tutor/SKILL.md +0 -59
  46. package/payload/platform/plugins/teaching/skills/interactive-tutor/references/assessment.md +0 -70
  47. package/payload/platform/plugins/teaching/skills/interactive-tutor/references/classroom-conduct.md +0 -43
  48. package/payload/platform/plugins/teaching/skills/interactive-tutor/references/teaching-modes.md +0 -83
  49. package/payload/platform/plugins/teaching/skills/lesson-planner/SKILL.md +0 -48
  50. package/payload/platform/plugins/teaching/skills/lesson-planner/references/context-gathering.md +0 -41
  51. package/payload/platform/plugins/teaching/skills/lesson-planner/references/plan-structure.md +0 -94
  52. package/payload/platform/plugins/teaching/skills/study-pack-builder/SKILL.md +0 -52
  53. package/payload/platform/plugins/teaching/skills/study-pack-builder/references/disaggregation.md +0 -49
  54. package/payload/platform/plugins/teaching/skills/study-pack-builder/references/materials.md +0 -116
  55. package/payload/platform/plugins/venture-studio/.claude-plugin/plugin.json +0 -8
  56. package/payload/platform/plugins/venture-studio/PLUGIN.md +0 -119
  57. package/payload/platform/plugins/venture-studio/bin/scaffold.sh +0 -116
  58. package/payload/platform/plugins/venture-studio/skills/brand-pack/SKILL.md +0 -256
  59. package/payload/platform/plugins/venture-studio/skills/brand-pack/references/color-psychology.md +0 -118
  60. package/payload/platform/plugins/venture-studio/skills/investor-data-room/SKILL.md +0 -376
  61. package/payload/platform/plugins/venture-studio/skills/investor-data-room/references/business-plan-template.md +0 -64
  62. package/payload/platform/plugins/venture-studio/skills/investor-data-room/references/compliance-research-checklist.md +0 -53
  63. package/payload/platform/plugins/venture-studio/skills/investor-data-room/references/data-room-structure.md +0 -88
  64. package/payload/platform/plugins/venture-studio/skills/investor-data-room/references/deck-blueprint-template.md +0 -39
  65. package/payload/platform/plugins/venture-studio/skills/investor-data-room/references/design-tokens-application.md +0 -79
  66. package/payload/platform/plugins/venture-studio/skills/investor-data-room/references/html-pdf-pipeline.md +0 -236
  67. package/payload/platform/plugins/venture-studio/skills/investor-data-room/references/internal-workings-scrub.md +0 -33
  68. package/payload/platform/plugins/venture-studio/skills/investor-data-room/references/termsheet-template.md +0 -88
  69. package/payload/platform/plugins/venture-studio/skills/investor-data-room/templates/prospectus/index.html +0 -1565
  70. package/payload/platform/plugins/venture-studio/skills/investor-data-room/templates/prospectus/render-pdf.mjs +0 -91
  71. package/payload/platform/plugins/venture-studio/skills/investor-data-room/templates/prospectus/term_sheet.html +0 -715
  72. package/payload/platform/plugins/venture-studio/skills/office-hours/SKILL.md +0 -587
  73. package/payload/platform/plugins/venture-studio/skills/prototype-host/SKILL.md +0 -179
  74. package/payload/platform/plugins/venture-studio/skills/prototype-host/references/cloudflared-ingress-edit.md +0 -81
  75. package/payload/platform/plugins/venture-studio/skills/prototype-host/references/scaffold-frameworks.md +0 -60
  76. package/payload/platform/plugins/venture-studio/skills/prototype-host/references/systemd-user-service.md +0 -104
  77. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/SKILL.md +0 -336
  78. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/aarrr-metrics.md +0 -275
  79. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/assumption-testing.md +0 -93
  80. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/boolean-search.md +0 -308
  81. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/build-measure-learn.md +0 -262
  82. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/business-model-canvas.md +0 -171
  83. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/commitment-signals.md +0 -246
  84. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/design-thinking.md +0 -183
  85. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/earlyvangelist.md +0 -190
  86. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/first-principles.md +0 -58
  87. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/fishbone.md +0 -114
  88. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/five-whys.md +0 -43
  89. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/ice-scoring.md +0 -237
  90. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/innovation-accounting.md +0 -290
  91. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/jtbd.md +0 -105
  92. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/landing-page.md +0 -361
  93. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/market-type.md +0 -167
  94. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/mom-test.md +0 -193
  95. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/mvp-types.md +0 -200
  96. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/og-images.md +0 -239
  97. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/pareto.md +0 -103
  98. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/persona-development.md +0 -291
  99. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/pivot-types.md +0 -225
  100. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/positioning-statement.md +0 -179
  101. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/prd.md +0 -363
  102. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/pre-mortem.md +0 -74
  103. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/problem-validation.md +0 -253
  104. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/product-market-fit.md +0 -256
  105. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/research-synthesis.md +0 -276
  106. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/three-engines-of-growth.md +0 -248
  107. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/validation-tests.md +0 -89
  108. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/value-proposition-canvas.md +0 -121
  109. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/win-loss-analysis.md +0 -242
  110. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/workflow-mapping.md +0 -271
  111. package/payload/platform/plugins/writer-craft/.claude-plugin/plugin.json +0 -17
  112. package/payload/platform/plugins/writer-craft/PLUGIN.md +0 -130
  113. package/payload/platform/plugins/writer-craft/agents/writer-craft--manuscript-reviewer.md +0 -96
  114. package/payload/platform/plugins/writer-craft/mcp/package.json +0 -19
  115. package/payload/platform/plugins/writer-craft/mcp/scripts/smoke.mjs +0 -152
  116. package/payload/platform/plugins/writer-craft/mcp/src/index.ts +0 -289
  117. package/payload/platform/plugins/writer-craft/mcp/src/lib/neo4j.ts +0 -56
  118. package/payload/platform/plugins/writer-craft/mcp/src/tools/voice-distil-profile.ts +0 -303
  119. package/payload/platform/plugins/writer-craft/mcp/src/tools/voice-record-feedback.ts +0 -114
  120. package/payload/platform/plugins/writer-craft/mcp/src/tools/voice-retrieve-conditioning.ts +0 -145
  121. package/payload/platform/plugins/writer-craft/mcp/src/tools/voice-tag-content.ts +0 -117
  122. package/payload/platform/plugins/writer-craft/mcp/tsconfig.json +0 -8
  123. package/payload/platform/plugins/writer-craft/skills/citation-style/SKILL.md +0 -94
  124. package/payload/platform/plugins/writer-craft/skills/citation-style/references/book-and-chapter-models.md +0 -77
  125. package/payload/platform/plugins/writer-craft/skills/citation-style/references/citation-rules.md +0 -103
  126. package/payload/platform/plugins/writer-craft/skills/citation-style/references/journal-article-models.md +0 -74
  127. package/payload/platform/plugins/writer-craft/skills/citation-style/references/other-source-models.md +0 -146
  128. package/payload/platform/plugins/writer-craft/skills/citation-style/references/reference-list-rules.md +0 -70
  129. package/payload/platform/plugins/writer-craft/skills/editorial-practice/SKILL.md +0 -108
  130. package/payload/platform/plugins/writer-craft/skills/editorial-practice/references/copyediting.md +0 -73
  131. package/payload/platform/plugins/writer-craft/skills/editorial-practice/references/developmental-editing.md +0 -85
  132. package/payload/platform/plugins/writer-craft/skills/editorial-practice/references/genre-specific-editing.md +0 -78
  133. package/payload/platform/plugins/writer-craft/skills/editorial-practice/references/line-editing.md +0 -55
  134. package/payload/platform/plugins/writer-craft/skills/editorial-practice/references/self-editing.md +0 -89
  135. package/payload/platform/plugins/writer-craft/skills/persuasive-storytelling/SKILL.md +0 -114
  136. package/payload/platform/plugins/writer-craft/skills/persuasive-storytelling/references/audience-analysis.md +0 -73
  137. package/payload/platform/plugins/writer-craft/skills/persuasive-storytelling/references/crafting-persuasive-story.md +0 -76
  138. package/payload/platform/plugins/writer-craft/skills/persuasive-storytelling/references/persuasion-case-studies.md +0 -67
  139. package/payload/platform/plugins/writer-craft/skills/persuasive-storytelling/references/transformation-framework.md +0 -86
  140. package/payload/platform/plugins/writer-craft/skills/point-of-view/SKILL.md +0 -97
  141. package/payload/platform/plugins/writer-craft/skills/point-of-view/references/indirect-narration.md +0 -72
  142. package/payload/platform/plugins/writer-craft/skills/point-of-view/references/pov-types-and-voice.md +0 -91
  143. package/payload/platform/plugins/writer-craft/skills/point-of-view/references/protagonist-filter.md +0 -71
  144. package/payload/platform/plugins/writer-craft/skills/point-of-view/references/tense-and-person.md +0 -85
  145. package/payload/platform/plugins/writer-craft/skills/prose-craft/SKILL.md +0 -100
  146. package/payload/platform/plugins/writer-craft/skills/prose-craft/references/punctuation-and-grammar.md +0 -72
  147. package/payload/platform/plugins/writer-craft/skills/prose-craft/references/repetition.md +0 -71
  148. package/payload/platform/plugins/writer-craft/skills/prose-craft/references/sound-and-rhythm.md +0 -64
  149. package/payload/platform/plugins/writer-craft/skills/prose-craft/references/word-economy.md +0 -93
  150. package/payload/platform/plugins/writer-craft/skills/reader-engagement/SKILL.md +0 -100
  151. package/payload/platform/plugins/writer-craft/skills/reader-engagement/references/cause-effect-setup-payoff.md +0 -79
  152. package/payload/platform/plugins/writer-craft/skills/reader-engagement/references/conflict-escalation.md +0 -81
  153. package/payload/platform/plugins/writer-craft/skills/reader-engagement/references/hooking-readers.md +0 -67
  154. package/payload/platform/plugins/writer-craft/skills/reader-engagement/references/neurochemistry-of-engagement.md +0 -94
  155. package/payload/platform/plugins/writer-craft/skills/review-manuscript/SKILL.md +0 -111
  156. package/payload/platform/plugins/writer-craft/skills/review-manuscript/references/review-manuscript-checklist.md +0 -119
  157. package/payload/platform/plugins/writer-craft/skills/review-prose/SKILL.md +0 -99
  158. package/payload/platform/plugins/writer-craft/skills/review-prose/references/prose-review-checklist.md +0 -112
  159. package/payload/platform/plugins/writer-craft/skills/review-scene/SKILL.md +0 -99
  160. package/payload/platform/plugins/writer-craft/skills/review-scene/references/scene-analysis-framework.md +0 -95
  161. package/payload/platform/plugins/writer-craft/skills/story-architecture/SKILL.md +0 -106
  162. package/payload/platform/plugins/writer-craft/skills/story-architecture/references/blueprinting-and-scene-cards.md +0 -118
  163. package/payload/platform/plugins/writer-craft/skills/story-architecture/references/inner-issue-and-protagonist-goal.md +0 -66
  164. package/payload/platform/plugins/writer-craft/skills/story-architecture/references/misbelief-desire-worldview.md +0 -87
  165. package/payload/platform/plugins/writer-craft/skills/story-architecture/references/origin-scenes-and-escalation.md +0 -82
  166. package/payload/platform/plugins/writer-craft/skills/story-blueprint/SKILL.md +0 -133
  167. package/payload/platform/plugins/writer-craft/skills/story-blueprint/references/blueprinting-exercises.md +0 -118
  168. package/payload/platform/plugins/writer-craft/skills/story-blueprint/references/blueprinting-process.md +0 -128
  169. package/payload/platform/plugins/writer-craft/skills/voice-mirror/SKILL.md +0 -166
@@ -1,253 +0,0 @@
1
- # Problem Validation
2
-
3
- ## Purpose
4
- Rigorously confirm that the problem you're solving is real, painful, and worth solving before investing in solutions—the most critical validation step that most founders skip.
5
-
6
- ## When to Use
7
- - Before building any product or MVP
8
- - When pivoting to a new problem space
9
- - When customer acquisition is harder than expected
10
- - When churn is high despite a good product
11
- - Questioning whether you're solving the right problem
12
-
13
- ## Process
14
-
15
- ### 1. Understand the Validation Sequence
16
-
17
- **The sequence matters:**
18
- 1. Problem Validation ← You are here
19
- 2. Solution Validation
20
- 3. Product-Market Fit
21
- 4. Scale
22
-
23
- **Most founders skip to solution.** They assume the problem exists because they've experienced it or someone mentioned it. This creates products no one needs.
24
-
25
- ### 2. The Problem Validation Criteria
26
-
27
- A validated problem meets ALL FIVE criteria:
28
-
29
- **1. It's Real (Exists)**
30
- - Customers describe the problem unprompted
31
- - It occurs regularly, not occasionally
32
- - Multiple people experience it
33
-
34
- **2. It's Painful (Matters)**
35
- - Customers actively try to solve it
36
- - It has measurable cost (time, money, stress)
37
- - It affects important outcomes
38
-
39
- **3. It's Urgent (Now)**
40
- - Customers are motivated to solve it soon
41
- - There's a trigger or timing component
42
- - It's not a "someday" problem
43
-
44
- **4. It's Frequent (Recurring)**
45
- - Happens often enough to justify a solution
46
- - Worth the effort to adopt a new tool
47
- - Creates ongoing value (not one-time)
48
-
49
- **5. Budget Exists (Funded)**
50
- - Customers have or can get money to solve it
51
- - They're already spending on alternatives
52
- - It's worth more than the cost to solve
53
-
54
- ### 3. Problem Validation Questions
55
-
56
- **Testing Realness:**
57
- - "Tell me about the last time you dealt with [problem area]"
58
- - "Walk me through what happened"
59
- - "How did that make you feel?"
60
-
61
- Listen for: Specific stories, emotional language, detailed recall
62
-
63
- **Testing Pain:**
64
- - "What did that cost you?" (time, money, opportunity)
65
- - "What happened as a result?"
66
- - "How important was solving this?"
67
-
68
- Listen for: Quantified impact, consequences described, priority language
69
-
70
- **Testing Urgency:**
71
- - "What are you doing about this now?"
72
- - "When do you need this solved?"
73
- - "What would happen if you don't solve it?"
74
-
75
- Listen for: Active searching, timeline pressure, negative consequences
76
-
77
- **Testing Frequency:**
78
- - "How often does this come up?"
79
- - "Is this a regular occurrence?"
80
- - "When did this last happen?"
81
-
82
- Listen for: Weekly/daily occurrence, predictable triggers, ongoing pattern
83
-
84
- **Testing Budget:**
85
- - "What are you spending on this problem today?"
86
- - "What budget do you have for tools in this area?"
87
- - "Who decides spending for things like this?"
88
-
89
- Listen for: Current spend, budget ownership, willingness to pay
90
-
91
- ### 4. Evidence Levels
92
-
93
- Rate your confidence based on evidence:
94
-
95
- | Level | Evidence | Confidence |
96
- |-------|----------|------------|
97
- | 5 | Customer paid to solve it | Very High |
98
- | 4 | Customer actively searching for solution | High |
99
- | 3 | Customer tried to solve it themselves | Medium |
100
- | 2 | Customer complained about it | Low |
101
- | 1 | Customer agreed it's a problem when asked | Very Low |
102
-
103
- **Level 5 evidence:** "I hired someone to handle this" / "I bought a tool"
104
- **Level 4 evidence:** "I've been Googling solutions"
105
- **Level 3 evidence:** "I built a spreadsheet for this"
106
- **Level 2 evidence:** "Yeah, that's really annoying"
107
- **Level 1 evidence:** "Sure, I guess that's a problem"
108
-
109
- ### 5. Problem Validation Scorecard
110
-
111
- For each interview, score the five criteria:
112
-
113
- | Criterion | Score (1-5) | Evidence |
114
- |-----------|-------------|----------|
115
- | Real | 4 | Described specific incident |
116
- | Painful | 5 | Costs them 5 hours/week |
117
- | Urgent | 3 | "Need to fix this quarter" |
118
- | Frequent | 4 | Happens 2-3x per week |
119
- | Budget | 3 | $200/mo spent on workarounds |
120
-
121
- **Total: 19/25 - Strong problem validation**
122
-
123
- ### 6. Aggregate Across Interviews
124
-
125
- After 10+ interviews, look for patterns:
126
-
127
- | Criterion | Avg Score | Consistent? |
128
- |-----------|-----------|-------------|
129
- | Real | 4.2 | Yes (all mention) |
130
- | Painful | 3.8 | Mixed (varies by role) |
131
- | Urgent | 2.5 | No (not time-sensitive) |
132
- | Frequent | 4.0 | Yes (weekly+) |
133
- | Budget | 3.2 | Mixed (startups vs. enterprise) |
134
-
135
- **Interpretation:**
136
- - Problem is real and frequent ✓
137
- - Pain varies by segment (narrow the target)
138
- - Urgency is weak (need trigger or timing)
139
- - Budget exists but inconsistent (pricing sensitivity)
140
-
141
- ### 7. Red Flags
142
-
143
- **Problem may not be valid if:**
144
-
145
- - Only you experience it (n=1 problem)
146
- - People only agree when prompted
147
- - No one has tried to solve it
148
- - It's theoretical ("I might someday...")
149
- - No budget exists anywhere
150
- - Frequency is rare (annual event)
151
- - Cost is low (doesn't justify solution)
152
-
153
- **False validation signals:**
154
-
155
- - "That sounds like a great idea!" (enthusiasm ≠ validation)
156
- - "I would definitely use that" (hypothetical ≠ real)
157
- - "You should build that" (advice ≠ commitment)
158
-
159
- ### 8. When to Move On
160
-
161
- **Problem validated when:**
162
- - 8/10+ interviews score 18/25+ on scorecard
163
- - Customers have tried to solve it themselves
164
- - Budget exists or can be found
165
- - You can find more customers like this easily
166
-
167
- **Problem NOT validated when:**
168
- - Scores inconsistent across interviews
169
- - No one has tried to solve it
170
- - Budget doesn't exist
171
- - Problem is "nice to have" not "must solve"
172
-
173
- **If not validated:** Find a different problem or different customer segment.
174
-
175
- ### 9. Synthesis
176
-
177
- After problem validation interviews:
178
- - Is this problem real, painful, urgent, frequent, and funded?
179
- - Who experiences this problem most intensely?
180
- - What triggers the problem? (Marketing insight)
181
- - What are they currently doing about it?
182
- - Should we proceed to solution validation?
183
-
184
- ## Example
185
-
186
- **Hypothesis**: "Small business owners struggle to track cash flow"
187
-
188
- ### Interview 1: Maria, bakery owner
189
-
190
- | Criterion | Score | Evidence |
191
- |-----------|-------|----------|
192
- | Real | 5 | "I check my bank every morning" |
193
- | Painful | 4 | "Almost missed payroll twice" |
194
- | Urgent | 5 | "I need this fixed now" |
195
- | Frequent | 5 | "Daily stress" |
196
- | Budget | 3 | "I have QuickBooks but it doesn't help" |
197
- | **Total** | **22/25** | Strong validation |
198
-
199
- ### Interview 2: James, freelance consultant
200
-
201
- | Criterion | Score | Evidence |
202
- |-----------|-------|----------|
203
- | Real | 3 | "Sometimes I lose track" |
204
- | Painful | 2 | "Not really a big deal" |
205
- | Urgent | 1 | "Maybe eventually" |
206
- | Frequent | 2 | "When quarterly taxes are due" |
207
- | Budget | 2 | "I just use a spreadsheet" |
208
- | **Total** | **10/25** | Weak validation |
209
-
210
- ### Interview 3: Linda, restaurant owner
211
-
212
- | Criterion | Score | Evidence |
213
- |-----------|-------|----------|
214
- | Real | 5 | "Biggest source of stress" |
215
- | Painful | 5 | "Had to take emergency loan" |
216
- | Urgent | 5 | "Dealing with this right now" |
217
- | Frequent | 5 | "Think about it every day" |
218
- | Budget | 4 | "Pay my accountant $500/mo" |
219
- | **Total** | **24/25** | Strong validation |
220
-
221
- ### Aggregate Analysis (10 interviews)
222
-
223
- | Segment | Avg Score | Pattern |
224
- |---------|-----------|---------|
225
- | Retail/Food owners | 22.3 | Strong problem |
226
- | Service providers | 14.2 | Weak problem |
227
- | Professional services | 12.1 | Weak problem |
228
-
229
- ### Findings
230
-
231
- **Problem validated for:** Retail and food business owners
232
- **Problem NOT validated for:** Freelancers and professional services
233
-
234
- **Key insight:** The problem is real for businesses with:
235
- - High transaction volume (daily)
236
- - Variable revenue (seasonal, weather-dependent)
237
- - Tight margins (cash-sensitive)
238
- - Multiple expenses (rent, payroll, inventory)
239
-
240
- **Not a problem for:** Businesses with:
241
- - Predictable revenue (retainers, subscriptions)
242
- - Low expense volume
243
- - Comfortable margins
244
-
245
- ### Decision
246
-
247
- **Proceed with solution validation** for retail/food segment
248
- **Do NOT pursue** freelancer/consultant segment
249
-
250
- **Refined problem statement:**
251
- "Retail and food business owners struggle to predict cash flow and avoid shortfalls due to variable daily revenue and multiple recurring expenses."
252
-
253
- **Insight:** The problem validation revealed that "small business owners" was too broad. The problem intensity varied 2x between segments. By narrowing to retail/food, the team avoided building for a segment that doesn't feel the pain urgently enough to buy.
@@ -1,256 +0,0 @@
1
- # Product-Market Fit Signals
2
-
3
- ## Purpose
4
- Identify and measure whether you've achieved product-market fit—the point where your product satisfies strong market demand and growth becomes organic.
5
-
6
- ## When to Use
7
- - Deciding whether to scale or continue iterating
8
- - Assessing startup health and investment readiness
9
- - Determining if you should pivot or persevere
10
- - Communicating progress to stakeholders
11
- - Planning the transition from search to execution
12
-
13
- ## Process
14
-
15
- ### 1. Understand Product-Market Fit
16
-
17
- **Marc Andreessen's definition:**
18
- "Product-market fit means being in a good market with a product that can satisfy that market."
19
-
20
- **How it feels:**
21
- - Before PMF: Pushing a boulder uphill
22
- - After PMF: The market pulls the product out of you
23
-
24
- **The key question:**
25
- If you ask "Do we have product-market fit?", you probably don't. When you have it, you know.
26
-
27
- ### 2. Qualitative PMF Signals
28
-
29
- **Strong positive signals:**
30
-
31
- - **Customers actively recommend you** - Unprompted referrals
32
- - **Organic usage grows** - Usage increases without marketing
33
- - **Customers find you** - Inbound exceeds outbound
34
- - **They'd be "very disappointed" without you** - Emotional attachment
35
- - **You're turning away customers** - Demand exceeds capacity
36
- - **Sales cycles shorten** - Less convincing required
37
- - **Low-touch conversion** - Customers self-serve to purchase
38
-
39
- **Weak or absent signals:**
40
-
41
- - Only paid/incentivized users
42
- - High churn even with engaged users
43
- - Customers need constant convincing
44
- - Features feel like "nice to have"
45
- - Growth plateaus when marketing stops
46
- - Heavy discounting required to close
47
-
48
- ### 3. Quantitative PMF Signals
49
-
50
- **The Sean Ellis Test (Most common)**
51
-
52
- Survey users: "How would you feel if you could no longer use [product]?"
53
- - Very disappointed
54
- - Somewhat disappointed
55
- - Not disappointed
56
-
57
- **PMF threshold:** 40%+ "Very disappointed"
58
-
59
- **Retention Curves**
60
-
61
- Track cohort retention over time:
62
- - **Before PMF:** Retention declines to near zero
63
- - **At PMF:** Retention curve flattens (stable base of retained users)
64
- - **After PMF:** Retention improves with product maturity
65
-
66
- **Example retention curves:**
67
- ```
68
- Before PMF: 100% → 50% → 25% → 10% → 3% → 1%
69
- At PMF: 100% → 60% → 45% → 40% → 38% → 38%
70
- Strong PMF: 100% → 70% → 55% → 50% → 50% → 52%
71
- ```
72
-
73
- **Net Revenue Retention (NRR)**
74
-
75
- For subscription businesses:
76
- NRR = (Starting MRR + Expansion - Contraction - Churn) / Starting MRR
77
-
78
- - **<100%:** Revenue shrinking (no PMF)
79
- - **100-110%:** Stable (approaching PMF)
80
- - **>110%:** Growing from existing customers (strong PMF)
81
- - **>120%:** Excellent (customers expanding significantly)
82
-
83
- **Engagement Ratios**
84
-
85
- DAU/MAU ratio (daily active / monthly active):
86
- - **<10%:** Low engagement (no PMF)
87
- - **10-20%:** Moderate (signs of PMF)
88
- - **20-30%:** Strong (clear PMF)
89
- - **>30%:** Very strong (social/daily use products)
90
-
91
- **Unit Economics**
92
-
93
- - **LTV > 3x CAC:** Sustainable acquisition
94
- - **Payback period < 12 months:** Healthy cash flow
95
- - **Gross margin > 70%:** Software economics
96
-
97
- ### 4. Measure Your PMF Score
98
-
99
- Create a PMF dashboard:
100
-
101
- | Signal | Metric | Your Score | Target |
102
- |--------|--------|------------|--------|
103
- | Sean Ellis Test | % "Very disappointed" | ? | >40% |
104
- | Month 3 Retention | % still active | ? | >30% |
105
- | NRR | Revenue retention | ? | >100% |
106
- | DAU/MAU | Engagement ratio | ? | >15% |
107
- | LTV:CAC | Unit economics | ? | >3:1 |
108
- | Organic % | % growth from organic | ? | >30% |
109
-
110
- **PMF strength levels:**
111
-
112
- - **0-2 signals:** Pre-PMF (keep iterating)
113
- - **3-4 signals:** Approaching PMF (validate and tune)
114
- - **5-6 signals:** PMF achieved (begin scaling)
115
-
116
- ### 5. PMF for Different Business Models
117
-
118
- **B2C/Consumer:**
119
- - Focus on: Engagement (DAU/MAU), retention, viral coefficient
120
- - Key test: Would users be very disappointed?
121
- - Time to PMF: 6-18 months typically
122
-
123
- **B2B SaaS:**
124
- - Focus on: NRR, expansion revenue, sales cycle length
125
- - Key test: Are they renewing without discounts?
126
- - Time to PMF: 12-24 months typically
127
-
128
- **Marketplace:**
129
- - Focus on: Liquidity (matches made), repeat usage, NPS both sides
130
- - Key test: Do supply and demand keep coming back?
131
- - Time to PMF: 18-36 months typically
132
-
133
- **E-commerce:**
134
- - Focus on: Repeat purchase rate, LTV, CAC payback
135
- - Key test: Do customers buy again?
136
- - Time to PMF: 6-12 months typically
137
-
138
- ### 6. False PMF Signals
139
-
140
- **Beware of:**
141
-
142
- - **Heavily subsidized growth** - Free/discounted users aren't PMF
143
- - **One customer concentration** - 50% revenue from one account
144
- - **Founder-led sales only** - Can others sell it?
145
- - **Feature-specific engagement** - One feature, rest ignored
146
- - **Vanity metrics** - Signups without activation
147
- - **Small sample size** - 10 happy users isn't PMF
148
-
149
- **Validate with:**
150
- - Remove discounts—do they still buy?
151
- - Have non-founders sell—does it work?
152
- - Track retention over 6+ months, not weeks
153
- - Measure across hundreds, not dozens of users
154
-
155
- ### 7. What to Do at Each Stage
156
-
157
- **Pre-PMF (no clear signals):**
158
- - Talk to customers weekly
159
- - Run rapid experiments (weekly iterations)
160
- - Don't scale marketing/sales
161
- - Focus: Learn and iterate
162
-
163
- **Approaching PMF (some signals):**
164
- - Double down on what's working
165
- - Narrow focus to best segment
166
- - Begin building repeatable processes
167
- - Focus: Validate and tune
168
-
169
- **PMF achieved (strong signals):**
170
- - Scale marketing and sales
171
- - Hire beyond founders
172
- - Expand product scope carefully
173
- - Focus: Grow while maintaining quality
174
-
175
- ### 8. Synthesis
176
-
177
- After assessing PMF:
178
- - Which signals do you have? Which are missing?
179
- - What would need to change to achieve the missing signals?
180
- - Is your current trajectory moving toward PMF?
181
- - What's the biggest blocker to PMF right now?
182
- - Should you continue iterating or is it time to pivot?
183
-
184
- ## Example
185
-
186
- **Product**: B2B sales engagement platform
187
-
188
- ### PMF Assessment (Month 12)
189
-
190
- **Qualitative signals:**
191
-
192
- | Signal | Evidence | Status |
193
- |--------|----------|--------|
194
- | Unprompted referrals | 4 referrals this month | 🟡 Weak |
195
- | Organic growth | 30% of new users organic | 🟢 Present |
196
- | Inbound > outbound | 60% inbound | 🟢 Present |
197
- | Sales cycle shortening | 45 days → 38 days | 🟢 Present |
198
- | Customer emotion | "Can't live without it" x 3 | 🟡 Weak |
199
-
200
- **Quantitative metrics:**
201
-
202
- | Metric | Score | Target | Status |
203
- |--------|-------|--------|--------|
204
- | Sean Ellis Test | 35% | 40% | 🟡 Close |
205
- | Month 3 Retention | 42% | 30% | 🟢 Achieved |
206
- | NRR | 108% | 100% | 🟢 Achieved |
207
- | DAU/MAU | 22% | 15% | 🟢 Achieved |
208
- | LTV:CAC | 2.8:1 | 3:1 | 🟡 Close |
209
- | Organic % | 30% | 30% | 🟢 Achieved |
210
-
211
- ### Assessment
212
-
213
- **PMF Score: 4/6 strong, 2/6 close**
214
-
215
- **Diagnosis:** Approaching PMF but not fully there
216
- - Retention and engagement are strong
217
- - Unit economics nearly viable
218
- - Sean Ellis test just under threshold
219
- - Referrals not yet organic
220
-
221
- ### Action Plan
222
-
223
- **To achieve full PMF:**
224
-
225
- 1. **Improve Sean Ellis score:**
226
- - Survey users who churned: why not "very disappointed"?
227
- - Identify and double down on "must-have" features
228
- - Target: 40%+ in 90 days
229
-
230
- 2. **Improve LTV:CAC:**
231
- - Test price increase (10%)
232
- - Reduce CAC through content marketing
233
- - Target: 3.5:1 in 90 days
234
-
235
- 3. **Increase referrals:**
236
- - Launch formal referral program
237
- - Make sharing easier in-product
238
- - Target: 8 referrals/month
239
-
240
- ### 90-Day Re-Assessment
241
-
242
- | Metric | Before | After | Change |
243
- |--------|--------|-------|--------|
244
- | Sean Ellis Test | 35% | 44% | +9% ✓ |
245
- | LTV:CAC | 2.8:1 | 3.4:1 | +0.6 ✓ |
246
- | Referrals/month | 4 | 11 | +175% ✓ |
247
-
248
- **New PMF Score: 6/6**
249
-
250
- **Decision:** PMF achieved. Begin scaling.
251
-
252
- - Hire 2 additional salespeople
253
- - Increase marketing budget 3x
254
- - Begin Series A fundraising conversations
255
-
256
- **Insight:** PMF wasn't binary—it was a spectrum. The 90-day focus on the weakest signals (Sean Ellis, LTV:CAC, referrals) pushed us over the threshold. Measuring objectively prevented both premature scaling and unnecessary pivoting.