Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计通过

mvp-planningMVP 规划

Agent Skill

mvp-planning 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

23,303

周安装

1,001

GitHub Stars

2

下载量

8,168
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:mvp-planning(MVP 规划)
来源仓库:https://github.com/jk-0001/mvp-planning
安装命令:
openclaw skills install mvp-planning
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install mvp-planning

简介

mvp-planning 协助创业者制定最小可行产品策略,明确功能优先级与资源分配方向。

  • 适合在产品初期决策阶段,用于梳理核心需求、排除非必要特性及设定迭代节奏。
  • 提供范围界定框架与风险评估建议,辅助团队聚焦关键价值点快速验证假设。
  • 安装命令:openclaw skills install mvp-planning;建议在项目启动或规划会议中使用。
  • 适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。

SKILL.md

name
mvp-planning
description
Plan and scope a Minimum Viable Product for a solopreneur. Use when deciding what to build first, what to cut, how to prioritize features, how to define "done" for a first launch, and how to structure the MVP build process. Covers the MVP definition, feature ruthless-cutting framework, build-vs-buy decisions, launch criteria, and post-launch learning loops. Trigger on "plan my MVP", "minimum viable product", "what should I build first", "scope my product", "MVP roadmap", "what features to include", "first version", "launch something".

MVP Planning

Overview

An MVP is not a product with every feature you can imagine stripped down. It is the smallest thing you can build that tests your core business hypothesis and delivers real value to real customers. If you build too much, you waste time on features nobody asked for. If you build too little, you launch something that doesn't actually solve the problem. This playbook defines the line precisely and gives you a repeatable process to find it.


Step 1: Restate Your Core Hypothesis

Before scoping anything, write down the single hypothesis your MVP must test. Everything you include must serve this hypothesis. Everything that doesn't gets cut.

Format:

IF we build [specific product that does X for Y customers],
THEN [specific outcome we expect — e.g., Z% will pay, W% will return weekly].

Example: "IF we build an automated client progress report tool for freelance developers, THEN at least 30% of beta users will use it weekly within the first month, and at least 10% will convert to a paid plan."

The hypothesis has two parts: a behavior signal (usage) and a revenue signal (payment). Both must be measurable. If you can't measure it, you can't learn from it.


Step 2: Define What "Viable" Means for Your Specific Situation

"Viable" is not universal. It depends on your hypothesis. Map your hypothesis to the minimum experience needed to test it.

Ask these questions:

  1. What is the absolute minimum a customer needs to experience to decide "this is valuable" or "this is not"?
  2. What is the one core interaction that delivers the value proposition?
  3. What can be manual, ugly, or missing and still test the hypothesis? (These things get cut or faked.)
  4. What CANNOT be missing without the product feeling broken or useless? (These are non-negotiable.)

Label every feature as:

  • 🔴 Must-have: Product is meaningless without this. Hypothesis cannot be tested without it.
  • 🟡 Nice-to-have: Improves experience but hypothesis can still be tested without it.
  • 🟢 Cut: Not needed for the hypothesis at all. Build later if validated.

Step 3: Feature Ruthless-Cutting

Take your full feature wishlist and run every item through this filter. Be brutal. Solopreneurs have limited build time — every unnecessary feature is time stolen from the core value.

The Four Cuts:

Cut 1: The Hypothesis Cut

Does this feature directly serve testing your core hypothesis?

  • Yes → Keep (for now, pending further cuts)
  • No → Cut. No exceptions.

Cut 2: The "Fake It" Cut

Can this feature be faked or done manually for the first N customers without them knowing or caring?

Examples of things you can fake:

  • A "dashboard" that's actually a shared Google Sheet for your first 10 customers
  • "Real-time" updates that are actually sent on a 1-hour delay
  • "AI-powered" recommendations that are actually you manually curating them for beta users
  • An "API integration" that's actually a scheduled script running every few hours

If you can fake it convincingly for beta scale, fake it. Build the real version only after you've confirmed people actually want it.

Cut 3: The Sequencing Cut

Is this feature something that MUST exist at launch, or can it be added in v1.1 (within 2 weeks of launch)?

If it can wait 2 weeks and the product is still usable and testable without it → cut it from MVP scope. Move it to "Week 2" backlog.

Cut 4: The Delight Cut

Is this feature a "delight" — something nice but not expected?

Delights are great for retention but terrible for MVPs. Cut them all. Your MVP should be functional and clear, not delightful. Delight is a v2 luxury.

After all four cuts, you should have a dramatically smaller feature list than you started with. If it still feels like a lot, cut again. The most common MVP mistake is building too much.


Step 4: Define Your MVP Scope Document

Write a single-page document that locks the scope. This prevents scope creep and gives you a clear "done" line.

MVP SCOPE DOCUMENT
==================

HYPOTHESIS: [from Step 1]

CORE VALUE DELIVERED: [one sentence — what the user gets]

MUST-HAVE FEATURES (🔴):
  1. [Feature] — because [why it's essential to the hypothesis]
  2. [Feature] — because [why]
  3. [Feature] — because [why]

FAKED / MANUAL FEATURES (🟡 deferred to real implementation):
  1. [Feature] — faked as [how] — real build in [when]
  2. [Feature] — faked as [how] — real build in [when]

CUT FROM MVP (🟢 — revisit after launch):
  1. [Feature]
  2. [Feature]
  ...

LAUNCH CRITERIA (all must be true before you call this "launched"):
  - [ ] [Criterion 1]
  - [ ] [Criterion 2]
  - [ ] [Criterion 3]

WHAT SUCCESS LOOKS LIKE (measured in the first 30 days):
  - [Metric 1]: target = [number]
  - [Metric 2]: target = [number]

Step 5: Build vs. Buy Decisions

For every piece of technology your MVP needs, decide: build it yourself, buy/use an existing tool, or use a no-code/low-code solution.

Decision framework:

If this is...Then...
Your core differentiatorBUILD. This is what makes you unique. Outsourcing it = outsourcing your advantage.
Commodity infrastructure (hosting, payments, auth, email)BUY. Use established tools (Stripe, Auth0, SendGrid, Vercel, etc.). Building these yourself wastes months.
A workflow you'll do 100+ times but isn't your core productAUTOMATE with no-code (Zapier, Make, n8n). Build only if the automation tools can't handle it.
Something you need once or very rarelyBUY or use a freelancer. Don't build a tool you'll use once.

Solopreneur rule: The fewer custom-built components, the faster your MVP ships. Ruthlessly use existing tools for everything except the one thing that is uniquely yours.


Step 6: Estimate and Schedule the Build

For each must-have feature, estimate:

  • Build time (hours — be honest, then add 50% buffer)
  • Dependencies (does feature B require feature A to be done first?)
  • Complexity risk (is there a part you're unsure about? Build that part FIRST to de-risk)

Build order rules:

  1. Build the riskiest technical piece first. If it turns out to be impossible or takes 3x longer, you want to know now — before you've built everything around it.
  2. Build the core value loop second. This is the single interaction that delivers your value proposition. Everything else connects to this.
  3. Build supporting features last. Auth, onboarding copy, polish — these come after the core works.

Timeline:

  • Set a hard launch date (create external pressure — tell someone, set up a waitlist).
  • Work backward from launch date to today. Does the build time fit?
  • If it doesn't fit, cut more features (back to Step 3) or extend the date. Do NOT compromise on the core value loop to hit an arbitrary deadline.

Step 7: Launch Criteria Checklist

Do not launch until every item is checked:

  • [ ] Core value loop works end-to-end (a real user can go from signup to experiencing the value)
  • [ ] No data-losing bugs (you can lose polish, not data)
  • [ ] Payment works (if monetized at launch — even if it's just a "pay later" promise)
  • [ ] You can onboard a stranger in under 5 minutes without helping them (test with 3 real strangers)
  • [ ] You have a way to collect feedback (in-app survey, email, or Slack channel)
  • [ ] You have a way to monitor basic health (uptime, error rates, basic analytics)
  • [ ] You have a plan for the first 48 hours post-launch (who you notify, how you monitor, how you respond to feedback)

Step 8: Post-Launch Learning Loop

The MVP is not the end — it is the beginning of a learning loop.

Week 1 post-launch:

  • Talk to every single early user. Not a survey — a real conversation. What confused them? What delighted them? What did they expect that wasn't there?
  • Watch them use the product if possible (screen share, session recordings). Where do they hesitate? Where do they drop off?

Week 2-4:

  • Measure your success metrics (from the scope document). Are you on track?
  • Identify the single biggest gap between what you built and what users actually need.
  • Decide: iterate on the current MVP, or pivot the hypothesis?

Decision rules:

  • If usage metrics are strong but revenue is weak → pricing or conversion problem. Iterate on that.
  • If usage metrics are weak → the core value isn't landing. Potentially a pivot situation.
  • If both are strong → you have product-market fit signals. Scale up (more users, more marketing, more features).

MVP Mistakes to Avoid

  • Building features because they're fun to build, not because they test the hypothesis.
  • Launching to your friends first. Friends are too polite to give useful feedback. Launch to strangers.
  • Perfecting the UI before confirming the value. A ugly product that solves a real problem beats a beautiful product nobody needs.
  • Treating the MVP as the final product. It isn't. It's a learning machine. Expect to rebuild 60-80% of it in v2.
  • Not shipping. The best MVP is a shipped MVP. An unshipped MVP teaches you nothing.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

72.99%
按下载量换算5,962

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills