@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,361 +0,0 @@
1
- # Landing Page Creation
2
-
3
- ## Purpose
4
- Transform PMF analysis insights into a compelling landing page that resonates with validated customer pain points and positions the product effectively for the target market.
5
-
6
- ## When to Use
7
- - After completing PMF analysis (JTBD, Problem Validation, Persona work)
8
- - Ready to test demand before building
9
- - Need to communicate value proposition clearly
10
- - Building a pre-launch signup page
11
- - Creating a "smoke test" MVP
12
-
13
- ## Prerequisites
14
-
15
- **Required PMF artifacts:**
16
- - Customer interview insights (quotes, pain points)
17
- - JTBD analysis (functional, emotional, social jobs)
18
- - Persona or earlyvangelist profile
19
- - Positioning statement
20
- - Key differentiators from alternatives
21
-
22
- ## Process
23
-
24
- ### 1. Extract Landing Page Inputs
25
-
26
- From your PMF analysis, identify:
27
-
28
- **Pain Points (3-5):**
29
- - What exact problems did customers describe?
30
- - What quotes capture the pain viscerally?
31
- - What's the cost of NOT solving this?
32
-
33
- **Value Proposition:**
34
- - What's the primary benefit in customer language?
35
- - What transformation do you promise?
36
- - How is this different from alternatives?
37
-
38
- **Target Customer:**
39
- - Who exactly is this for?
40
- - What triggers them to seek a solution?
41
- - What objections will they have?
42
-
43
- **Proof/Trust Signals:**
44
- - Customer quotes or testimonials
45
- - Data points that validate the problem
46
- - Social proof (logos, numbers, endorsements)
47
-
48
- ### 2. Choose Landing Page Type
49
-
50
- | Type | Best For | Key Element |
51
- |------|----------|-------------|
52
- | **Problem-First** | New categories, educational products | Lead with the pain they recognize |
53
- | **Solution-First** | Obvious problems, competitive markets | Lead with what you do better |
54
- | **Outcome-First** | Aspirational products | Lead with the transformation |
55
- | **Social Proof** | Products with existing traction | Lead with who's already using it |
56
-
57
- **Decision framework:**
58
- - Do they KNOW they have the problem? → Solution-First
59
- - Do they FEEL the problem but not know solutions exist? → Problem-First
60
- - Do they want a TRANSFORMATION more than a feature? → Outcome-First
61
- - Do they trust PEOPLE over claims? → Social Proof
62
-
63
- ### 3. Landing Page Structure
64
-
65
- **Above the Fold (First Screen)**
66
-
67
- | Element | Purpose | Source from PMF |
68
- |---------|---------|-----------------|
69
- | **Headline** | Stop them scrolling. State the core value. | JTBD statement or positioning |
70
- | **Subheadline** | Clarify who it's for and what it does | Target customer + key benefit |
71
- | **Hero Image/Video** | Show the product or transformation | Show the outcome, not features |
72
- | **CTA** | Single clear action | Sign up, Pre-order, Learn more |
73
- | **Trust Badge** | Reduce friction | "No credit card" / Social proof |
74
-
75
- **Social Proof Section**
76
-
77
- | Element | Example |
78
- |---------|---------|
79
- | **Customer Quote** | "If everything would just come together in one hit..." |
80
- | **Logo Bar** | "Trusted by 500+ plumbers" |
81
- | **Metric** | "Saves 10 hours/week" |
82
- | **Review Snippets** | Stars + short quotes |
83
-
84
- **Problem/Solution Section**
85
-
86
- | Element | Purpose |
87
- |---------|---------|
88
- | **Problem Statement** | Make them nod "that's me" |
89
- | **Customer Quote** | Prove you understand |
90
- | **Solution Overview** | How you solve it |
91
- | **Before/After** | Visual transformation |
92
-
93
- **Features/Benefits Section**
94
-
95
- | Approach | When to Use |
96
- |----------|-------------|
97
- | **3 Key Benefits** | Simple products, clear value |
98
- | **Feature Grid** | Complex products, comparison shoppers |
99
- | **Use Cases** | Multiple personas |
100
- | **How It Works** | Process-oriented solutions |
101
-
102
- **Objection Handling Section**
103
-
104
- | Format | When to Use |
105
- |--------|-------------|
106
- | **FAQ** | Many common questions |
107
- | **Comparison Table** | Strong competitors |
108
- | **Guarantee** | Trust/risk concerns |
109
- | **"Not For You If"** | Qualification concerns |
110
-
111
- **Final CTA Section**
112
-
113
- | Element | Purpose |
114
- |---------|---------|
115
- | **Summary Value Prop** | Remind them why |
116
- | **Urgency Element** | Why act now (if genuine) |
117
- | **CTA Button** | Same as above the fold |
118
- | **Risk Reducer** | "Free trial" / "No credit card" |
119
-
120
- ### 4. Write Copy from PMF Insights
121
-
122
- **Headline Formulas:**
123
-
124
- From JTBD:
125
- > "[Outcome] without [current pain]"
126
- > "Never [pain point] again"
127
- > "The [solution category] that [key differentiator]"
128
-
129
- From customer quotes:
130
- > Use their exact language in your headline
131
- > "If everything would just come together in one hit" → "All your messages. One place."
132
-
133
- From positioning:
134
- > "For [target customer] who [need], [Product] is the [category] that [key benefit]"
135
-
136
- **Subheadline:**
137
- Expand on the headline with specifics:
138
- - Who it's for
139
- - What it does
140
- - Key differentiator
141
-
142
- **Body Copy:**
143
- - Use customer language (from interviews)
144
- - Short sentences, short paragraphs
145
- - Benefits > Features
146
- - "You" language, not "We" language
147
- - Specific > Generic ("Save 10 hours" vs "Save time")
148
-
149
- ### 5. Design Principles
150
-
151
- **Visual Hierarchy:**
152
- 1. Headline first (biggest, boldest)
153
- 2. CTA second (contrasting color)
154
- 3. Hero image third
155
- 4. Supporting copy fourth
156
-
157
- **Trust Builders:**
158
- - Real customer photos > stock photos
159
- - Named quotes > anonymous
160
- - Specific numbers > vague claims
161
- - Show the product working
162
-
163
- **Mobile Optimization:**
164
- - 60%+ visitors on mobile
165
- - Stack elements vertically
166
- - Tap-friendly CTA buttons
167
- - Readable text without zooming
168
-
169
- ### 6. Conversion Optimization
170
-
171
- **Primary Metrics:**
172
- - Conversion rate (signups/visitors)
173
- - Time on page
174
- - Scroll depth
175
- - CTA click rate
176
-
177
- **A/B Test Priorities:**
178
- 1. Headline (highest impact)
179
- 2. CTA button (text and color)
180
- 3. Hero image/video
181
- 4. Social proof placement
182
-
183
- **Friction Reducers:**
184
- - Fewer form fields (email-only signup)
185
- - No credit card required (state clearly)
186
- - Clear value for signup
187
- - Privacy reassurance
188
-
189
- ### 7. Validation Checklist
190
-
191
- Before launching, verify:
192
-
193
- - [ ] Headline uses customer language (from interviews)
194
- - [ ] Pain points are validated (not assumed)
195
- - [ ] CTA is singular and clear
196
- - [ ] Mobile experience tested
197
- - [ ] Load time < 3 seconds
198
- - [ ] Social proof is real (not placeholder)
199
- - [ ] FAQ addresses real objections
200
- - [ ] Analytics tracking configured
201
-
202
- ### 8. Synthesis
203
-
204
- After creating the landing page:
205
- - Does every section connect back to validated PMF insights?
206
- - Would your interviewed customers recognize themselves?
207
- - Is the single most important message clear in 5 seconds?
208
- - What objections are NOT addressed?
209
- - What's the plan for testing and iteration?
210
-
211
- ## Example
212
-
213
- **Product**: Task Agent (AI assistant for tradespeople)
214
-
215
- ### PMF Insights Summary
216
-
217
- **From JTBD Analysis:**
218
- - Functional job: Handle customer messages, scheduling, quotes
219
- - Emotional job: Feel free, know it's handled
220
- - Social job: Show mates at the pub
221
-
222
- **From Customer Interview (Sarah):**
223
- > "Our main thing is getting back to people quickly because all they've got to do is put down the phone"
224
- > "Sometimes I have to check 10 different routes"
225
- > "If everything would just come together in one hit, so that no one misses"
226
-
227
- **Pain Points:**
228
- 1. Missed enquiries = lost revenue
229
- 2. Checking 10+ messaging channels
230
- 3. Evening admin after physical work
231
- 4. Quote delays (handwritten → typed)
232
-
233
- **Target Customer:**
234
- - UK tradespeople (plumber, electrician, builder)
235
- - Partner often handles admin
236
- - Technophobic (won't use software)
237
- - Lives on WhatsApp
238
-
239
- ### Landing Page Structure
240
-
241
- **Above the Fold:**
242
-
243
- ```
244
- HEADLINE:
245
- "Never miss another job"
246
-
247
- SUBHEADLINE:
248
- Your AI assistant handles customer messages, scheduling, and quotes—
249
- all through WhatsApp. You stay on the tools.
250
-
251
- HERO IMAGE:
252
- [Split screen: Tradesperson working on boiler / WhatsApp showing
253
- agent responding to customer]
254
-
255
- CTA:
256
- [Get Early Access] (Free for early adopters)
257
-
258
- TRUST BADGE:
259
- No app to install. No dashboard to learn. Just WhatsApp.
260
- ```
261
-
262
- **Social Proof Section:**
263
-
264
- ```
265
- "If everything would just come together in one hit, so that no one misses."
266
- — Sarah, plumber's wife who handles bookings
267
-
268
- Pain points validated with 20+ tradespeople.
269
- ```
270
-
271
- **Problem Section:**
272
-
273
- ```
274
- HEADING: "Sound familiar?"
275
-
276
- ✗ Customer messages at 5pm, calls a competitor by 6pm
277
- ✗ Checking WhatsApp, Facebook, email, text—10 different places
278
- ✗ Typing quotes at 10pm when you just want to watch TV
279
- ✗ Missing messages because you accidentally marked them "read"
280
-
281
- Your customers don't wait. Your competition doesn't either.
282
- ```
283
-
284
- **Solution Section:**
285
-
286
- ```
287
- HEADING: "Your office in your pocket"
288
-
289
- Task Agent lives in WhatsApp. It:
290
- • Replies to enquiries in seconds (even at 3am)
291
- • Books appointments and handles the back-and-forth
292
- • Sends quotes the same day (you dictate, it sends)
293
- • Chases invoices so you don't have to
294
- • Remembers every customer and every job
295
-
296
- You just keep doing what you're good at—the actual work.
297
- ```
298
-
299
- **How It Works:**
300
-
301
- ```
302
- 1. Customer WhatsApps you
303
- → Agent replies instantly, gathers details
304
-
305
- 2. Agent notifies you (summary, not the full thread)
306
- → "New enquiry: Mrs. Johnson, bathroom refit"
307
-
308
- 3. You reply: "Quote her £4,500, available March"
309
- → Agent sends the quote, schedules follow-up
310
-
311
- 4. You never opened an app. You never typed a quote.
312
- → The job is booked while you were on the tools.
313
- ```
314
-
315
- **Objections (FAQ):**
316
-
317
- ```
318
- "What if it says something wrong?"
319
- You're always in control. For the first week, it drafts and you approve
320
- before anything goes out. After that, you choose what it handles alone.
321
-
322
- "Do I need a computer?"
323
- No. Everything happens in WhatsApp. If you can message your mates,
324
- you can use Task Agent.
325
-
326
- "What does it cost?"
327
- £49/month—less than one missed job. Free for early adopters.
328
-
329
- "What about [Facebook/email/phone calls]?"
330
- Coming soon. We're starting with WhatsApp because that's where
331
- most tradespeople already are.
332
- ```
333
-
334
- **Final CTA:**
335
-
336
- ```
337
- HEADING: "Stop losing jobs. Start finishing on time."
338
-
339
- [Get Early Access] (Free for early adopters)
340
-
341
- No credit card. No commitment. We'll let you know when it's ready.
342
- ```
343
-
344
- ### Metrics to Track
345
-
346
- | Metric | Target | Why |
347
- |--------|--------|-----|
348
- | Conversion (signup) | >5% | Validates demand |
349
- | Time on page | >60s | Interest level |
350
- | Scroll to bottom | >40% | Message resonance |
351
- | FAQ clicks | Track which | Identifies objections |
352
-
353
- **Insight:** Every section of this landing page traces back to validated customer insights. The headline ("Never miss another job") comes directly from Sarah's quote about losing customers. The "10 different places" problem is her exact description. The "10pm quote typing" is Neil's real workflow. Nothing is invented—it's synthesized from PMF analysis.
354
-
355
- ---
356
-
357
- ## OG Images & Social Sharing
358
-
359
- For generating Open Graph images and Twitter cards, see **[og-images.md](og-images.md)**.
360
-
361
- The OG image formats (landscape, square, portrait) can also be reused as responsive portfolio images across breakpoints.
@@ -1,167 +0,0 @@
1
- # Market Type Framework
2
-
3
- ## Purpose
4
- Identify which type of market you're entering to choose the right strategy, set realistic expectations, and avoid common mistakes.
5
-
6
- ## When to Use
7
- - Starting a new venture and need to set strategy
8
- - Confused about why tactics that work for others don't work for you
9
- - Setting expectations for time-to-revenue and burn rate
10
- - Deciding between competing strategic approaches
11
- - Validating that your strategy matches your market reality
12
-
13
- ## Process
14
-
15
- ### 1. Identify Your Market Type
16
-
17
- There are four distinct market types, each requiring different strategies:
18
-
19
- **Existing Market**
20
- - Definition: Defined competitors, known customers, established category
21
- - Customers know what they want and how to evaluate options
22
- - Example: New CRM competing with Salesforce
23
-
24
- **New Market**
25
- - Definition: No direct competitors, customers need education
26
- - Creating a category that doesn't exist yet
27
- - Example: First smartphone (iPhone in 2007)
28
-
29
- **Resegmented Market (Low-Cost)**
30
- - Definition: Attack incumbent with "good enough" at lower price
31
- - Target customers who are over-served by existing solutions
32
- - Example: Southwest Airlines vs. legacy carriers
33
-
34
- **Resegmented Market (Niche)**
35
- - Definition: Serve an underserved segment better than incumbents
36
- - Target customers poorly served by one-size-fits-all solutions
37
- - Example: Mailchimp for small businesses vs. enterprise email
38
-
39
- ### 2. Understand the Implications
40
-
41
- | Aspect | Existing | New | Reseg (Low-Cost) | Reseg (Niche) |
42
- |--------|----------|-----|------------------|---------------|
43
- | **Customers** | Known, can be found | Must be discovered | Underserved by incumbents | Specific, identifiable |
44
- | **Competition** | Direct, well-funded | None (but also no demand) | Incumbents with bloat | Incumbents ignoring segment |
45
- | **Risk** | Losing to established players | Market never materializes | Incumbents respond with price cuts | Niche too small |
46
- | **Time to Break-Even** | 2-3 years | 5-7 years | 2-4 years | 2-4 years |
47
- | **Capital Required** | High (competing on features) | Very high (creating demand) | Moderate (efficiency focus) | Moderate (focus wins) |
48
- | **Key Success Factor** | Better product on valued axis | Creating category demand | Operational efficiency | Deep segment understanding |
49
-
50
- ### 3. Assess Your Reality
51
-
52
- Answer these diagnostic questions:
53
-
54
- **For Existing Market:**
55
- - Who are the established players?
56
- - What axis do customers use to evaluate? (speed, features, price, etc.)
57
- - Can you be demonstrably better on that axis?
58
- - Do you have resources to out-market incumbents?
59
-
60
- **For New Market:**
61
- - Why hasn't this existed before?
62
- - What changed to make this possible now?
63
- - How will you educate customers?
64
- - Do you have runway for 5+ years of market development?
65
-
66
- **For Resegmented (Low-Cost):**
67
- - Which features can you strip without losing core value?
68
- - Can you deliver at significantly lower cost structure?
69
- - What's your sustainable cost advantage?
70
- - How will incumbents respond?
71
-
72
- **For Resegmented (Niche):**
73
- - What specific segment is underserved?
74
- - Why do incumbents ignore this segment?
75
- - What unique value can you provide?
76
- - Is the niche big enough to sustain a business?
77
-
78
- ### 4. Validate Your Market Type
79
-
80
- Test your assumptions about market type:
81
-
82
- **Existing Market Tests:**
83
- - Can you find 10 customers using incumbent solutions this week?
84
- - Do they wish their current solution did X better?
85
- - Will they switch for a better X?
86
-
87
- **New Market Tests:**
88
- - When you describe the problem, do people recognize it?
89
- - Are there workarounds people use? (Signals latent demand)
90
- - Are there adjacent categories that suggest this could exist?
91
-
92
- **Resegmented Market Tests:**
93
- - Is there a clear segment poorly served today?
94
- - Will they accept trade-offs for lower price/better fit?
95
- - Can you reach this segment cost-effectively?
96
-
97
- ### 5. Align Strategy to Market Type
98
-
99
- **Existing Market Strategy:**
100
- - Position on performance axis customers already value
101
- - Invest in marketing and sales to compete
102
- - Move fast—you're racing against funded competitors
103
- - Focus: Better, faster, stronger
104
-
105
- **New Market Strategy:**
106
- - Focus on educating early adopters
107
- - Build community and evangelists
108
- - Patient capital—long runway required
109
- - Focus: Vision, education, category creation
110
-
111
- **Resegmented Strategy:**
112
- - Clearly communicate what you're NOT (managing expectations)
113
- - Target customers who know they're over-served
114
- - Defend against incumbent retaliation
115
- - Focus: Specificity, fit, efficiency
116
-
117
- ### 6. Synthesis
118
-
119
- - Which market type are you actually in? (Be honest)
120
- - Does your current strategy match that market type?
121
- - Are your expectations realistic for that market type?
122
- - What would change if you're in a different market type than you thought?
123
-
124
- ## Example
125
-
126
- **Idea**: "AI-powered legal document review for small law firms"
127
-
128
- ### Market Type Analysis
129
-
130
- **Initial Assumption:** New market (AI for legal is innovative!)
131
-
132
- **Reality Check:**
133
- - Large law firms already use document review software
134
- - Solutions like Relativity, Logikcull, Luminance exist
135
- - Small firms use manual review or outsource
136
-
137
- **Actual Market Type:** Resegmented (Niche)
138
-
139
- **Why?**
140
- - Existing market: Legal tech exists, customers understand the category
141
- - Target segment: Small law firms (5-50 attorneys) underserved by enterprise solutions
142
- - Incumbents focus on large firms (higher revenue per customer)
143
- - Small firms can't afford enterprise pricing or IT overhead
144
-
145
- ### Strategic Implications
146
-
147
- **Wrong Strategy (New Market):**
148
- - Educate lawyers about AI (they already know about AI)
149
- - Long education cycle (unnecessary)
150
- - High burn rate (unsustainable)
151
-
152
- **Right Strategy (Resegmented Niche):**
153
- - Position against enterprise solutions: "Built for small firms"
154
- - Emphasize: No IT department needed, pay-per-use pricing
155
- - Target lawyers at conferences for small/solo practitioners
156
- - Case studies showing small firm success
157
-
158
- **Time to Break-Even:** 2-3 years (not 5-7)
159
-
160
- **Capital Required:** Moderate (not extreme)
161
-
162
- **Key Metrics:**
163
- - Small firm conversion rate
164
- - Time to value (must be fast—no IT support)
165
- - Price sensitivity testing
166
-
167
- **Insight:** By correctly identifying as Resegmented (Niche), the strategy shifts from "create a category" to "win a specific segment." This dramatically changes resource allocation, timeline expectations, and go-to-market approach.