From unipus-prd-plugin
对已有 PRD 文档进行6维度质量诊断,输出评分报告和分优先级改进建议,不修改原文档。触发词:审查PRD、检查PRD、review PRD、诊断需求文档
How this skill is triggered — by the user, by Claude, or both
Slash command
/unipus-prd-plugin:unipus-prd-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
使用 `unipus-prd-review` 对 PRD 文档进行全面质量诊断。
使用 unipus-prd-review 对 PRD 文档进行全面质量诊断。
未读取以上文件不得开始评审。
Step 1 — 宣告并读取参考文件 告知用户:"正在使用 unipus-prd-review",然后读取3个 references/ 文件。
Step 2 — 获取待审 PRD
"请提供 PRD 文档路径或直接粘贴文档内容。"
Step 3 — 结构对比检查
对照 references/prd-template.md 的7章结构,逐章检查:
输出结构检查表:
结构检查
├── 第1章 文档信息:✅ / ⚠️ / ❌
├── 第2章 需求概述:✅ / ⚠️ / ❌
│ ├── 2.1 背景:✅ / ⚠️ / ❌
│ ├── 2.2 目标:...
│ └── ...
└── 第7章 其他:✅ / ⚠️ / ❌
Step 4 — 6维度评分
对照 references/prd-checklist.md,逐维度逐项打分(✅=100分 / ⚠️=60分 / ❌=0分),计算各维度得分。
Step 5 — 按 review-report-template.md 格式输出诊断报告
完整填写 references/review-report-template.md 模板中的所有字段,包括:
Step 6 — 末尾引导 报告末尾固定输出:
综合得分:XX/100。如需优化,请使用
unipus-prd-optimize自动修复问题。
| 错误做法 | 正确做法 |
|---|---|
| 直接修改原 PRD 文档 | review 只输出诊断报告,不修改原文 |
| 只说"整体较好"等笼统评价 | 每个维度必须列出具体问题和改进建议 |
| 跳过某个维度的评分 | 6个维度全部必须评分,即使无问题也要说明 |
| 改进建议不区分优先级 | 必须按 P0/P1/P2/P3 分级输出建议 |
| 未使用 review-report-template.md 格式 | 输出格式必须严格遵循模板结构 |
| 评分缺乏依据 | 每个扣分项必须引用 prd-checklist.md 中的具体检查点 |
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub glepooek/unipus-plugins-official --plugin unipus-prd-plugin