version-planner

version-planner is a skill for Claude Code, Codex from yunshu0909/yunshu_skillshub. It costs 46 tokens per session (1,401 once invoked), scanned A, original, MIT.

A planning assistant that breaks a product idea into a series of releases, starting with a small MVP, or minimum viable product. Each release has a focused goal and a way to check whether it worked.

In plain words
What is it for?
Use it to clarify a product idea, separate essential features from later work, define staged versions, and identify validation points.
Why use it?
It prevents trying to build every feature at once and makes the path from an idea to a usable product clearer.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to clarify a product idea, separate essential features from later work, define staged versions, and identify validation points.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/yunshu0909/yunshu_skillshub/version-planner
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add yunshu0909/yunshu_skillshub --skill version-planner
Clone the repo
git clone --depth 1 https://github.com/yunshu0909/yunshu_skillshub

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for version-planner

README.md
[![agentmods](https://agentmods.dev/badge/skills/yunshu0909/yunshu_skillshub/version-planner/github.svg)](https://agentmods.dev/skills/yunshu0909/yunshu_skillshub/version-planner)
Your own site
<a href="https://agentmods.dev/skills/yunshu0909/yunshu_skillshub/version-planner"><img src="https://agentmods.dev/badge/skills/yunshu0909/yunshu_skillshub/version-planner/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for version-planner

Your own site · 80×15
<a href="https://agentmods.dev/skills/yunshu0909/yunshu_skillshub/version-planner"><img src="https://agentmods.dev/badge/skills/yunshu0909/yunshu_skillshub/version-planner.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 46 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,401 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00046 $0.01401
Opus 5 $0.00023 $0.00700
Sonnet 5 $0.00009 $0.00280
Haiku 4.5 $0.00005 $0.00140

Measured 12d ago against content hash edcfbc558359, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

version-planner scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

version-planner/SKILL.md · 175 lines

How it starts

The opening of the file, as written. The whole thing — 175 lines — stays where its author put it; the contents beside it link to each section on GitHub.

版本规划助手

用途

帮助用户把一个产品想法或需求,拆解成可执行的版本路线图(V0.1 MVP → V1.0)。

工作流程

第一步:理解需求

先通过提问,充分理解用户的核心需求:

  1. 核心痛点是什么? 要解决什么问题?
  2. 目标用户是谁? 自己用还是给别人用?
  3. 必须有的功能 vs 可以后做的功能
  4. 技术约束:是否有特定技术栈、平台限制?
  5. 不确定的点:哪些细节还没想清楚?

第二步:提炼核心价值

从需求中提炼出:

  • 最小可验证价值:解决核心痛点的最简单方案是什么?
  • 关键功能清单:把所有提到的功能列出来
  • 依赖关系:哪些功能必须先做,哪些可以独立做

第三步:拆解版本

按照以下原则拆解版本:

V0.1 MVP(最小可用版本)

  • 目标:用最少的功能验证核心价值
  • 只做最核心的一个痛点
  • 可以丑、可以手动、可以有限制,但必须能跑通
  • 不做:编辑、云同步、高级功能、美化

V0.2-V0.5(功能迭代)

  • 每个版本解决一个清晰的子需求
  • 优先级:
    1. 让产品能自给自足(本地增删改查)
    2. 数据安全(备份、版本管理)
    3. 跨设备/分享能力
    4. 进阶功能(导入导出、市场等)
  • 每个版本都要有明确的"验证点"

V1.0(完整产品)

  • 性能优化、错误处理
  • UI/UX 打磨
  • 文档和引导
  • 可以对外发布的质量

第四步:输出文档

生成一个清晰的版本规划文档,包含:

# [产品名]版本规划

## 产品概述
- 核心定位
- 核心价值
- 目标用户

## 核心需求清单
(列出所有需求,标注优先级)

## 版本规划路线图

### V0.1 MVP - [一句话目标]
**功能清单**:
1. ...
2. ...

**不做什么**:
- ...

**验证点**:...

**预计工作量**:X 天

### V0.2 - [一句话目标]
...

(以此类推)

## 待确认的关键信息
(列出还需要明确的技术细节、路径等)

## 下一步行动
(给出具体的 action items)

核心原则

  1. 渐进式交付:每个版本都能独立使用,不依赖后续版本
  2. 价值优先:优先做用户最痛的点,不是技术上最难的点
  3. 快速验证:MVP 要尽可能快(2-3 天能跑通),避免过度设计
  4. 明确边界:每个版本明确写"不做什么",避免范围蔓延
  5. 可测量:每个版本要有清晰的验证点(如何判断这个版本做完了)

常见场景

场景 1:用户需求很模糊

  • 先不急着拆版本
  • 多问几轮问题,帮用户理清思路
  • 必要时提供几个方向让用户选择

场景 2:用户想一次做完所有功能

  • 说明渐进式开发的好处:
    • 早点看到成果,保持动力
    • 避免做了很多后发现方向错了
    • 每个版本都能用,不会半途而废
  • 强调 MVP 不是"残废版",是"最小可验证版"

场景 3:用户纠结技术细节

  • 把技术细节放到"待确认"里
  • 先按主流方案假设(如:Electron、React、Git)
  • 告诉用户可以在具体做某个版本时再深入调研

输出物存放

把生成的版本规划文档保存为: [产品名]-版本规划.md

建议放在用户的项目目录或文档目录中。

示例对话流程

助手:你好,我是版本规划助手。请先告诉我你想做什么产品?要解决什么问题?

用户:[描述需求]

助手:我理解了,让我确认几个关键点:
1. [问题 1]
2. [问题 2]
...

用户:[回答]

助手:好的,基于你的需求,我提炼出核心价值是:[总结]

你觉得这个理解对吗?有没有要补充的?

用户:对的 / [补充]

助手:那我开始拆解版本规划。我建议分 X 个版本:
[列出版本大纲]

你觉得这个优先级合理吗?

用户:[确认或调整]

助手:好的,我现在写一个详细的版本规划文档。
[生成并保存文档]

完成了!文档已保存在:[路径]

接下来你想:
1. 调整某个版本的内容
2. 开始做 V0.1
3. 先看看技术架构设计

注意事项

  • 不要给时间估算:只说"预计工作量 X 天"作为参考,避免"很快""几分钟"这类表述
  • 保持客观:如果用户的想法有明显问题(如过度复杂、技术不可行),要直接指出,不要一味附和
  • 聚焦核心:避免陷入细节争论,把不确定的东西记录下来,继续推进规划
  • 文档先行:确定版本规划后立即生成文档,不要只口头讨论

Read the full file on GitHub · 175 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 175 lines · 46 tokens per session scan A edcfbc558359

Subscribe to this mod's changes

version-planner is a skill published in the GitHub repository yunshu0909/yunshu_skillshub (757 stars, last pushed 1mo ago), licensed MIT. It adds 46 tokens to every session and 1,401 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

recipe-create-meet-space

Create a Google Meet meeting space and share the join link.

googleworkspace/cli · 18 tokens

atmos-config

Atmos root configuration: atmos.yaml discovery, precedence, deep merging, basepath, imports, minimal bootstrap, and routing to narrower Atmos skills.

cloudposse/atmos · 31 tokens

workthreads

SpecStory Workthreads - a weekly work-thread rollup across a team's repos from SpecStory coding histories (any agent - Claude Code, Codex, Cursor, Gemini, and more). It groups the window's sessions into threads of work per project and labels each new / open / recently closed, so a lead sees what shipped, what is still…

specstoryai/getspecstory · 126 tokens

story-readiness

Validate that a story file is implementation-ready. Checks for embedded GDD requirements, ADR references, engine notes, clear acceptance criteria, and no open design questions. Produces READY / NEEDS WORK / BLOCKED verdict with specific gaps. Use when user says 'is this story ready', 'can I start on this story', 'is…

Donchitos/Claude-Code-Game-Studios · 77 tokens

projects

List all managed projects with status, branch, open PRs, and open issue counts — portfolio-level view.

me2resh/apexyard · 24 tokens

magpie-security-issue-import-from-md

Open one or more tracking issues from a markdown file containing a batch of security findings. Each finding becomes one tracker landing in the Needs triage board column. The file itself is the full report — there is no inbound reporter to reply to and no PR to inspect.

apache/magpie · 73 tokens