技能 product-manager-toolkit
📦

product-manager-toolkit

安全

Product Manager Toolkit

也可從以下取得: alirezarezvani,davila7

A comprehensive toolkit for product managers to prioritize features using RICE scoring, analyze customer interviews, and create professional PRD documents. Streamlines product discovery and planning workflows.

支援: Claude Codex Code(CC)
🥉 73 青銅
1

下載技能 ZIP

2

在 Claude 中上傳

前往 設定 → 功能 → 技能 → 上傳技能

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
規範符合性

你能建構什麼

Feature Prioritization Workshop

Run a feature prioritization session using RICE scoring. Generate a CSV of features with scores, then use the script to rank and plan roadmap capacity.

Customer Interview Synthesis

After customer interviews, paste transcript into a text file and run the analyzer to extract actionable insights, sentiment, and feature requests.

PRD Documentation Creation

Use PRD templates to document new feature requirements. Choose from standard, one-page, or feature brief formats based on scope.

試試這些提示

Prioritize My Feature List
Use the RICE prioritization method to help me score these features. For each feature, I need to estimate: Reach (users per quarter), Impact (massive/high/medium/low/minimal), Confidence (high/medium/low), and Effort (person-months). Here's my feature list: [paste features]
Analyze Customer Interview
I have a customer interview transcript. Please analyze it and extract: 1) Key pain points with severity, 2) Explicit feature requests, 3) Sentiment (positive/negative/neutral), 4) Jobs to be done, 5) Key quotes. Here's the transcript: [paste transcript]
Draft PRD from Discovery
Help me create a Product Requirements Document for a new feature. I have these inputs: Problem statement [describe], Target users [define], Success metrics [list], Timeline [specify]. Please structure this as a standard PRD using the template format.
Capacity Planning for Quarter
I have 20 prioritized features with RICE scores and effort estimates. Our team has capacity for 15 person-months this quarter. Which features should we commit to? Show me the portfolio breakdown of quick wins vs big bets.

最佳實務

  • Gather cross-functional input when scoring RICE components to improve accuracy
  • Use customer interview analysis to validate pain points before prioritizing solutions
  • Start with one-page PRD for small features, use standard PRD for complex initiatives
  • Review and update RICE scores quarterly as confidence and reach data improves

避免

  • Do not skip confidence scoring - it prevents overconfidence in uncertain estimates
  • Do not use RICE for all decisions - combine with strategic fit and technical dependencies
  • Do not write PRDs without user research - validate problems first
  • Do not ignore effort estimates from engineering - use realistic team velocity

常見問題

What is RICE prioritization?
RICE is a scoring framework: Reach (users affected) × Impact (effect on user) × Confidence ( certainty of estimates) ÷ Effort (resources needed). Higher scores indicate higher priority.
Do I need to install any dependencies?
The scripts require Python 3.6 or higher. No external packages needed - they use only standard library modules.
Can I use this with Claude Code or Codex?
Yes. The toolkit works as a CLI companion. You can use Claude to draft features and PRDs, then run the Python scripts for numerical scoring and analysis.
How do I estimate Reach for a feature?
Reach = number of users who will benefit per quarter. For existing features, use analytics data. For new features, estimate based on user research and market size.
What file formats does the interview analyzer accept?
The script reads plain text (.txt) files. Paste your interview transcript into a text file and pass it as a command line argument.
Can I export results to JSON or CSV?
Yes. The rice_prioritizer.py supports --output json or csv flags. Default output is to console for easy copying.