Token导航 LogoToken导航TokenDH.com
开发执行命令clawhub未标认证来源可访问clear审计通过

mvp-plannerMVP 策划师

Agent Skill

mvp-planner 用于处理浏览器自动化、网页检查和页面信息提取,适合在 OpenClaw 中需要让 Agent 打开页面、读取网页或验证前端流程时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,747

周安装

118

GitHub Stars

公开资料未说明

下载量

963
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install mvp-planner

简介

将模糊产品想法转化为可行的启动方案。mvp-planner 属于开发类 Skill,可作为该场景下的辅助能力补充。

  • 适合新项目范围定义和 MVP 规划需求。
  • 输出包含功能清单、优先级和技术建议。适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。
  • 调用时需提供核心功能和目标用户描述。
  • 建议核对输出内容是否匹配实际开发能力边界。

SKILL.md

name
project-kickoff
description
Turn a vague product, webpage, app, workflow, automation, plugin, or skill idea into an actionable kickoff plan. Use when Codex needs to scope a new project from scratch, define the MVP, choose a stack, break work into phases, identify risks, or convert a rough idea into concrete build steps.

Project Kickoff

Overview

Use this skill to turn an early idea into a buildable plan without forcing the user to already know product, design, or engineering language.

Default to momentum. Make reasonable assumptions, state them, and only stop to ask questions when the answer changes architecture, cost, or delivery risk in a non-obvious way.

Core Workflow

Follow this order unless the user explicitly asks for only one part.

  1. Classify the project.
  2. Extract the real goal.
  3. Define the smallest valuable version.
  4. Choose the delivery shape.
  5. Break implementation into phases.
  6. Flag risks, unknowns, and decisions.
  7. End with the clearest next action.

1. Classify The Project

Map the request into one primary type before planning:

  • web-page: landing page, interactive site, dashboard, mini tool, portfolio
  • web-app: authenticated app, CRUD product, SaaS, internal tool
  • skill: reusable Codex skill with workflows, references, or scripts
  • plugin: Codex plugin or integration surface
  • automation: recurring task, scheduled workflow, inbox automation
  • script-tool: CLI helper, local utility, data processor
  • content-system: CMS-backed site, documentation hub, blog, knowledge base

If the request spans multiple types, choose the build target that delivers the first usable value and mention the other types as later phases.

2. Extract The Real Goal

Rewrite the request as a plain-language product goal:

  • Who is it for?
  • What frustrating job should it solve?
  • What should feel better after using it?
  • What makes it interesting enough to deserve building?

If the user gives only a theme, infer a likely user and use case. Mark that inference explicitly.

3. Define The MVP

Reduce the project to the smallest version that still feels complete.

For the MVP:

  • Include only the core loop
  • Prefer one polished flow over many partial features
  • Remove admin panels, auth, analytics, AI, payments, collaboration, and syncing unless they are central to the first value
  • Keep the MVP demonstrable in one sitting

Use this framing:

  • must-have: required for the first usable version
  • nice-to-have: useful but safely postponed
  • later: good future expansions

4. Choose The Delivery Shape

Recommend a concrete implementation shape, not a vague tech list.

Cover:

  • platform: static page, SPA, full-stack app, local script, skill folder, plugin scaffold
  • stack: HTML/CSS/JS, React/Vite, Next.js, Python, Node.js, etc.
  • data model: local state, JSON file, localStorage, SQLite, remote DB, or none
  • deployment shape: local only, static hosting, server deployment, Codex skill install

Bias toward the lowest-complexity stack that supports the MVP cleanly.

Examples:

  • Single interactive webpage -> static HTML/CSS/JS unless complexity clearly needs a framework
  • Small internal dashboard -> React + local mock data first
  • Reusable Codex planning helper -> skill with SKILL.md and optional references
  • Scheduled reporting assistant -> automation before full web app

5. Break Work Into Phases

Always produce a phased build plan with concrete outputs.

Use this default structure:

Phase 0

Clarify the concept, constraints, examples, and success criteria.

Phase 1

Build the MVP shell and the core interaction loop.

Phase 2

Polish UX, persistence, error states, and useful quality improvements.

Phase 3

Ship, validate, and add optional stretch features.

For each phase, include:

  • objective
  • deliverables
  • implementation notes
  • done-when check

6. Flag Risks And Decisions

Separate risk from uncertainty.

Use short bullets for:

  • technical risks: stack mismatch, data complexity, auth, performance, API dependency
  • product risks: too broad MVP, unclear audience, novelty without utility
  • decision points: where one choice affects architecture or long-term cost

When possible, pair each risk with a mitigation.

7. End With The Next Move

Always end with the most helpful next action for the current moment.

Choose one:

  • write the project scaffold
  • generate page structure and component list
  • draft the skill files
  • propose the database schema
  • create the implementation plan
  • start building immediately

If the user seems ready to build, do not stop at planning. Transition into execution.

Output Format

Use this structure unless the user asks for something shorter:

Project Summary

  • one short paragraph

Users And Goal

  • target user
  • user problem
  • expected outcome

MVP

  • must-have
  • nice-to-have
  • later

Recommended Stack

  • platform
  • tech choices
  • persistence or data model
  • deployment shape

Build Plan

  • phase 0
  • phase 1
  • phase 2
  • phase 3

Risks And Decisions

  • key risk bullets

Next Step

  • one clear recommended action

Project-Type Guidance

Read references/project-patterns.md when you need project-specific planning patterns, stack bias, or a sharper MVP cut for one of these types:

  • webpage or microsite
  • web app or dashboard
  • Codex skill
  • automation
  • script or CLI tool

Handling Ambiguity

When details are missing:

  • infer the simplest sensible audience
  • infer the smallest useful scope
  • prefer boring technology over ambitious architecture
  • surface assumptions in one short block

Ask follow-up questions only when the answer changes:

  • hosting or deployment model
  • whether user accounts are required
  • whether external APIs are mandatory
  • whether the work is a local utility or a public product
  • whether persistence must survive across devices

Quality Bar

The plan should be specific enough that another strong builder could start implementation immediately.

Avoid:

  • generic advice with no delivery shape
  • giant feature dumps
  • “it depends” without a recommendation
  • recommending frameworks because they are popular rather than necessary
  • overcomplicating a one-weekend project

Prefer:

  • concrete scope cuts
  • named phases
  • opinionated but reversible recommendations
  • short assumptions
  • one decisive next move

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

91.91%
按下载量换算885

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

执行命令

安装流程涉及命令执行,可能通过 openclaw skills install mvp-planner 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

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

来源信息

继续浏览同类 Skills