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.
npx skills add yunshu0909/yunshu_skillshub --skill version-plannergit clone --depth 1 https://github.com/yunshu0909/yunshu_skillshubWrote 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.
[](https://agentmods.dev/skills/yunshu0909/yunshu_skillshub/version-planner)<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.
<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>- NVIDIA SkillSpector pass
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.
| Model | Per session | Once 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 |
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.
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)。
工作流程
第一步:理解需求
先通过提问,充分理解用户的核心需求:
- 核心痛点是什么? 要解决什么问题?
- 目标用户是谁? 自己用还是给别人用?
- 必须有的功能 vs 可以后做的功能
- 技术约束:是否有特定技术栈、平台限制?
- 不确定的点:哪些细节还没想清楚?
第二步:提炼核心价值
从需求中提炼出:
- 最小可验证价值:解决核心痛点的最简单方案是什么?
- 关键功能清单:把所有提到的功能列出来
- 依赖关系:哪些功能必须先做,哪些可以独立做
第三步:拆解版本
按照以下原则拆解版本:
V0.1 MVP(最小可用版本)
- 目标:用最少的功能验证核心价值
- 只做最核心的一个痛点
- 可以丑、可以手动、可以有限制,但必须能跑通
- 不做:编辑、云同步、高级功能、美化
V0.2-V0.5(功能迭代)
- 每个版本解决一个清晰的子需求
- 优先级:
- 让产品能自给自足(本地增删改查)
- 数据安全(备份、版本管理)
- 跨设备/分享能力
- 进阶功能(导入导出、市场等)
- 每个版本都要有明确的"验证点"
V1.0(完整产品)
- 性能优化、错误处理
- UI/UX 打磨
- 文档和引导
- 可以对外发布的质量
第四步:输出文档
生成一个清晰的版本规划文档,包含:
# [产品名]版本规划
## 产品概述
- 核心定位
- 核心价值
- 目标用户
## 核心需求清单
(列出所有需求,标注优先级)
## 版本规划路线图
### V0.1 MVP - [一句话目标]
**功能清单**:
1. ...
2. ...
**不做什么**:
- ...
**验证点**:...
**预计工作量**:X 天
### V0.2 - [一句话目标]
...
(以此类推)
## 待确认的关键信息
(列出还需要明确的技术细节、路径等)
## 下一步行动
(给出具体的 action items)
核心原则
- 渐进式交付:每个版本都能独立使用,不依赖后续版本
- 价值优先:优先做用户最痛的点,不是技术上最难的点
- 快速验证:MVP 要尽可能快(2-3 天能跑通),避免过度设计
- 明确边界:每个版本明确写"不做什么",避免范围蔓延
- 可测量:每个版本要有清晰的验证点(如何判断这个版本做完了)
常见场景
场景 1:用户需求很模糊
- 先不急着拆版本
- 多问几轮问题,帮用户理清思路
- 必要时提供几个方向让用户选择
场景 2:用户想一次做完所有功能
- 说明渐进式开发的好处:
- 早点看到成果,保持动力
- 避免做了很多后发现方向错了
- 每个版本都能用,不会半途而废
- 强调 MVP 不是"残废版",是"最小可验证版"
场景 3:用户纠结技术细节
- 把技术细节放到"待确认"里
- 先按主流方案假设(如:Electron、React、Git)
- 告诉用户可以在具体做某个版本时再深入调研
输出物存放
把生成的版本规划文档保存为:
[产品名]-版本规划.md
建议放在用户的项目目录或文档目录中。
示例对话流程
助手:你好,我是版本规划助手。请先告诉我你想做什么产品?要解决什么问题?
用户:[描述需求]
助手:我理解了,让我确认几个关键点:
1. [问题 1]
2. [问题 2]
...
用户:[回答]
助手:好的,基于你的需求,我提炼出核心价值是:[总结]
你觉得这个理解对吗?有没有要补充的?
用户:对的 / [补充]
助手:那我开始拆解版本规划。我建议分 X 个版本:
[列出版本大纲]
你觉得这个优先级合理吗?
用户:[确认或调整]
助手:好的,我现在写一个详细的版本规划文档。
[生成并保存文档]
完成了!文档已保存在:[路径]
接下来你想:
1. 调整某个版本的内容
2. 开始做 V0.1
3. 先看看技术架构设计
注意事项
- 不要给时间估算:只说"预计工作量 X 天"作为参考,避免"很快""几分钟"这类表述
- 保持客观:如果用户的想法有明显问题(如过度复杂、技术不可行),要直接指出,不要一味附和
- 聚焦核心:避免陷入细节争论,把不确定的东西记录下来,继续推进规划
- 文档先行:确定版本规划后立即生成文档,不要只口头讨论
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.
- 12d ago First seen · 175 lines · 46 tokens per session scan A edcfbc558359
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.
Other skills, from other repositories
recipe-create-meet-space
Create a Google Meet meeting space and share the join link.
atmos-config
Atmos root configuration: atmos.yaml discovery, precedence, deep merging, basepath, imports, minimal bootstrap, and routing to narrower Atmos skills.
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…
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…
projects
List all managed projects with status, branch, open PRs, and open issue counts — portfolio-level view.
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.