资深产品经理 AI Skill,通过结构化对话引导一线业务人员梳理需求,输出标准 PRD 文档。
| 平台 | 支持 | 安装方式 |
|---|---|---|
| Claude Code | ✅ | npx skills add NicZhang/product-manager-skill |
| Codex (OpenAI CLI) | ✅ | codex install NicZhang/product-manager-skill |
npx skills add NicZhang/product-manager-skill
或手动克隆:
git clone https://github.com/NicZhang/product-manager-skill.git ~/.claude/skills/product-manager-skill
codex install NicZhang/product-manager-skill
或手动克隆:
git clone https://github.com/NicZhang/product-manager-skill.git ~/.codex/plugins/product-manager-skill
音视频转录功能需要安装 Python 依赖:
pip install -r scripts/requirements.txt
同时需要系统安装 ffmpeg(音视频转录需要)。
在 Claude Code 或 Codex 中直接说:
帮我梳理一个需求
我想做一个XX功能
帮我写个PRD
或者发送文件:
[发送 Word/Excel/PPT/PDF/录音/录屏文件]
帮我从这个文件里提取需求
| 模式 | 适用场景 |
|---|---|
| 引导模式 | 想法还模糊,需要从零梳理 |
| 倾倒模式 | 已有大量信息,先倾倒再整理 |
| 审查模式 | 已有初版文档,需要PM审查挑战 |
Phase 0: 选择模式
↓
Phase 1: 问题与背景(WHY) → Checkpoint 确认
↓
Phase 2: 用户与场景(WHO) → Checkpoint 确认
↓
Phase 3: 方案与功能(WHAT) → Checkpoint 确认
↓
Phase 4: 生成PRD → 质量自检 → 交付
每个阶段结束有检查点确认,确保理解正确再继续。
| 类型 | 格式 |
|---|---|
| 文档 | .docx, .xlsx, .pptx, .pdf |
| 图片 | .png, .jpg, .jpeg |
| 音频 | .mp3, .wav, .m4a, .flac, .ogg |
| 视频 | .mp4, .mov, .webm, .avi, .mkv |
| 链接 | 任意 URL |
product-manager-skill/
├── .claude-plugin/ # Claude Code 插件入口
│ ├── plugin.json
│ └── marketplace.json
├── .codex-plugin/ # Codex 插件入口
│ └── plugin.json
├── commands/
│ └── product-manager.md # 命令入口(引用 SKILL.md)
├── SKILL.md # 主逻辑:引导协议 + 工作流 + PM判断逻辑
├── references/
│ ├── question-bank.md # 各阶段问题库(含追问策略)
│ └── prd-template.md # PRD输出模板
├── scripts/
│ ├── parse_document.py # 文档解析(docx/xlsx/pptx → 结构化文本)
│ ├── transcribe_media.py # 音视频转录(mp3/mp4等 → 带时间戳文本)
│ └── requirements.txt # Python 依赖
├── README.md
└── LICENSE
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.
npx claudepluginhub niczhang/product-manager-skill --plugin product-manager-skillComprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Write feature specs, plan roadmaps, and synthesize user research faster. Keep stakeholders updated and stay ahead of the competitive landscape.
Unified status line for Claude Code with multi-CLI (Claude, Codex, Gemini, z.ai) usage monitoring, context, rate limits, and cost tracking