المهارات product-manager-toolkit
📦

product-manager-toolkit

آمن

产品经理工具包

متاح أيضًا من: alirezarezvani,davila7

一款全面的产品经理工具包,用于使用RICE评分法对功能进行优先级排序、分析客户访谈并创建专业的PRD文档。简化产品发现和规划工作流程。

يدعم: Claude Codex Code(CC)
🥉 73 برونزي
1

تنزيل ZIP المهارة

2

رفع في Claude

اذهب إلى Settings → Capabilities → Skills → Upload skill

3

فعّل وابدأ الاستخدام

اختبرها

استخدام "product-manager-toolkit". Feature list: Login improvement (reach 5000, impact high, confidence 80%, effort 3), Search redesign (reach 10000, impact medium, confidence 90%, effort 5), Notification system (reach 2000, impact massive, confidence 60%, effort 8)

النتيجة المتوقعة:

RICE Scores:
1. Search Redesign: Score 180 (Reach 10000 × Impact 0.5 × Confidence 0.9 ÷ Effort 5)
2. Login Improvement: Score 133 (Reach 5000 × Impact 0.5 × Confidence 0.8 ÷ Effort 3)
3. Notification System: Score 30 (Reach 2000 × Impact 1.0 × Confidence 0.6 ÷ Effort 8)

Recommendation: Focus on Search Redesign and Login Improvement for Q1.

استخدام "product-manager-toolkit". Customer said: 'The current dashboard is so slow, it takes forever to load. I really need real-time notifications when orders come in. The search function is useless - I can never find what I need. But I love the new reporting feature!'

النتيجة المتوقعة:

Pain Points (Severity: High):
- Slow dashboard loading
- Poor search functionality

Feature Requests (Priority: High):
- Real-time notifications for orders

Sentiment: Mixed (positive for reporting, negative for performance)

Key Quote: 'The current dashboard is so slow, it takes forever to load'

التدقيق الأمني

آمن
v1 • 2/24/2026

All 71 static findings evaluated as false positives. The skill contains legitimate Python CLI scripts for product management workflows. Documentation shows example commands in markdown code blocks (not actual execution). Market sizing references (TAM/SAM/SOM) were incorrectly flagged as Windows SAM. Generic terms triggered weak crypto flags. File operations are intentional CLI functionality for reading user-provided transcript files.

4
الملفات التي تم فحصها
1,414
الأسطر التي تم تحليلها
6
النتائج
1
إجمالي عمليات التدقيق

مشكلات عالية المخاطر (6)

False Positive: External Commands Flagged
Static scanner flagged markdown code blocks showing 'python scripts/...' as shell backtick execution. These are documentation examples, not actual command execution. Located in SKILL.md lines showing example CLI usage.
False Positive: Weak Cryptographic Algorithm
Scanner incorrectly flagged common words like 'Security', 'Design', 'Principles', 'High-Level' as weak crypto algorithms. No cryptographic code exists in this skill.
False Positive: Windows SAM Database
Line 27 of prd_templates.md contains 'TAM, SAM, SOM' which refers to market sizing (Total Addressable Market, Serviceable Available Market, Serviceable Obtainable Market), not Windows Security Account Manager.
False Positive: HTTP Client Library / Network Access
Scanner flagged 'requests.append()' as HTTP library usage. This is a Python list variable named 'requests' storing analysis results, not the HTTP requests library.
False Positive: Certificate/Key Files
Scanner flagged 'keys = prioritized[0].keys()' as certificate keys. This is simply extracting dictionary keys for CSV output formatting.
Legitimate: File Input Operations
Scripts accept file paths from command line arguments to read user-provided transcript files. This is expected CLI tool behavior.
تم تدقيقه بواسطة: claude

درجة الجودة

64
الهندسة المعمارية
100
قابلية الصيانة
87
المحتوى
50
المجتمع
55
الأمان
100
الامتثال للمواصفات

ماذا يمكنك بناءه

功能优先级排序工作坊

使用RICE评分进行功能优先级排序会话。生成带分数的CSV功能列表,然后使用脚本进行排名和规划路线图容量。

客户访谈综合

在客户访谈后,将访谈记录粘贴到文本文件中,然后运行分析器提取可操作的洞察、情感倾向和功能请求。

PRD文档创建

使用PRD模板记录新功能需求。根据范围选择标准版、一页版或功能简报格式。

جرّب هذه الموجهات

对我的功能列表进行优先级排序
使用RICE优先级排序方法帮助我对这些功能进行评分。对于每个功能,我需要估算:触达量(每季度用户数)、影响(巨大/高/中/低/极小)、置信度(高/中/低)、工作量(人月)。这是我的功能列表:[粘贴功能]
从发现文档创建PRD
帮我为一个新功能创建产品需求文档。我有以下输入:问题陈述[描述],目标用户[定义],成功指标[列出],时间线[指定]。请使用模板格式将其结构化为标准PRD。
季度容量规划
我有20个带有RICE分数和工作量估算的优先级排序功能。我们团队本季度有15人月的容量。我们应该承诺哪些功能?向我展示快速成功与大赌注的投资组合分解。

أفضل الممارسات

  • 在对RICE组件进行评分时,收集跨职能输入以提高准确性
  • 使用客户访谈分析在确定解决方案优先级之前验证痛点
  • 从小功能开始使用一页版PRD,复杂计划使用标准版PRD
  • 每季度随着置信度和触达量数据的改善更新RICE分数

تجنب

  • 不要跳过置信度评分——它可以防止对不确定估算的过度自信
  • 不要将RICE用于所有决策——结合战略契合度和技术依赖性
  • 不要在没有用户研究的情况下编写PRD——首先验证问题
  • 不要忽视工程团队的工作量估算——使用现实的团队速度

الأسئلة المتكررة

什么是RICE优先级排序法?
RICE是一个评分框架:触达量(受影响的用户)×影响(对用户的效果)×置信度(估算的确定性)÷工作量(所需资源)。分数越高表示优先级越高。
我需要安装任何依赖项吗?
脚本需要Python 3.6或更高版本。无需外部包——只使用标准库模块。
我可以将此工具与Claude Code或Codex一起使用吗?
是的。该工具包可作为CLI伴侣使用。您可以使用Claude起草功能和PRD,然后运行Python脚本进行数值评分和分析。
我如何估算功能的触达量?
触达量=每季度将受益的用户数量。对于现有功能,使用分析数据。对于新功能,基于用户研究和市场规模进行估算。
访谈分析器接受什么文件格式?
脚本读取纯文本(.txt)文件。将您的访谈记录粘贴到文本文件中,然后将其作为命令行参数传递。
我可以导出结果为JSON或CSV吗?
是的。rice_prioritizer.py支持--output json或csv标志。默认输出到控制台以便于复制。

تفاصيل المطور