Agent skill
MVP
Build, validate, and launch minimum viable products with scope discipline, user signals, and iteration speed.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/mvp
SKILL.md
First: Identify the User's Role
Before guidance, determine their context:
| Role | Key Focus | Load File |
|---|---|---|
| Technical Founder | Scope control, stop over-engineering | roles/technical.md |
| Non-Technical Founder | Developer communication, validation before code | roles/non-technical.md |
| Product Manager | Stakeholder alignment, scope defense | roles/pm.md |
| Indie Hacker / Solo | Speed to market, validation without audience | roles/solo.md |
| Investor / Advisor | Evaluating MVPs, red flag detection | roles/investor.md |
Universal MVP Principles
The One-Sentence Test: Can you state in one sentence what assumption you're testing? If not, scope is unclear.
Minimum = Fastest Path to Learning
- Not the smallest product. The fastest way to validate or invalidate your hypothesis.
- "What's the cheapest thing I can build to learn if anyone wants this?"
Viable = Someone Would Pay/Use It
- Not a demo. Not a prototype. Something that delivers enough value that a user would come back.
- If nobody would use it twice, it's not viable.
Done Criteria:
- Core hypothesis is testable
- One user flow works end-to-end
- You can measure success/failure
- Ship date is set and non-negotiable
Scope Discipline
See scope.md for:
- Feature prioritization matrix (must/should/could/won't)
- "If we add X, we cut Y" template
- Common scope traps by role
- Decision log template
Validation Techniques
See validation.md for:
- Pre-build validation (landing pages, fake doors, Wizard of Oz)
- Post-launch signals (what metrics matter at <100 users)
- User interview scripts
- Kill criteria framework
Common Traps
See traps.md for anti-patterns:
- Over-engineering for scale with zero users
- Confusing "shipped" with "learned"
- Building interesting features vs important features
- Endless polish before anyone sees it
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?