@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,336 +0,0 @@
1
- ---
2
- name: zero-to-prototype
3
- description: Takes entrepreneurs from raw idea to validated prototype—from initial concept through customer discovery, validation frameworks, to landing page and PRD. Use when someone wants to validate a business idea, conduct customer discovery, test assumptions, create a landing page, write a PRD, or go from "I have an idea" to "I'm ready to build." Triggers include "pressure test this idea", "validate my thinking", "help me understand if this is worth pursuing", "create a landing page", "write a PRD", "do customer discovery", or when someone presents a new business idea for evaluation.
4
- ---
5
-
6
- # Zero to Prototype
7
-
8
- This skill guides you from raw idea to validated prototype using proven innovation frameworks. It covers the full journey:
9
-
10
- 1. **Idea Validation** → Is this worth pursuing?
11
- 2. **Customer Discovery** → Who needs this and why?
12
- 3. **Problem/Solution Fit** → Does this solve a real problem?
13
- 4. **Go-to-Market** → How do we reach customers?
14
- 5. **Deliverables** → Landing page, PRD, pitch materials
15
-
16
- ## Outputs
17
-
18
- All work is persisted to markdown files for durable artifacts:
19
-
20
- | Stage | Output File | Purpose |
21
- |-------|-------------|---------|
22
- | PMF Analysis | `<PROJECT>-PMF.md` | Validated insights, customer quotes, frameworks applied |
23
- | Product Spec | `<PROJECT>-PRD.md` | Requirements, user stories, success metrics |
24
- | Landing Page | `<PROJECT>-LANDING.md` | Copy, structure, conversion elements |
25
-
26
- Write progressively as you work—don't wait until the end.
27
-
28
- ## Available Frameworks (31 total)
29
-
30
- **Problem & Customer Discovery:**
31
- - 5 Whys Method
32
- - Jobs to Be Done (JTBD)
33
- - The Mom Test
34
- - Problem Validation
35
- - Persona Development
36
- - Earlyvangelist Identification
37
- - Commitment Signals (Currencies of Conversation)
38
- - Workflow Mapping
39
- - Boolean Search Mastery
40
-
41
- **Strategy & Positioning:**
42
- - Business Model Canvas
43
- - Market Type Framework
44
- - Positioning Statement
45
- - Value Proposition Canvas
46
- - First Principles Thinking
47
-
48
- **Validation & Testing:**
49
- - Assumption Testing
50
- - MVP Types
51
- - Build-Measure-Learn Loop
52
- - Innovation Accounting
53
- - Product-Market Fit Signals
54
-
55
- **Analysis & Prioritization:**
56
- - Pre-mortem Analysis
57
- - Fishbone Diagram (Ishikawa)
58
- - Pareto Analysis (80/20 Rule)
59
- - ICE Scoring
60
- - Win/Loss Analysis
61
- - Research Synthesis
62
-
63
- **Growth & Scaling:**
64
- - Three Engines of Growth
65
- - AARRR Metrics (Pirate Metrics)
66
- - Pivot Types
67
-
68
- **Design & Ideation:**
69
- - Design Thinking
70
-
71
- **Deliverables:**
72
- - Landing Page Creation
73
- - Product Requirements Document (PRD)
74
-
75
- ## Workflow
76
-
77
- ### Phase 1: Discovery
78
-
79
- When someone presents an idea, understand context first:
80
-
81
- 1. **What's the idea?** (1-2 sentence summary)
82
- 2. **What type of idea is this?**
83
- - New business or venture
84
- - Product or service offering
85
- - GTM or marketing strategy
86
- - Feature or improvement
87
- 3. **What's your primary goal?**
88
- - Validate whether it's worth pursuing
89
- - Find and understand customers
90
- - Create deliverables (landing page, PRD)
91
- - Full zero-to-prototype journey
92
- 4. **What stage are you at?**
93
- - Early concept (just an idea)
94
- - Some validation done (talked to customers)
95
- - Ready for deliverables (need landing page/PRD)
96
-
97
- ### Phase 2: Framework Selection
98
-
99
- Based on discovery, recommend frameworks from this matrix:
100
-
101
- #### By Primary Goal
102
-
103
- **Goal: Validate whether worth pursuing**
104
- - → **Problem Validation** + **Assumption Testing** (references/problem-validation.md, references/assumption-testing.md)
105
- - → **5 Whys** or **JTBD** for understanding the core problem
106
- - → **Market Type Framework** for realistic expectations
107
- - → **Pre-mortem** for risk identification
108
-
109
- **Goal: Find and understand customers**
110
- - → **Mom Test** for customer conversations (references/mom-test.md)
111
- - → **Earlyvangelist Identification** for finding first customers (references/earlyvangelist.md)
112
- - → **Boolean Search** for prospect finding (references/boolean-search.md)
113
- - → **Persona Development** for customer profiles (references/persona-development.md)
114
- - → **Commitment Signals** for qualifying interest (references/commitment-signals.md)
115
- - → **Workflow Mapping** for understanding current state (references/workflow-mapping.md)
116
-
117
- **Goal: Measure progress**
118
- - → **Innovation Accounting** for pre-revenue progress (references/innovation-accounting.md)
119
- - → **AARRR Metrics** for full funnel (references/aarrr-metrics.md)
120
- - → **Product-Market Fit Signals** for PMF assessment (references/product-market-fit.md)
121
- - → **Research Synthesis** for combining qual/quant (references/research-synthesis.md)
122
-
123
- **Goal: Prioritize and refine**
124
- - → **Pareto Analysis** or **ICE Scoring** for prioritization
125
- - → **Value Proposition Canvas** for customer alignment
126
- - → **Positioning Statement** for differentiation (references/positioning-statement.md)
127
- - → **Design Thinking** for user-centered refinement
128
-
129
- **Goal: Plan growth**
130
- - → **Three Engines of Growth** for growth strategy (references/three-engines-of-growth.md)
131
- - → **Win/Loss Analysis** for conversion improvement (references/win-loss-analysis.md)
132
- - → **Pivot Types** for direction changes (references/pivot-types.md)
133
-
134
- **Goal: Create deliverables**
135
- - → For visual language, palette, typography, and tone of voice, use the sibling `brand-pack` skill (not this one).
136
- - → **Landing Page Creation** (references/landing-page.md)
137
- - → **PRD** (references/prd.md)
138
-
139
- #### By Stage
140
-
141
- **Early Concept (just an idea):**
142
- 1. Business Model Canvas → Map the idea
143
- 2. Problem Validation → Is the problem real?
144
- 3. Mom Test → How to interview customers
145
- 4. Earlyvangelist → Find people to validate with
146
-
147
- **Some Validation (talked to customers):**
148
- 1. JTBD → Refine understanding of the job
149
- 2. Assumption Testing → Test critical beliefs
150
- 3. MVP Types → Choose validation approach
151
- 4. Positioning Statement → Clarify differentiation
152
-
153
- **Ready for Deliverables:**
154
- 1. Research Synthesis → Consolidate learnings
155
- 2. Landing Page → Create demand-testing page
156
- 3. PRD → Document requirements
157
-
158
- ### Phase 3: Apply Framework
159
-
160
- When applying a framework:
161
-
162
- 1. **Load the reference file** from `references/` directory
163
- 2. **Follow the process** exactly as outlined
164
- 3. **Ask questions conversationally** (don't interrogate)
165
- 4. **Capture insights** as they emerge
166
- 5. **Write findings** to the output file after each framework
167
-
168
- **Guidelines:**
169
- - One question at a time
170
- - Push for specifics (avoid generic answers)
171
- - Acknowledge good points
172
- - Use examples from the reference file
173
-
174
- ### Phase 4: Synthesis & Deliverables
175
-
176
- After completing frameworks:
177
-
178
- 1. **Summarize key insights**
179
- - What was validated?
180
- - What blind spots emerged?
181
- - What customer quotes captured the pain?
182
-
183
- 2. **Make a recommendation**
184
- - Go/no-go with confidence level
185
- - Top risks and mitigations
186
- - Recommended next actions
187
-
188
- 3. **Create deliverables** (if requested)
189
- - **Landing Page**: Use `references/landing-page.md` to transform insights into copy
190
- - **PRD**: Use `references/prd.md` to document requirements
191
-
192
- 4. **Write the synthesis** to output file
193
-
194
- ## Complete Journey Workflows
195
-
196
- ### Zero to Prototype (Full Journey)
197
-
198
- For someone going from raw idea to ready-to-build:
199
-
200
- **Week 1-2: Validation**
201
- 1. **Business Model Canvas** → Map the full idea
202
- 2. **Market Type Framework** → Set realistic expectations
203
- 3. **Problem Validation** → Confirm problem is real
204
- 4. **Mom Test** + **Earlyvangelist** → Find and interview customers
205
-
206
- **Week 3-4: Refinement**
207
- 5. **JTBD** → Understand the job deeply
208
- 6. **Assumption Testing** → Test critical beliefs
209
- 7. **Commitment Signals** → Assess real demand
210
- 8. **Research Synthesis** → Consolidate learnings
211
-
212
- **Week 5-6: Deliverables**
213
- 9. **Positioning Statement** → Nail the differentiation
214
- 10. **MVP Types** → Choose validation approach
215
- 11. **Landing Page** → Create demand-testing page
216
- 12. **PRD** → Document what to build
217
-
218
- ### Customer Discovery Sprint
219
-
220
- For validating a customer segment:
221
-
222
- 1. **Persona Development** → Define who to talk to
223
- 2. **Boolean Search** → Find them
224
- 3. **Mom Test** → Interview without bias
225
- 4. **Earlyvangelist** → Identify true early adopters
226
- 5. **Commitment Signals** → Qualify real interest
227
- 6. **Workflow Mapping** → Understand current state
228
-
229
- ### Idea Validation Sprint
230
-
231
- For quick go/no-go:
232
-
233
- 1. **5 Whys** or **JTBD** → Understand the problem
234
- 2. **Assumption Testing** → Identify critical beliefs
235
- 3. **Pre-mortem** → Surface risks
236
- 4. **Market Type** → Set expectations
237
- 5. Verdict: Go, iterate, or kill
238
-
239
- ### Post-Interview Synthesis
240
-
241
- After completing customer interviews:
242
-
243
- 1. **Research Synthesis** → Combine qual and quant
244
- 2. **JTBD** → Refine job statement
245
- 3. **Positioning Statement** → Clarify differentiation
246
- 4. **Landing Page** → Create demand test
247
- 5. **PRD** → Document requirements
248
-
249
- ### GTM Strategy
250
-
251
- For go-to-market planning:
252
-
253
- 1. **Positioning Statement** → Define differentiation
254
- 2. **Persona Development** → Target customer profiles
255
- 3. **Boolean Search** → Find and reach targets
256
- 4. **Value Proposition Canvas** → Align messaging
257
- 5. **AARRR Metrics** → Set up measurement
258
- 6. **Landing Page** → Create conversion page
259
-
260
- ## Selection Matrix (Quick Reference)
261
-
262
- | If you need to... | Use these frameworks |
263
- |-------------------|---------------------|
264
- | Understand the problem | 5 Whys, JTBD, Problem Validation |
265
- | Find customers | Earlyvangelist, Boolean Search, Persona |
266
- | Interview customers | Mom Test, Commitment Signals |
267
- | Map the business | Business Model Canvas, Market Type |
268
- | Test assumptions | Assumption Testing, Build-Measure-Learn |
269
- | Prioritize | Pareto, ICE Scoring |
270
- | Identify risks | Pre-mortem, Fishbone |
271
- | Clarify positioning | Positioning Statement, Value Proposition Canvas |
272
- | Measure progress | Innovation Accounting, AARRR, PMF Signals |
273
- | Combine data | Research Synthesis |
274
- | Choose MVP approach | MVP Types |
275
- | Plan growth | Three Engines, Pivot Types |
276
- | Create landing page | Landing Page Creation |
277
- | Write requirements | PRD |
278
-
279
- ## Key Principles
280
-
281
- 1. **Evidence over intuition** — Every insight should trace to customer data
282
- 2. **Specifics over generics** — Push for concrete examples and quotes
283
- 3. **Learning over building** — Validate before you invest
284
- 4. **Progress over perfection** — Ship, measure, iterate
285
- 5. **Synthesis over summary** — Connect dots, don't just list facts
286
-
287
- ## Research routing
288
-
289
- Customer-discovery prior-art lookups, prospect-finding (`references/boolean-search.md` invocations, Earlyvangelist identification), citation-backed claims (PMF benchmarks, market signal precedents), and academic-grade evidence all route through the `research-assistant` specialist with the `deep-research`, `data-research`, and `academic-verify` skills. Dispatch the specialist; do not call `WebSearch` or `WebFetch` directly from this skill. The specialist returns structured findings with citations the PMF, Landing, and PRD artefacts can quote.
290
-
291
- ## Framework Reference Files
292
-
293
- All frameworks are in `references/` directory:
294
-
295
- | Framework | File |
296
- |-----------|------|
297
- | 5 Whys | `five-whys.md` |
298
- | JTBD | `jtbd.md` |
299
- | Mom Test | `mom-test.md` |
300
- | Problem Validation | `problem-validation.md` |
301
- | Persona Development | `persona-development.md` |
302
- | Earlyvangelist | `earlyvangelist.md` |
303
- | Commitment Signals | `commitment-signals.md` |
304
- | Workflow Mapping | `workflow-mapping.md` |
305
- | Boolean Search | `boolean-search.md` |
306
- | Business Model Canvas | `business-model-canvas.md` |
307
- | Market Type | `market-type.md` |
308
- | Positioning Statement | `positioning-statement.md` |
309
- | Value Proposition Canvas | `value-proposition-canvas.md` |
310
- | First Principles | `first-principles.md` |
311
- | Assumption Testing | `assumption-testing.md` |
312
- | MVP Types | `mvp-types.md` |
313
- | Build-Measure-Learn | `build-measure-learn.md` |
314
- | Innovation Accounting | `innovation-accounting.md` |
315
- | Product-Market Fit | `product-market-fit.md` |
316
- | Pre-mortem | `pre-mortem.md` |
317
- | Fishbone | `fishbone.md` |
318
- | Pareto | `pareto.md` |
319
- | ICE Scoring | `ice-scoring.md` |
320
- | Win/Loss Analysis | `win-loss-analysis.md` |
321
- | Research Synthesis | `research-synthesis.md` |
322
- | Three Engines of Growth | `three-engines-of-growth.md` |
323
- | AARRR Metrics | `aarrr-metrics.md` |
324
- | Pivot Types | `pivot-types.md` |
325
- | Design Thinking | `design-thinking.md` |
326
- | Landing Page | `landing-page.md` |
327
- | OG Images | `og-images.md` |
328
- | PRD | `prd.md` |
329
-
330
- ## Notes
331
-
332
- - Load references on-demand (only when framework is selected)
333
- - One framework at a time (don't blend mid-stream)
334
- - User can switch frameworks if one isn't working
335
- - Always offer next steps after completing a framework
336
- - Write to output files progressively, not at the end
@@ -1,275 +0,0 @@
1
- # AARRR Metrics (Pirate Metrics)
2
-
3
- ## Purpose
4
- Track the complete customer journey through five critical stages, identifying the weakest point in your funnel to focus optimization efforts.
5
-
6
- ## When to Use
7
- - Setting up metrics for a new product
8
- - Diagnosing why growth has stalled
9
- - Prioritizing where to focus improvement efforts
10
- - Aligning team around growth metrics
11
- - Reporting progress to stakeholders
12
-
13
- ## Process
14
-
15
- ### 1. Understand the Five Stages
16
-
17
- Each stage represents a critical step in the customer journey:
18
-
19
- **A - Acquisition:** How do users find you?
20
- **A - Activation:** Do they have a good first experience?
21
- **R - Retention:** Do they come back?
22
- **R - Revenue:** Do they pay?
23
- **R - Referral:** Do they tell others?
24
-
25
- ### 2. Define Metrics for Each Stage
26
-
27
- **Acquisition - "How do users find us?"**
28
-
29
- | Metric | Definition | Target |
30
- |--------|------------|--------|
31
- | Total Visitors | Unique visitors from all sources | Growth trend |
32
- | Channel Breakdown | % from each source (organic, paid, social, direct) | Diversified |
33
- | Cost Per Visit | Total spend / Visitors | Decreasing |
34
- | Traffic Quality | % of visits meeting intent signals | >50% |
35
-
36
- **Questions to answer:**
37
- - Which channels drive the most traffic?
38
- - Which channels drive the highest quality traffic?
39
- - What's our cost per visit by channel?
40
- - Are we dependent on one channel?
41
-
42
- **Activation - "Do they have a good first experience?"**
43
-
44
- | Metric | Definition | Target |
45
- |--------|------------|--------|
46
- | Signup Rate | Signups / Visitors | >5-10% |
47
- | Onboarding Completion | % completing key onboarding steps | >80% |
48
- | Time to Value | Time from signup to "aha moment" | <24 hours |
49
- | Activation Rate | % reaching key engagement milestone | >30% |
50
-
51
- **Questions to answer:**
52
- - Where do users drop off in onboarding?
53
- - How long until users experience core value?
54
- - What's the definition of "activated"?
55
- - What predicts long-term retention?
56
-
57
- **Retention - "Do they come back?"**
58
-
59
- | Metric | Definition | Target |
60
- |--------|------------|--------|
61
- | DAU/MAU Ratio | Daily active / Monthly active | >20% |
62
- | Week 1 Retention | % returning in week 1 | >50% |
63
- | Month 1 Retention | % returning in month 1 | >40% |
64
- | Churn Rate | % of customers lost per period | <5%/mo |
65
-
66
- **Questions to answer:**
67
- - How many users return after first use?
68
- - What's retention by cohort?
69
- - What behaviors predict retention?
70
- - Why do users churn?
71
-
72
- **Revenue - "Do they pay?"**
73
-
74
- | Metric | Definition | Target |
75
- |--------|------------|--------|
76
- | Conversion Rate | Paying / Total users | Varies |
77
- | ARPU | Average Revenue Per User | Growth trend |
78
- | LTV | Customer Lifetime Value | >3x CAC |
79
- | MRR/ARR | Monthly/Annual Recurring Revenue | Growth trend |
80
-
81
- **Questions to answer:**
82
- - What % of users convert to paid?
83
- - What's the average customer worth?
84
- - Is revenue growing faster than users?
85
- - What's the path from free to paid?
86
-
87
- **Referral - "Do they tell others?"**
88
-
89
- | Metric | Definition | Target |
90
- |--------|------------|--------|
91
- | NPS | Net Promoter Score | >50 |
92
- | Referral Rate | % of users who refer | >10% |
93
- | Viral Coefficient | New users per existing user | Approaching 1 |
94
- | Referral Conversion | % of referrals who convert | >20% |
95
-
96
- **Questions to answer:**
97
- - Would customers recommend us?
98
- - What % of growth is organic?
99
- - What triggers referrals?
100
- - What's the quality of referred users?
101
-
102
- ### 3. Build Your Funnel Dashboard
103
-
104
- Map each stage with:
105
- - Primary metric
106
- - Supporting metrics
107
- - Current value
108
- - Target value
109
- - Trend (improving/stable/declining)
110
-
111
- **Example Dashboard:**
112
- ```
113
- STAGE | PRIMARY METRIC | CURRENT | TARGET | TREND
114
- -----------|--------------------|---------|---------|---------
115
- Acquisition| Monthly Visitors | 10,000 | 15,000 | ↑
116
- Activation | Signup Rate | 8% | 10% | →
117
- Activation | Time to Value | 3 days | 1 day | ↓
118
- Retention | Month 1 Retention | 25% | 40% | ↑
119
- Revenue | Conversion Rate | 3% | 5% | ↑
120
- Referral | NPS | 35 | 50 | →
121
- ```
122
-
123
- ### 4. Identify the Constraint
124
-
125
- **The Theory of Constraints:** The weakest stage limits overall growth.
126
-
127
- To find your constraint:
128
- 1. Look for the biggest drop-off between stages
129
- 2. Compare your metrics to benchmarks
130
- 3. Calculate the impact of improving each stage
131
-
132
- **Example Analysis:**
133
- - Acquisition: 10,000 visitors (adequate)
134
- - Activation: 800 signups (8% = okay)
135
- - Retention: 200 Month 1 (25% = PROBLEM)
136
- - Revenue: 60 paying (30% = good)
137
- - Referral: 6 referrals (10% = okay)
138
-
139
- **Constraint identified:** Retention (25% Month 1)
140
-
141
- Even if you double acquisition to 20,000 visitors:
142
- - With 25% retention: 400 retained → 120 paying
143
- - With 40% retention: 320 retained → 96 paying
144
-
145
- Improving retention by 15% would have bigger impact than doubling traffic.
146
-
147
- ### 5. Optimize the Constraint
148
-
149
- Once you've identified the constraint, go deep:
150
-
151
- **Retention example actions:**
152
- 1. Analyze churned users - what's common?
153
- 2. Interview retained users - what kept them?
154
- 3. Identify activation metrics that predict retention
155
- 4. Test interventions (emails, features, onboarding)
156
- 5. Measure cohort retention weekly
157
-
158
- **Only move to the next constraint when the current one is solved.**
159
-
160
- ### 6. Cohort Analysis
161
-
162
- Track metrics by cohort (users who started at the same time):
163
-
164
- **Why cohorts matter:**
165
- - Aggregate numbers hide improvements
166
- - January users vs. June users may behave differently
167
- - Product changes show up in newer cohorts first
168
-
169
- **Example Cohort Retention:**
170
- ```
171
- Cohort | Week 1 | Week 2 | Week 3 | Week 4
172
- ----------|--------|--------|--------|--------
173
- January | 40% | 30% | 22% | 18%
174
- February | 42% | 32% | 25% | 20%
175
- March | 48% | 38% | 30% | 25%
176
- ```
177
-
178
- **Insight:** March cohort is improving - product changes working
179
-
180
- ### 7. Stage-Specific Experiments
181
-
182
- **Acquisition experiments:**
183
- - New channel tests
184
- - Ad creative variations
185
- - SEO content experiments
186
- - Partnership pilots
187
-
188
- **Activation experiments:**
189
- - Onboarding flow changes
190
- - Time-to-value reduction
191
- - First-use experience improvements
192
- - Tutorial/guidance additions
193
-
194
- **Retention experiments:**
195
- - Engagement features
196
- - Email/notification cadence
197
- - Feature adoption campaigns
198
- - Re-engagement campaigns
199
-
200
- **Revenue experiments:**
201
- - Pricing tests
202
- - Plan/tier changes
203
- - Upsell timing
204
- - Payment friction reduction
205
-
206
- **Referral experiments:**
207
- - Referral program design
208
- - Share mechanics
209
- - Incentive structures
210
- - Social proof additions
211
-
212
- ### 8. Synthesis
213
-
214
- After setting up your AARRR dashboard:
215
- - Which stage is the current constraint?
216
- - What's causing the drop-off at that stage?
217
- - What experiments could improve it?
218
- - How will you measure improvement?
219
- - What's the target that would make you move to the next constraint?
220
-
221
- ## Example
222
-
223
- **Product**: B2B email outreach tool
224
-
225
- ### Current Metrics
226
-
227
- | Stage | Metric | Current | Target |
228
- |-------|--------|---------|--------|
229
- | Acquisition | Monthly visitors | 5,000 | 10,000 |
230
- | Activation | Trial starts | 500 (10%) | 750 (15%) |
231
- | Activation | Complete first sequence | 150 (30%) | 250 (50%) |
232
- | Retention | Week 2 Active | 75 (50%) | 100 (67%) |
233
- | Revenue | Convert to paid | 30 (40%) | 45 (60%) |
234
- | Referral | Recommend (NPS >8) | 15 (50%) | 25 (83%) |
235
-
236
- ### Constraint Analysis
237
-
238
- Biggest drop-off: Trial start → Complete first sequence (30%)
239
-
240
- **Why this matters:**
241
- - 70% of trial users never complete their first outreach sequence
242
- - Users who complete first sequence retain 80%+ at Week 2
243
- - This is THE activation bottleneck
244
-
245
- ### Experiment Plan
246
-
247
- **Hypothesis:** Completing first sequence is too hard/confusing
248
-
249
- **Experiments:**
250
- 1. **Template library:** Pre-built sequences (reduce blank page problem)
251
- - Success: First sequence completion >40%
252
- 2. **Guided onboarding:** Step-by-step wizard
253
- - Success: First sequence completion >45%
254
- 3. **Time-based help:** If no sequence in 24h, trigger outreach
255
- - Success: First sequence completion >50%
256
-
257
- **Timeline:** Test each for 2 weeks, measure cohort completion rate
258
-
259
- ### 6-Week Results
260
-
261
- | Experiment | First Sequence Completion |
262
- |------------|---------------------------|
263
- | Baseline | 30% |
264
- | Template Library | 38% (+8%) |
265
- | + Guided Onboarding | 52% (+14%) |
266
- | + Time-based Help | 58% (+6%) |
267
-
268
- **New metrics after optimization:**
269
- - First sequence completion: 58% (was 30%)
270
- - Week 2 retention: 68% (was 50%)
271
- - Conversion to paid: 48% (was 40%)
272
-
273
- **Insight:** Fixing the activation bottleneck (first sequence completion) improved downstream metrics without touching retention or revenue directly. This is the power of focusing on the constraint.
274
-
275
- **New constraint:** Acquisition (need more traffic now that funnel converts better)
@@ -1,93 +0,0 @@
1
- # Assumption Testing
2
-
3
- ## Purpose
4
- Identify and validate critical assumptions your idea depends on, separating what you know from what you believe.
5
-
6
- ## When to Use
7
- - Validating new business ideas before investment
8
- - Refining GTM strategies
9
- - When the idea has many unknowns
10
- - Before making resource commitments
11
-
12
- ## Process
13
-
14
- 1. **Brain dump all assumptions**
15
- - List everything you believe to be true about:
16
- - Customers (who they are, what they want, willingness to pay)
17
- - Market (size, growth, competition)
18
- - Execution (your ability, resources, timeline)
19
- - Business model (how you make money, unit economics)
20
-
21
- 2. **Categorize assumptions**
22
- - **Known**: Evidence-based facts
23
- - **Assumed**: Unvalidated beliefs
24
- - **Unknown**: Things you don't know yet
25
-
26
- 3. **Prioritize by risk**
27
- - **Critical assumptions**: If wrong, the idea fails
28
- - **Important assumptions**: If wrong, major pivot needed
29
- - **Minor assumptions**: If wrong, adjust and continue
30
- - Focus on critical assumptions first
31
-
32
- 4. **Assess validation difficulty**
33
- - **Easy to test**: Can validate in days/weeks with low cost
34
- - **Moderate to test**: Requires some time/resources
35
- - **Hard to test**: Expensive or time-intensive to validate
36
-
37
- 5. **Design minimum tests**
38
- - For each critical assumption, create the smallest test:
39
- - Customer interviews (5-10 target customers)
40
- - Landing page with ad spend ($100-500)
41
- - Prototype demonstration
42
- - Pre-sales/letters of intent
43
- - What specific evidence would confirm or reject?
44
-
45
- 6. **Set decision criteria**
46
- - What result means "proceed"?
47
- - What result means "pivot"?
48
- - What result means "kill the idea"?
49
-
50
- 7. **Run tests, gather evidence**
51
- - Execute minimum tests
52
- - Document results objectively
53
-
54
- 8. **Synthesis**
55
- - Which critical assumptions were validated?
56
- - Which were invalidated?
57
- - What pivots are needed?
58
- - Is the idea still viable?
59
-
60
- ## Example
61
-
62
- **Idea**: "Subscription box for AI prompt templates for marketing teams"
63
-
64
- **Critical assumptions**:
65
- 1. Marketing teams regularly need prompt templates
66
- 2. They'll pay $99/month for curated prompts
67
- 3. Generic templates provide value vs. custom creation
68
- 4. Decision-maker is marketing manager/director
69
- 5. Monthly delivery model fits their workflow
70
-
71
- **Prioritized risk**:
72
- - **Assumption #2** (pricing/willingness to pay) = HIGHEST RISK
73
- - If wrong: Revenue model fails
74
- - Easy to test: Landing page + ad campaign
75
-
76
- **Test design**:
77
- - Create landing page describing offer
78
- - Run $300 LinkedIn ad campaign to marketing managers
79
- - Offer "early bird" pricing: $79/mo (save $20)
80
- - Measure: Click-through rate, email signups, pre-orders
81
- - Success criteria: 5% CTR, 30 email signups, 3+ pre-orders in 2 weeks
82
-
83
- **Test results** (hypothetical):
84
- - CTR: 2.3% (below target)
85
- - Email signups: 47 (above target)
86
- - Pre-orders: 0 (major red flag)
87
- - Feedback: "Love the idea but seems expensive for templates"
88
-
89
- **Insight**: Interest exists but price resistance is real. Invalidated assumption #2. Pivots to test:
90
- - Lower price point ($29/mo)
91
- - One-time template library purchase
92
- - Freemium model with premium add-ons
93
- - Enterprise licensing vs. individual subscriptions