Apply Lean Startup methodology for validated learning. Guides Build-Measure-Learn cycles, MVP definition, hypothesis testing, and pivot/persevere decisions.
Provides Lean Startup methodology guidance for validated learning through Build-Measure-Learn cycles. Triggers when defining MVPs, testing hypotheses, or deciding whether to pivot or persevere based on experiment results.
/plugin marketplace add melodic-software/claude-code-plugins/plugin install product-discovery@melodic-softwareThis skill is limited to using the following tools:
Use this skill when:
Lean Startup is a methodology for developing businesses and products that aims to shorten product development cycles and rapidly discover if a proposed business model is viable. It emphasizes validated learning through experimentation over elaborate planning.
Learning through systematic experimentation rather than assumptions. Every product decision should be based on evidence, not opinions.
The fundamental feedback loop:
┌─────────────────────────────────────────┐
│ │
▼ │
┌───────┐ ┌─────────┐ ┌───────┐ │
│ BUILD │────▶│ MEASURE │────▶│ LEARN │──────┘
└───────┘ └─────────┘ └───────┘
│
└── Start with IDEAS, end with DATA
Build: Create the minimum needed to test a hypothesis Measure: Collect data on what users actually do Learn: Analyze data to validate or invalidate hypothesis
The smallest thing you can build that allows you to learn something meaningful.
MVP Types:
Every startup rests on untested assumptions. Identify the most critical ones:
We believe that [specific user segment]
will [take specific action]
because [reason/motivation]
We will know this is true when we see [measurable outcome]
We believe that enterprise developers
will pay $50/month for AI code review
because they spend 20% of time on manual reviews
We will know this is true when we see:
- 10% conversion from free trial
- 70% monthly retention rate
- NPS score > 40
List all assumptions your product relies on:
Prioritize by: Risk × Impact
For each risky assumption, design the smallest experiment to test it:
| Assumption | Experiment Type | Success Metric | Duration |
|---|---|---|---|
| Users have problem | Interviews (20) | 80% confirm | 2 weeks |
| Users will pay | Pre-sales page | 5% conversion | 1 week |
| Solution works | Concierge MVP | 3 engaged users | 3 weeks |
MVP Scope Checklist:
Actionable Metrics (use these):
Vanity Metrics (avoid these):
After each Build-Measure-Learn cycle:
┌──────────────────────────────────────────────────────────┐
│ Analyze Experiment Results │
└───────────────────────────┬──────────────────────────────┘
│
┌───────────────┴───────────────┐
▼ ▼
┌───────────────┐ ┌───────────────┐
│ Hypothesis │ │ Hypothesis │
│ VALIDATED │ │ INVALIDATED │
└───────┬───────┘ └───────┬───────┘
│ │
▼ ▼
┌───────────────┐ ┌───────────────┐
│ PERSEVERE │ │ PIVOT │
│ Scale what │ │ Change one │
│ works │ │ fundamental │
└───────────────┘ │ aspect │
└───────────────┘
| Pivot Type | Description | Example |
|---|---|---|
| Zoom-in | Single feature becomes whole product | Flickr (from game to photo sharing) |
| Zoom-out | Whole product becomes single feature | Microsoft Office (suite from app) |
| Customer Segment | Same product, different users | Starbucks (B2B to B2C) |
| Customer Need | Same users, different problem | YouTube (dating to video sharing) |
| Platform | App to platform or vice versa | iOS App Store |
| Business Architecture | High margin/low volume ↔ low margin/high volume | Enterprise to consumer |
| Value Capture | Change monetization | Freemium to subscription |
| Engine of Growth | Viral ↔ paid ↔ sticky | Facebook (sticky to viral) |
| Channel | Change distribution | Direct to retail |
| Technology | Same solution, new technology | Film to digital cameras |
Consider pivoting when:
Track progress with metrics that matter:
Track user behavior by acquisition cohort:
Cohort | Week 1 | Week 2 | Week 3 | Week 4
-----------|--------|--------|--------|--------
Jan 2025 | 100% | 45% | 30% | 22%
Feb 2025 | 100% | 52% | 38% | 30%
Mar 2025 | 100% | 60% | 45% | 38%
Improving retention across cohorts = validated learning.
When provided with a product concept, generate:
For each risky assumption, suggest:
Given experiment results, provide:
Inputs from:
design-thinking skill: Validated problem → Value hypothesisjtbd-analysis skill: Jobs identified → Solution hypothesisassumption-testing skill: Prioritized assumptionsOutputs to:
opportunity-mapping skill: Validated opportunitiespersona-development skill: Customer segment refinementimpact-mapping skill: Validated goals and impactsFor additional Lean Startup resources, see:
Master authentication and authorization patterns including JWT, OAuth2, session management, and RBAC to build secure, scalable access control systems. Use when implementing auth systems, securing APIs, or debugging security issues.