@c0x12c/ai-toolkit 1.15.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude-plugin/marketplace.json +16 -0
- package/.claude-plugin/plugin.json +12 -0
- package/README.md +439 -0
- package/VERSION +1 -0
- package/agents/design-critic.md +127 -0
- package/agents/idea-killer.md +72 -0
- package/agents/infrastructure-expert.md +49 -0
- package/agents/micronaut-backend-expert.md +45 -0
- package/agents/phase-reviewer.md +150 -0
- package/agents/research-planner.md +70 -0
- package/agents/solution-architect-cto.md +49 -0
- package/agents/sre-architect.md +49 -0
- package/agents/team-coordinator.md +111 -0
- package/bin/cli.js +780 -0
- package/claude-md/00-header.md +39 -0
- package/claude-md/01-core.md +105 -0
- package/claude-md/05-database.md +20 -0
- package/claude-md/11-backend-micronaut.md +19 -0
- package/claude-md/20-frontend-react.md +44 -0
- package/claude-md/25-ux-design.md +56 -0
- package/claude-md/30-infrastructure.md +24 -0
- package/claude-md/30-project-mgmt.md +119 -0
- package/claude-md/40-product.md +39 -0
- package/claude-md/50-ops.md +34 -0
- package/claude-md/60-research.md +27 -0
- package/claude-md/90-footer.md +21 -0
- package/commands/spartan/brainstorm.md +134 -0
- package/commands/spartan/brownfield.md +157 -0
- package/commands/spartan/build.md +435 -0
- package/commands/spartan/careful.md +94 -0
- package/commands/spartan/commit-message.md +112 -0
- package/commands/spartan/content.md +17 -0
- package/commands/spartan/context-save.md +161 -0
- package/commands/spartan/contribute.md +140 -0
- package/commands/spartan/daily.md +42 -0
- package/commands/spartan/debug.md +308 -0
- package/commands/spartan/deep-dive.md +55 -0
- package/commands/spartan/deploy.md +207 -0
- package/commands/spartan/e2e.md +264 -0
- package/commands/spartan/env-setup.md +166 -0
- package/commands/spartan/epic.md +199 -0
- package/commands/spartan/fe-review.md +181 -0
- package/commands/spartan/figma-to-code.md +260 -0
- package/commands/spartan/forensics.md +46 -0
- package/commands/spartan/freeze.md +84 -0
- package/commands/spartan/fundraise.md +53 -0
- package/commands/spartan/gate-review.md +229 -0
- package/commands/spartan/gsd-upgrade.md +376 -0
- package/commands/spartan/guard.md +42 -0
- package/commands/spartan/init-project.md +178 -0
- package/commands/spartan/init-rules.md +298 -0
- package/commands/spartan/interview.md +154 -0
- package/commands/spartan/kickoff.md +73 -0
- package/commands/spartan/kotlin-service.md +109 -0
- package/commands/spartan/lean-canvas.md +222 -0
- package/commands/spartan/lint-rules.md +122 -0
- package/commands/spartan/map-codebase.md +124 -0
- package/commands/spartan/migration.md +82 -0
- package/commands/spartan/next-app.md +317 -0
- package/commands/spartan/next-feature.md +212 -0
- package/commands/spartan/onboard.md +326 -0
- package/commands/spartan/outreach.md +16 -0
- package/commands/spartan/phase.md +142 -0
- package/commands/spartan/pitch.md +18 -0
- package/commands/spartan/plan.md +210 -0
- package/commands/spartan/pr-ready.md +202 -0
- package/commands/spartan/project.md +106 -0
- package/commands/spartan/qa.md +222 -0
- package/commands/spartan/research.md +254 -0
- package/commands/spartan/review.md +132 -0
- package/commands/spartan/scan-rules.md +173 -0
- package/commands/spartan/sessions.md +143 -0
- package/commands/spartan/spec.md +131 -0
- package/commands/spartan/startup.md +257 -0
- package/commands/spartan/team.md +570 -0
- package/commands/spartan/teardown.md +161 -0
- package/commands/spartan/testcontainer.md +97 -0
- package/commands/spartan/tf-cost.md +123 -0
- package/commands/spartan/tf-deploy.md +116 -0
- package/commands/spartan/tf-drift.md +100 -0
- package/commands/spartan/tf-import.md +107 -0
- package/commands/spartan/tf-module.md +121 -0
- package/commands/spartan/tf-plan.md +100 -0
- package/commands/spartan/tf-review.md +106 -0
- package/commands/spartan/tf-scaffold.md +109 -0
- package/commands/spartan/tf-security.md +147 -0
- package/commands/spartan/think.md +221 -0
- package/commands/spartan/unfreeze.md +13 -0
- package/commands/spartan/update.md +134 -0
- package/commands/spartan/ux.md +1233 -0
- package/commands/spartan/validate.md +193 -0
- package/commands/spartan/web-to-prd.md +706 -0
- package/commands/spartan/workstreams.md +109 -0
- package/commands/spartan/write.md +16 -0
- package/commands/spartan.md +386 -0
- package/frameworks/00-framework-comparison-guide.md +317 -0
- package/frameworks/01-lean-canvas.md +196 -0
- package/frameworks/02-design-sprint.md +304 -0
- package/frameworks/03-foundation-sprint.md +337 -0
- package/frameworks/04-business-model-canvas.md +391 -0
- package/frameworks/05-customer-development.md +426 -0
- package/frameworks/06-jobs-to-be-done.md +358 -0
- package/frameworks/07-mom-test.md +392 -0
- package/frameworks/08-value-proposition-canvas.md +488 -0
- package/frameworks/09-javelin-board.md +428 -0
- package/frameworks/10-build-measure-learn.md +467 -0
- package/frameworks/11-mvp-approaches.md +533 -0
- package/frameworks/think-before-build.md +593 -0
- package/lib/assembler.js +197 -0
- package/lib/assembler.test.js +159 -0
- package/lib/detector.js +166 -0
- package/lib/detector.test.js +221 -0
- package/lib/packs.js +16 -0
- package/lib/resolver.js +272 -0
- package/lib/resolver.test.js +298 -0
- package/lib/worktree.sh +104 -0
- package/package.json +50 -0
- package/packs/backend-micronaut.yaml +35 -0
- package/packs/backend-nodejs.yaml +15 -0
- package/packs/backend-python.yaml +15 -0
- package/packs/core.yaml +37 -0
- package/packs/database.yaml +21 -0
- package/packs/frontend-react.yaml +24 -0
- package/packs/infrastructure.yaml +40 -0
- package/packs/ops.yaml +16 -0
- package/packs/packs.compiled.json +371 -0
- package/packs/product.yaml +22 -0
- package/packs/project-mgmt.yaml +24 -0
- package/packs/research.yaml +39 -0
- package/packs/shared-backend.yaml +14 -0
- package/packs/ux-design.yaml +21 -0
- package/rules/backend-micronaut/API_DESIGN.md +313 -0
- package/rules/backend-micronaut/BATCH_PROCESSING.md +92 -0
- package/rules/backend-micronaut/CONTROLLERS.md +388 -0
- package/rules/backend-micronaut/KOTLIN.md +414 -0
- package/rules/backend-micronaut/RETROFIT_PLACEMENT.md +290 -0
- package/rules/backend-micronaut/SERVICES_AND_BEANS.md +325 -0
- package/rules/core/NAMING_CONVENTIONS.md +208 -0
- package/rules/core/SKILL_AUTHORING.md +174 -0
- package/rules/core/TIMEZONE.md +316 -0
- package/rules/database/ORM_AND_REPO.md +289 -0
- package/rules/database/SCHEMA.md +146 -0
- package/rules/database/TRANSACTIONS.md +311 -0
- package/rules/frontend-react/FRONTEND.md +344 -0
- package/rules/infrastructure/MODULES.md +260 -0
- package/rules/infrastructure/NAMING.md +196 -0
- package/rules/infrastructure/PROVIDERS.md +309 -0
- package/rules/infrastructure/SECURITY.md +310 -0
- package/rules/infrastructure/STATE_AND_BACKEND.md +237 -0
- package/rules/infrastructure/STRUCTURE.md +234 -0
- package/rules/infrastructure/VARIABLES.md +285 -0
- package/rules/shared-backend/ARCHITECTURE.md +46 -0
- package/rules/ux-design/DESIGN_PROCESS.md +176 -0
- package/skills/api-endpoint-creator/SKILL.md +455 -0
- package/skills/api-endpoint-creator/error-handling-guide.md +244 -0
- package/skills/api-endpoint-creator/examples.md +522 -0
- package/skills/api-endpoint-creator/testing-patterns.md +302 -0
- package/skills/article-writing/SKILL.md +109 -0
- package/skills/article-writing/examples.md +59 -0
- package/skills/backend-api-design/SKILL.md +84 -0
- package/skills/backend-api-design/code-patterns.md +138 -0
- package/skills/brainstorm/SKILL.md +95 -0
- package/skills/browser-qa/SKILL.md +87 -0
- package/skills/browser-qa/playwright-snippets.md +110 -0
- package/skills/ci-cd-patterns/SKILL.md +108 -0
- package/skills/ci-cd-patterns/workflows.md +149 -0
- package/skills/competitive-teardown/SKILL.md +93 -0
- package/skills/competitive-teardown/example-analysis.md +50 -0
- package/skills/content-engine/SKILL.md +131 -0
- package/skills/content-engine/examples.md +72 -0
- package/skills/database-patterns/SKILL.md +72 -0
- package/skills/database-patterns/code-templates.md +114 -0
- package/skills/database-table-creator/SKILL.md +141 -0
- package/skills/database-table-creator/examples.md +552 -0
- package/skills/database-table-creator/kotlin-templates.md +400 -0
- package/skills/database-table-creator/migration-template.sql +68 -0
- package/skills/database-table-creator/validation-checklist.md +337 -0
- package/skills/deep-research/SKILL.md +80 -0
- package/skills/design-intelligence/SKILL.md +268 -0
- package/skills/design-workflow/SKILL.md +127 -0
- package/skills/design-workflow/checklists.md +45 -0
- package/skills/idea-validation/SKILL.md +129 -0
- package/skills/idea-validation/example-report.md +50 -0
- package/skills/investor-materials/SKILL.md +122 -0
- package/skills/investor-materials/example-outline.md +70 -0
- package/skills/investor-outreach/SKILL.md +112 -0
- package/skills/investor-outreach/examples.md +76 -0
- package/skills/kotlin-best-practices/SKILL.md +58 -0
- package/skills/kotlin-best-practices/code-patterns.md +132 -0
- package/skills/market-research/SKILL.md +99 -0
- package/skills/security-checklist/SKILL.md +65 -0
- package/skills/security-checklist/audit-reference.md +95 -0
- package/skills/service-debugging/SKILL.md +116 -0
- package/skills/service-debugging/common-issues.md +65 -0
- package/skills/startup-pipeline/SKILL.md +152 -0
- package/skills/terraform-best-practices/SKILL.md +244 -0
- package/skills/terraform-module-creator/SKILL.md +284 -0
- package/skills/terraform-review/SKILL.md +222 -0
- package/skills/terraform-security-audit/SKILL.md +280 -0
- package/skills/terraform-service-scaffold/SKILL.md +574 -0
- package/skills/testing-strategies/SKILL.md +116 -0
- package/skills/testing-strategies/examples.md +103 -0
- package/skills/testing-strategies/integration-test-setup.md +71 -0
- package/skills/ui-ux-pro-max/SKILL.md +238 -0
- package/skills/ui-ux-pro-max/data/charts.csv +26 -0
- package/skills/ui-ux-pro-max/data/colors.csv +97 -0
- package/skills/ui-ux-pro-max/data/icons.csv +101 -0
- package/skills/ui-ux-pro-max/data/landing.csv +31 -0
- package/skills/ui-ux-pro-max/data/products.csv +97 -0
- package/skills/ui-ux-pro-max/data/react-performance.csv +45 -0
- package/skills/ui-ux-pro-max/data/stacks/astro.csv +54 -0
- package/skills/ui-ux-pro-max/data/stacks/flutter.csv +53 -0
- package/skills/ui-ux-pro-max/data/stacks/html-tailwind.csv +56 -0
- package/skills/ui-ux-pro-max/data/stacks/jetpack-compose.csv +53 -0
- package/skills/ui-ux-pro-max/data/stacks/nextjs.csv +53 -0
- package/skills/ui-ux-pro-max/data/stacks/nuxt-ui.csv +51 -0
- package/skills/ui-ux-pro-max/data/stacks/nuxtjs.csv +59 -0
- package/skills/ui-ux-pro-max/data/stacks/react-native.csv +52 -0
- package/skills/ui-ux-pro-max/data/stacks/react.csv +54 -0
- package/skills/ui-ux-pro-max/data/stacks/shadcn.csv +61 -0
- package/skills/ui-ux-pro-max/data/stacks/svelte.csv +54 -0
- package/skills/ui-ux-pro-max/data/stacks/swiftui.csv +51 -0
- package/skills/ui-ux-pro-max/data/stacks/vue.csv +50 -0
- package/skills/ui-ux-pro-max/data/styles.csv +68 -0
- package/skills/ui-ux-pro-max/data/typography.csv +58 -0
- package/skills/ui-ux-pro-max/data/ui-reasoning.csv +101 -0
- package/skills/ui-ux-pro-max/data/ux-guidelines.csv +100 -0
- package/skills/ui-ux-pro-max/data/web-interface.csv +31 -0
- package/skills/ui-ux-pro-max/python-setup.md +146 -0
- package/skills/ui-ux-pro-max/scripts/core.py +253 -0
- package/skills/ui-ux-pro-max/scripts/design_system.py +1067 -0
- package/skills/ui-ux-pro-max/scripts/search.py +114 -0
- package/skills/web-to-prd/SKILL.md +478 -0
- package/templates/build-config.yaml +44 -0
- package/templates/commands-config.yaml +55 -0
- package/templates/competitor-analysis.md +60 -0
- package/templates/content/AGENT_TEMPLATE.md +47 -0
- package/templates/content/COMMAND_TEMPLATE.md +27 -0
- package/templates/content/RULE_TEMPLATE.md +40 -0
- package/templates/content/SKILL_TEMPLATE.md +41 -0
- package/templates/design-config.md +105 -0
- package/templates/design-doc.md +207 -0
- package/templates/epic.md +100 -0
- package/templates/feature-spec.md +181 -0
- package/templates/idea-canvas.md +47 -0
- package/templates/implementation-plan.md +159 -0
- package/templates/prd-template.md +86 -0
- package/templates/preamble.md +89 -0
- package/templates/project-readme.md +35 -0
- package/templates/quality-gates.md +230 -0
- package/templates/spartan-config.yaml +164 -0
- package/templates/user-interview.md +69 -0
- package/templates/validation-checklist.md +108 -0
- package/templates/workflow-backend-micronaut.md +409 -0
- package/templates/workflow-frontend-react.md +233 -0
|
@@ -0,0 +1,533 @@
|
|
|
1
|
+
# Minimum Viable Product (MVP) Approaches
|
|
2
|
+
|
|
3
|
+
## Overview
|
|
4
|
+
A Minimum Viable Product (MVP) is the simplest version of a product that can be released to test key business hypotheses and learn about customers with minimal resources. Coined by Frank Robinson and popularized by Eric Ries, the MVP concept emphasizes learning over perfection and validation over features. This guide covers various MVP approaches and when to use each.
|
|
5
|
+
|
|
6
|
+
## Core MVP Principles
|
|
7
|
+
|
|
8
|
+
### What MVP Is
|
|
9
|
+
- A learning vehicle
|
|
10
|
+
- Fastest path to validated learning
|
|
11
|
+
- Balance between minimum and viable
|
|
12
|
+
- Risk reduction tool
|
|
13
|
+
- Customer feedback mechanism
|
|
14
|
+
|
|
15
|
+
### What MVP Is Not
|
|
16
|
+
- A half-baked product
|
|
17
|
+
- An excuse for poor quality
|
|
18
|
+
- The final product
|
|
19
|
+
- Feature-poor by definition
|
|
20
|
+
- Always a technical product
|
|
21
|
+
|
|
22
|
+
## Types of MVPs
|
|
23
|
+
|
|
24
|
+
### 1. Concierge MVP
|
|
25
|
+
**What It Is**: Manually delivering the service that will eventually be automated
|
|
26
|
+
|
|
27
|
+
**How It Works**:
|
|
28
|
+
1. Personally guide customers through service
|
|
29
|
+
2. Do everything manually behind scenes
|
|
30
|
+
3. Learn what customers really need
|
|
31
|
+
4. Automate only after validation
|
|
32
|
+
|
|
33
|
+
**Best For**:
|
|
34
|
+
- Complex services
|
|
35
|
+
- High-touch solutions
|
|
36
|
+
- B2B products
|
|
37
|
+
- When process isn't clear
|
|
38
|
+
|
|
39
|
+
**Example**:
|
|
40
|
+
Food delivery startup where founders personally shop and deliver groceries to understand customer preferences before building an app.
|
|
41
|
+
|
|
42
|
+
**Pros**:
|
|
43
|
+
- Deep customer understanding
|
|
44
|
+
- Immediate feedback
|
|
45
|
+
- Can start today
|
|
46
|
+
- No technical investment
|
|
47
|
+
|
|
48
|
+
**Cons**:
|
|
49
|
+
- Not scalable
|
|
50
|
+
- Time intensive
|
|
51
|
+
- May not reveal tech challenges
|
|
52
|
+
- Customer expectations may be too high
|
|
53
|
+
|
|
54
|
+
### 2. Wizard of Oz MVP
|
|
55
|
+
**What It Is**: Automated frontend with manual backend operations
|
|
56
|
+
|
|
57
|
+
**How It Works**:
|
|
58
|
+
1. Build user-facing interface
|
|
59
|
+
2. Handle backend manually
|
|
60
|
+
3. Customer thinks it's automated
|
|
61
|
+
4. Learn before building complex systems
|
|
62
|
+
|
|
63
|
+
**Best For**:
|
|
64
|
+
- Testing user interface
|
|
65
|
+
- Complex algorithms
|
|
66
|
+
- AI/ML solutions
|
|
67
|
+
- Integration-heavy products
|
|
68
|
+
|
|
69
|
+
**Example**:
|
|
70
|
+
Zappos started by posting shoe photos online, then manually buying from stores and shipping when orders came in.
|
|
71
|
+
|
|
72
|
+
**Pros**:
|
|
73
|
+
- Tests full experience
|
|
74
|
+
- Faster than full automation
|
|
75
|
+
- Realistic user feedback
|
|
76
|
+
- Can pivot backend easily
|
|
77
|
+
|
|
78
|
+
**Cons**:
|
|
79
|
+
- Still labor intensive
|
|
80
|
+
- Scaling challenges
|
|
81
|
+
- Potential disappointment if revealed
|
|
82
|
+
- May miss technical feasibility issues
|
|
83
|
+
|
|
84
|
+
### 3. Landing Page MVP
|
|
85
|
+
**What It Is**: A webpage describing the product with call-to-action
|
|
86
|
+
|
|
87
|
+
**How It Works**:
|
|
88
|
+
1. Create compelling landing page
|
|
89
|
+
2. Drive traffic through ads/content
|
|
90
|
+
3. Measure interest (signups, clicks)
|
|
91
|
+
4. Validate demand before building
|
|
92
|
+
|
|
93
|
+
**Best For**:
|
|
94
|
+
- Testing value proposition
|
|
95
|
+
- Market demand validation
|
|
96
|
+
- Message testing
|
|
97
|
+
- Building email list
|
|
98
|
+
|
|
99
|
+
**Example**:
|
|
100
|
+
Buffer started with a landing page explaining the concept and pricing tiers to gauge interest.
|
|
101
|
+
|
|
102
|
+
**Pros**:
|
|
103
|
+
- Very fast to create
|
|
104
|
+
- Low cost
|
|
105
|
+
- Clear metrics
|
|
106
|
+
- Can test multiple versions
|
|
107
|
+
|
|
108
|
+
**Cons**:
|
|
109
|
+
- Only tests interest, not usage
|
|
110
|
+
- May create false positives
|
|
111
|
+
- Doesn't validate full experience
|
|
112
|
+
- Can frustrate interested users
|
|
113
|
+
|
|
114
|
+
### 4. Video MVP
|
|
115
|
+
**What It Is**: A video demonstrating how the product would work
|
|
116
|
+
|
|
117
|
+
**How It Works**:
|
|
118
|
+
1. Create video showing product in action
|
|
119
|
+
2. Share with target audience
|
|
120
|
+
3. Measure engagement and interest
|
|
121
|
+
4. Collect feedback and signups
|
|
122
|
+
|
|
123
|
+
**Best For**:
|
|
124
|
+
- Complex products
|
|
125
|
+
- Hardware/physical products
|
|
126
|
+
- Crowdfunding campaigns
|
|
127
|
+
- Visual/design-heavy solutions
|
|
128
|
+
|
|
129
|
+
**Example**:
|
|
130
|
+
Dropbox's famous explainer video showed the file-syncing concept before the product was fully built.
|
|
131
|
+
|
|
132
|
+
**Pros**:
|
|
133
|
+
- No product needed
|
|
134
|
+
- Can go viral
|
|
135
|
+
- Tests core concept clearly
|
|
136
|
+
- Good for investor pitches
|
|
137
|
+
|
|
138
|
+
**Cons**:
|
|
139
|
+
- High production value expected
|
|
140
|
+
- Can't test actual usage
|
|
141
|
+
- May overpromise
|
|
142
|
+
- One-way communication
|
|
143
|
+
|
|
144
|
+
### 5. Single Feature MVP
|
|
145
|
+
**What It Is**: Product with just one core feature
|
|
146
|
+
|
|
147
|
+
**How It Works**:
|
|
148
|
+
1. Identify most critical feature
|
|
149
|
+
2. Build only that feature well
|
|
150
|
+
3. Launch to early adopters
|
|
151
|
+
4. Expand based on feedback
|
|
152
|
+
|
|
153
|
+
**Best For**:
|
|
154
|
+
- Clear value proposition
|
|
155
|
+
- Feature validation
|
|
156
|
+
- Resource-constrained teams
|
|
157
|
+
- Testing core hypothesis
|
|
158
|
+
|
|
159
|
+
**Example**:
|
|
160
|
+
Twitter started as just status updates, without replies, retweets, or direct messages.
|
|
161
|
+
|
|
162
|
+
**Pros**:
|
|
163
|
+
- Faster development
|
|
164
|
+
- Clear value test
|
|
165
|
+
- Easier to maintain
|
|
166
|
+
- Forces prioritization
|
|
167
|
+
|
|
168
|
+
**Cons**:
|
|
169
|
+
- May seem too simple
|
|
170
|
+
- Competition concerns
|
|
171
|
+
- User expectations
|
|
172
|
+
- Feature creep pressure
|
|
173
|
+
|
|
174
|
+
### 6. Piecemeal MVP
|
|
175
|
+
**What It Is**: Combining existing tools to deliver the experience
|
|
176
|
+
|
|
177
|
+
**How It Works**:
|
|
178
|
+
1. Use existing services/tools
|
|
179
|
+
2. Connect them creatively
|
|
180
|
+
3. Deliver value without building
|
|
181
|
+
4. Validate before custom development
|
|
182
|
+
|
|
183
|
+
**Best For**:
|
|
184
|
+
- Process-heavy solutions
|
|
185
|
+
- Integration ideas
|
|
186
|
+
- Quick validation
|
|
187
|
+
- Non-technical founders
|
|
188
|
+
|
|
189
|
+
**Example**:
|
|
190
|
+
Groupon started as a WordPress blog with PDFs for coupons, using PayPal for payments.
|
|
191
|
+
|
|
192
|
+
**Pros**:
|
|
193
|
+
- Very fast to launch
|
|
194
|
+
- Minimal technical skills needed
|
|
195
|
+
- Low cost
|
|
196
|
+
- Easy to modify
|
|
197
|
+
|
|
198
|
+
**Cons**:
|
|
199
|
+
- Limited customization
|
|
200
|
+
- Scaling difficulties
|
|
201
|
+
- Brand/UX limitations
|
|
202
|
+
- Dependency on third parties
|
|
203
|
+
|
|
204
|
+
### 7. Fake Door MVP
|
|
205
|
+
**What It Is**: A feature/button that gauges interest without functionality
|
|
206
|
+
|
|
207
|
+
**How It Works**:
|
|
208
|
+
1. Add button/feature to existing product
|
|
209
|
+
2. Track clicks/attempts to use
|
|
210
|
+
3. Show "coming soon" message
|
|
211
|
+
4. Measure demand
|
|
212
|
+
|
|
213
|
+
**Best For**:
|
|
214
|
+
- Feature validation
|
|
215
|
+
- Prioritization decisions
|
|
216
|
+
- A/B testing ideas
|
|
217
|
+
- Low-risk testing
|
|
218
|
+
|
|
219
|
+
**Example**:
|
|
220
|
+
Adding a "Export to Excel" button to see how many users want the feature before building it.
|
|
221
|
+
|
|
222
|
+
**Pros**:
|
|
223
|
+
- Minimal development
|
|
224
|
+
- Real user intent data
|
|
225
|
+
- Can test multiple ideas
|
|
226
|
+
- Quick results
|
|
227
|
+
|
|
228
|
+
**Cons**:
|
|
229
|
+
- Can frustrate users
|
|
230
|
+
- Trust issues if overused
|
|
231
|
+
- Limited learning depth
|
|
232
|
+
- Only measures interest
|
|
233
|
+
|
|
234
|
+
### 8. Email MVP
|
|
235
|
+
**What It Is**: Delivering value through email before building platform
|
|
236
|
+
|
|
237
|
+
**How It Works**:
|
|
238
|
+
1. Manually curate/create content
|
|
239
|
+
2. Send via email newsletter
|
|
240
|
+
3. Build audience and learn
|
|
241
|
+
4. Platform comes later
|
|
242
|
+
|
|
243
|
+
**Best For**:
|
|
244
|
+
- Content businesses
|
|
245
|
+
- Curation services
|
|
246
|
+
- Community building
|
|
247
|
+
- B2B solutions
|
|
248
|
+
|
|
249
|
+
**Example**:
|
|
250
|
+
Product Hunt started as an email list curating new products before becoming a platform.
|
|
251
|
+
|
|
252
|
+
**Pros**:
|
|
253
|
+
- Direct communication channel
|
|
254
|
+
- Built-in distribution
|
|
255
|
+
- Very low tech barrier
|
|
256
|
+
- Easy to iterate
|
|
257
|
+
|
|
258
|
+
**Cons**:
|
|
259
|
+
- Manual process
|
|
260
|
+
- Email deliverability issues
|
|
261
|
+
- Limited functionality
|
|
262
|
+
- Harder to monetize
|
|
263
|
+
|
|
264
|
+
### 9. Crowdfunding MVP
|
|
265
|
+
**What It Is**: Using platforms like Kickstarter to validate and fund
|
|
266
|
+
|
|
267
|
+
**How It Works**:
|
|
268
|
+
1. Create campaign with prototype/video
|
|
269
|
+
2. Set funding goal and rewards
|
|
270
|
+
3. Market to potential customers
|
|
271
|
+
4. Only build if funded
|
|
272
|
+
|
|
273
|
+
**Best For**:
|
|
274
|
+
- Physical products
|
|
275
|
+
- Consumer gadgets
|
|
276
|
+
- Creative projects
|
|
277
|
+
- Community-driven ideas
|
|
278
|
+
|
|
279
|
+
**Example**:
|
|
280
|
+
Pebble Watch raised $10M on Kickstarter before manufacturing.
|
|
281
|
+
|
|
282
|
+
**Pros**:
|
|
283
|
+
- Funding and validation together
|
|
284
|
+
- Built-in marketing
|
|
285
|
+
- Community building
|
|
286
|
+
- Risk mitigation
|
|
287
|
+
|
|
288
|
+
**Cons**:
|
|
289
|
+
- High expectations
|
|
290
|
+
- Public failure risk
|
|
291
|
+
- Platform fees
|
|
292
|
+
- Delivery pressure
|
|
293
|
+
|
|
294
|
+
### 10. API MVP
|
|
295
|
+
**What It Is**: Building just the API before any interface
|
|
296
|
+
|
|
297
|
+
**How It Works**:
|
|
298
|
+
1. Create core functionality as API
|
|
299
|
+
2. Let developers/partners integrate
|
|
300
|
+
3. Learn from usage patterns
|
|
301
|
+
4. Build interface based on learning
|
|
302
|
+
|
|
303
|
+
**Best For**:
|
|
304
|
+
- Developer tools
|
|
305
|
+
- B2B platforms
|
|
306
|
+
- Integration-focused products
|
|
307
|
+
- Technical audiences
|
|
308
|
+
|
|
309
|
+
**Example**:
|
|
310
|
+
Stripe focused on developer-friendly payments API before building dashboards.
|
|
311
|
+
|
|
312
|
+
**Pros**:
|
|
313
|
+
- Core value validation
|
|
314
|
+
- Developer feedback
|
|
315
|
+
- Partnership opportunities
|
|
316
|
+
- Flexible frontend options
|
|
317
|
+
|
|
318
|
+
**Cons**:
|
|
319
|
+
- Limited to technical users
|
|
320
|
+
- Harder to market
|
|
321
|
+
- Documentation needs
|
|
322
|
+
- Support requirements
|
|
323
|
+
|
|
324
|
+
## Choosing the Right MVP Type
|
|
325
|
+
|
|
326
|
+
### Decision Factors
|
|
327
|
+
|
|
328
|
+
**1. Target Audience**
|
|
329
|
+
- Technical vs non-technical
|
|
330
|
+
- Business vs consumer
|
|
331
|
+
- Early adopters vs mainstream
|
|
332
|
+
|
|
333
|
+
**2. Resource Constraints**
|
|
334
|
+
- Budget available
|
|
335
|
+
- Technical skills
|
|
336
|
+
- Time to market
|
|
337
|
+
- Team size
|
|
338
|
+
|
|
339
|
+
**3. Risk Factors**
|
|
340
|
+
- Technical feasibility
|
|
341
|
+
- Market risk
|
|
342
|
+
- Competition
|
|
343
|
+
- Regulatory issues
|
|
344
|
+
|
|
345
|
+
**4. Learning Goals**
|
|
346
|
+
- Problem validation
|
|
347
|
+
- Solution validation
|
|
348
|
+
- Pricing validation
|
|
349
|
+
- Channel validation
|
|
350
|
+
|
|
351
|
+
### MVP Selection Matrix
|
|
352
|
+
|
|
353
|
+
| MVP Type | Speed | Cost | Learning Depth | Technical Need |
|
|
354
|
+
|----------|-------|------|----------------|----------------|
|
|
355
|
+
| Concierge | Fast | Low | Very High | None |
|
|
356
|
+
| Wizard of Oz | Medium | Medium | High | Low |
|
|
357
|
+
| Landing Page | Very Fast | Very Low | Low | Low |
|
|
358
|
+
| Video | Fast | Low-Medium | Medium | None |
|
|
359
|
+
| Single Feature | Medium | Medium | High | Medium |
|
|
360
|
+
| Piecemeal | Fast | Low | Medium | Low |
|
|
361
|
+
| Fake Door | Very Fast | Very Low | Low | Low |
|
|
362
|
+
| Email | Fast | Very Low | Medium | None |
|
|
363
|
+
| Crowdfunding | Slow | Low | High | Low |
|
|
364
|
+
| API | Medium | Medium | High | High |
|
|
365
|
+
|
|
366
|
+
## Common MVP Mistakes
|
|
367
|
+
|
|
368
|
+
### 1. Too Much M, Not Enough V
|
|
369
|
+
**Problem**: Building something so minimal it doesn't provide value
|
|
370
|
+
**Solution**: Ensure core value proposition is intact
|
|
371
|
+
|
|
372
|
+
### 2. Perfectionism
|
|
373
|
+
**Problem**: Endless polishing before launch
|
|
374
|
+
**Solution**: Set hard deadlines, embrace imperfection
|
|
375
|
+
|
|
376
|
+
### 3. Wrong Audience
|
|
377
|
+
**Problem**: Testing with people who aren't target customers
|
|
378
|
+
**Solution**: Define and find early adopters carefully
|
|
379
|
+
|
|
380
|
+
### 4. Feature Creep
|
|
381
|
+
**Problem**: Adding "just one more feature"
|
|
382
|
+
**Solution**: Ruthlessly prioritize, say no often
|
|
383
|
+
|
|
384
|
+
### 5. Ignoring Feedback
|
|
385
|
+
**Problem**: Building what you want, not what customers need
|
|
386
|
+
**Solution**: Regular customer contact, iterate based on data
|
|
387
|
+
|
|
388
|
+
### 6. Scaling Too Early
|
|
389
|
+
**Problem**: Optimizing before validation
|
|
390
|
+
**Solution**: Validate first, scale second
|
|
391
|
+
|
|
392
|
+
## MVP Success Metrics
|
|
393
|
+
|
|
394
|
+
### Validation Metrics
|
|
395
|
+
- Sign-up conversion rate
|
|
396
|
+
- Activation rate
|
|
397
|
+
- Feature usage analytics
|
|
398
|
+
- Customer feedback scores
|
|
399
|
+
- Willingness to pay
|
|
400
|
+
|
|
401
|
+
### Business Metrics
|
|
402
|
+
- Customer acquisition cost
|
|
403
|
+
- Lifetime value
|
|
404
|
+
- Churn rate
|
|
405
|
+
- Referral rate
|
|
406
|
+
- Revenue per user
|
|
407
|
+
|
|
408
|
+
### Learning Metrics
|
|
409
|
+
- Assumptions validated/invalidated
|
|
410
|
+
- Pivots required
|
|
411
|
+
- Time to learning
|
|
412
|
+
- Customer insights gained
|
|
413
|
+
- Iteration velocity
|
|
414
|
+
|
|
415
|
+
## From MVP to Product
|
|
416
|
+
|
|
417
|
+
### Evolution Stages
|
|
418
|
+
|
|
419
|
+
**1. MVP Stage**
|
|
420
|
+
- Core functionality only
|
|
421
|
+
- Early adopters only
|
|
422
|
+
- High touch support
|
|
423
|
+
- Rapid iterations
|
|
424
|
+
|
|
425
|
+
**2. Product Development**
|
|
426
|
+
- Adding validated features
|
|
427
|
+
- Improving user experience
|
|
428
|
+
- Automating manual processes
|
|
429
|
+
- Expanding user base
|
|
430
|
+
|
|
431
|
+
**3. Product Market Fit**
|
|
432
|
+
- Clear value proposition
|
|
433
|
+
- Repeatable sales process
|
|
434
|
+
- Positive unit economics
|
|
435
|
+
- Organic growth
|
|
436
|
+
|
|
437
|
+
**4. Scale Stage**
|
|
438
|
+
- Infrastructure optimization
|
|
439
|
+
- Team building
|
|
440
|
+
- Process formalization
|
|
441
|
+
- Market expansion
|
|
442
|
+
|
|
443
|
+
### Graduation Criteria
|
|
444
|
+
- Consistent user growth
|
|
445
|
+
- Positive retention metrics
|
|
446
|
+
- Sustainable economics
|
|
447
|
+
- Clear product roadmap
|
|
448
|
+
- Team capacity
|
|
449
|
+
|
|
450
|
+
## Real-World Examples
|
|
451
|
+
|
|
452
|
+
### Airbnb
|
|
453
|
+
**MVP Type**: Concierge + Piecemeal
|
|
454
|
+
**Story**: Rented air mattresses in their apartment, used Craigslist for distribution
|
|
455
|
+
**Learning**: People will stay in strangers' homes
|
|
456
|
+
**Evolution**: Built platform after validation
|
|
457
|
+
|
|
458
|
+
### Amazon
|
|
459
|
+
**MVP Type**: Single Feature
|
|
460
|
+
**Story**: Online bookstore only
|
|
461
|
+
**Learning**: People will buy books online
|
|
462
|
+
**Evolution**: Expanded to everything store
|
|
463
|
+
|
|
464
|
+
### Spotify
|
|
465
|
+
**MVP Type**: Single Feature + Fake Door
|
|
466
|
+
**Story**: Music streaming for limited songs
|
|
467
|
+
**Learning**: Streaming > downloading
|
|
468
|
+
**Evolution**: Full catalog and features
|
|
469
|
+
|
|
470
|
+
### Instagram
|
|
471
|
+
**MVP Type**: Single Feature
|
|
472
|
+
**Story**: Photo filters only (from Burbn pivot)
|
|
473
|
+
**Learning**: Photo sharing is the hook
|
|
474
|
+
**Evolution**: Added social features
|
|
475
|
+
|
|
476
|
+
## Tools and Resources
|
|
477
|
+
|
|
478
|
+
### MVP Development Tools
|
|
479
|
+
- **No-Code**: Bubble, Webflow, Zapier
|
|
480
|
+
- **Landing Pages**: Unbounce, Leadpages, Carrd
|
|
481
|
+
- **Email**: Mailchimp, ConvertKit, Substack
|
|
482
|
+
- **Analytics**: Google Analytics, Mixpanel, Hotjar
|
|
483
|
+
- **Surveys**: Typeform, Google Forms, SurveyMonkey
|
|
484
|
+
|
|
485
|
+
### Validation Tools
|
|
486
|
+
- **User Testing**: UsabilityHub, UserTesting.com
|
|
487
|
+
- **A/B Testing**: Optimizely, VWO
|
|
488
|
+
- **Heatmaps**: Hotjar, Crazy Egg
|
|
489
|
+
- **Customer Feedback**: Intercom, Drift
|
|
490
|
+
|
|
491
|
+
## MVP Launch Checklist
|
|
492
|
+
|
|
493
|
+
### Pre-Launch
|
|
494
|
+
- [ ] Clear hypothesis defined
|
|
495
|
+
- [ ] Success metrics established
|
|
496
|
+
- [ ] Target audience identified
|
|
497
|
+
- [ ] MVP type selected
|
|
498
|
+
- [ ] Feedback mechanism built
|
|
499
|
+
|
|
500
|
+
### Launch
|
|
501
|
+
- [ ] Soft launch to small group
|
|
502
|
+
- [ ] Monitoring setup
|
|
503
|
+
- [ ] Support system ready
|
|
504
|
+
- [ ] Documentation prepared
|
|
505
|
+
- [ ] Iteration plan ready
|
|
506
|
+
|
|
507
|
+
### Post-Launch
|
|
508
|
+
- [ ] Daily metrics review
|
|
509
|
+
- [ ] Customer feedback collection
|
|
510
|
+
- [ ] Team retrospectives
|
|
511
|
+
- [ ] Iteration planning
|
|
512
|
+
- [ ] Stakeholder updates
|
|
513
|
+
|
|
514
|
+
## Quick Decision Framework
|
|
515
|
+
|
|
516
|
+
1. **What's your riskiest assumption?**
|
|
517
|
+
- Customer need → Concierge/Interview
|
|
518
|
+
- Technical feasibility → Wizard of Oz
|
|
519
|
+
- Market demand → Landing Page
|
|
520
|
+
- User experience → Single Feature
|
|
521
|
+
|
|
522
|
+
2. **What resources do you have?**
|
|
523
|
+
- Low budget → Email/Landing Page
|
|
524
|
+
- No tech skills → Piecemeal/Concierge
|
|
525
|
+
- Strong tech → API/Single Feature
|
|
526
|
+
- Good network → Crowdfunding
|
|
527
|
+
|
|
528
|
+
3. **How fast do you need to learn?**
|
|
529
|
+
- Days → Landing Page/Fake Door
|
|
530
|
+
- Weeks → Video/Email
|
|
531
|
+
- Months → Single Feature/Wizard of Oz
|
|
532
|
+
|
|
533
|
+
Remember: The best MVP is the one that helps you learn the most with the least investment. Focus on learning, not launching. Your MVP's success isn't measured by its polish but by the validated learning it generates.
|