By konglong87
Provides a comprehensive product management toolkit covering demand insight, solution design, growth iteration, risk management, and product strategy. Includes skills for brainstorming, requirements refinement, market research, MVP planning, PRD/BRD/MRD generation, user story writing, A/B testing, growth analysis, roadmap planning, and agile workflow setup.
产品文档实时预览 - 在浏览器中预览 docs/ 下的所有 MD 文档,文档更新时自动刷新 Use when: 需要预览产品文档、查看 PRD/BRD/MRD 等 MD 文档的渲染效果 Do NOT use when: 文档尚未生成(docs/ 为空)
Use when starting any product management task - automatically detects task type and invokes appropriate PM skill using intelligent routing
Use when: 需要检查super-pm更新、升级到新版本、回退到旧版本 Do NOT use when: 正常使用skill无需版本管理、首次安装而非升级
Use when: 需要检查super-pm skills健康状态、定期维护审计、验证元数据完整性 Do NOT use when: 正在使用某个功能skill、仅需执行产品管理任务
Use when: 需要创意方案、探索产品方向、发散思维、本质问题分析 用户说"我想做一个XX""帮我规划XX产品""帮我设计一下需求" 用户给出新产品方向,但尚未完成本轮 brainstorm 交互确认 新产品从0到1的第一步 Do NOT use when: 用户明确说"跳过 brainstorm / 直接需求调研 / 已完成头脑风暴" 需求已明确且用户明确要求直接执行具体后续 skill
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
super-pm 是专为产品经理设计的 Claude Code Skill Pack,提供全生命周期的产品管理工作流支持。
所有平台统一模式:git clone → 创建链接 → 重启
| 平台 | clone 目标路径 | skills 链接路径 | 验证命令 |
|---|---|---|---|
| Claude Code ⭐ | ~/.claude/skills/super-pm | — (直接到位) | /super-pm |
| Marketplace | — | /plugin install super-pm | /super-pm |
| OpenCode | ~/.config/opencode/super-pm | ~/.config/opencode/skills/super-pm | use skill tool to list all skills |
| Codex | ~/.codex/super-pm | ~/.agents/skills/super-pm | list available skills |
| Cursor | ~/.cursor/super-pm | ~/.cursor/skills/super-pm | list skills |
💡 Claude Code 最简单:直接 clone 到 skills 目录,无需创建链接。
# Claude Code(最推荐 ⭐)
git clone https://github.com/konglong87/super-pm.git ~/.claude/skills/super-pm
# Marketplace 一键安装
/plugin marketplace add konglong87/super-pm
/plugin install super-pm@super-pm-marketplace
# OpenCode
git clone https://github.com/konglong87/super-pm.git ~/.config/opencode/super-pm
mkdir -p ~/.config/opencode/skills && ln -s ~/.config/opencode/super-pm/skills ~/.config/opencode/skills/super-pm
# Codex
git clone https://github.com/konglong87/super-pm.git ~/.codex/super-pm
mkdir -p ~/.agents/skills && ln -s ~/.codex/super-pm/skills ~/.agents/skills/super-pm
# Cursor
git clone https://github.com/konglong87/super-pm.git ~/.cursor/super-pm
mkdir -p ~/.cursor/skills && ln -s ~/.cursor/super-pm/skills ~/.cursor/skills/super-pm
# Claude Code(最推荐 ⭐)
git clone https://github.com/konglong87/super-pm.git "$env:USERPROFILE\.claude\skills\super-pm"
# OpenCode
git clone https://github.com/konglong87/super-pm.git "$env:USERPROFILE\.config\opencode\super-pm"
New-Item -ItemType Directory -Force -Path "$env:USERPROFILE\.config\opencode\skills"
New-Item -ItemType Junction -Path "$env:USERPROFILE\.config\opencode\skills\super-pm" -Target "$env:USERPROFILE\.config\opencode\super-pm\skills"
# Codex
git clone https://github.com/konglong87/super-pm.git "$env:USERPROFILE\.codex\super-pm"
New-Item -ItemType Directory -Force -Path "$env:USERPROFILE\.agents\skills"
cmd /c mklink /J "$env:USERPROFILE\.agents\skills\super-pm" "$env:USERPROFILE\.codex\super-pm\skills"
# Cursor
git clone https://github.com/konglong87/super-pm.git "$env:USERPROFILE\.cursor\super-pm"
New-Item -ItemType Directory -Force -Path "$env:USERPROFILE\.cursor\skills"
New-Item -ItemType Junction -Path "$env:USERPROFILE\.cursor\skills\super-pm" -Target "$env:USERPROFILE\.cursor\super-pm\skills"
💡 Cursor Hook 支持:克隆完整仓库后,
.cursor-plugin/plugin.json+hooks/hooks-cursor.json可被 Cursor 插件系统发现,实现会话启动时自动注入 PM 技能上下文。
重启后执行对应平台的验证命令(见上方表格)。看到 super-pm 欢迎信息即安装成功。
在项目根目录创建 PM-CLAUDE.md:
# 产品基础信息
产品名称: 我的电商小程序
产品定位: 生鲜配送平台
目标用户: 25-35岁一二线城市女性
业务目标: 提升复购率至40%
# 模式配置
product_mode: ToB
user_mode: beginner
auto_trigger: true
# 技能激活
skills: pm-skills
web_search: true
/pm-brainstorm # 先发散再收敛
/pm-demand # 方向明确后直接调研
38 个技能看起来很多,但大多数项目只需要走一条主线。以下是三条最常用的路径:
/pm-brainstorm → /pm-demand → /pm-market → /pm-priority → /pm-mvp → /pm-docs → /pm-preview → /pm-tech → /pm-release
| 步骤 | 技能 | 产出 | 你要回答的问题 |
|---|---|---|---|
| 1 | /pm-brainstorm | 头脑风暴方案 | 产品方向有哪些可能性?目标用户是谁? |
| 2 | /pm-demand | 需求调研报告 | 这个方向真值得做吗?用户痛点真实吗? |
| 3 | /pm-market | 市场调研报告 | 市场有多大?竞品是谁? |
| 4 | /pm-priority | 优先级排序报告 | 哪些需求先做? |
| 5 | /pm-mvp | MVP方案 | 最小可行产品包含什么? |
| 6 | /pm-docs | PRD文档 | 产品需求怎么写? |
| 7 | /pm-preview | 浏览器实时预览 | 文档渲染效果对吗?内容确认无误? |
| 8 | /pm-tech | 技术对接方案 | 技术上怎么做? |
| 9 | /pm-release | 上线执行方案 | 怎么安全上线? |
💡 方向已明确? 可直接从
/pm-demand开始,跳过头脑风暴。
/pm-aarrr → /pm-growth → /pm-report → /pm-iteration
| 步骤 | 技能 | 产出 | 你要回答的问题 |
|---|---|---|---|
| 1 | /pm-aarrr | AARRR增长分析 | 增长漏斗哪里断了? |
| 2 | /pm-growth | 增长执行方案 | 怎么修复? |
| 3 | /pm-report | 数据报告 | 效果如何? |
| 4 | /pm-iteration | 迭代计划 | 下一步做什么? |
/pm-business-model → /pm-decision → /pm-portfolio → /pm-resource
| 步骤 | 技能 | 产出 | 你要回答的问题 |
|---|---|---|---|
| 1 | /pm-business-model | 商业模式画布 | 怎么赚钱? |
| 2 | /pm-decision | 战略决策建议 | 选哪条路? |
| 3 | /pm-portfolio | 产品组合战略 | 多产品线怎么管? |
| 4 | /pm-resource | 资源分配方案 | 人和钱怎么分? |
npx claudepluginhub konglong87/superpm --plugin super-pm聚合13位顶尖专家(张雪峰、张一鸣、MrBeast、乔布斯、Paul Graham、马斯克、芒格、Naval、费曼、塔勒布、王小波、郭德纲、罗翔),智能路由到最合适的专家,提供专业视角建议。
Product discovery skills for PMs: ideation, experiments, assumption testing, feature prioritization, and customer interview synthesis.
18 production-ready Claude Code skills for Product Managers. Discovery, build, measure, communicate.
执行与产品管理技能:PRD(产品需求文档)、OKR(目标与关键成果)、路线图、Sprint(冲刺)、事前剖析(Pre-mortem)、干系人地图、用户故事、优先级框架等。
產品管理與 PRD
MUST use when user wants to plan or strategize a product/feature. 22 PM frameworks, 6 modes, multi-language, from idea to dev handoff
Agent-first PM toolkit with 9 specialist agents and 18 skills for solo developers and small teams