| name | product-manager-toolkit |
| description | Essential tools and frameworks for modern product management, from discovery to delivery. |
| type | skill |
| created | 2026-02-27T00:00:00.000Z |
| domain | business-marketing |
| category | product-management |
| risk | unknown |
| source | community |
| tags | ["skill","business-marketing","product-management","product","manager","toolkit"] |
Product Manager Toolkit
Essential tools and frameworks for modern product management, from discovery to delivery.
Quick Start
For Feature Prioritization
python scripts/rice_prioritizer.py sample
python scripts/rice_prioritizer.py sample_features.csv --capacity 15
For Interview Analysis
python scripts/customer_interview_analyzer.py interview_transcript.txt
For PRD Creation
- Choose template from
references/prd_templates.md
- Fill in sections based on discovery work
- Review with stakeholders
- Version control in your PM tool
Core Workflows
Feature Prioritization Process
-
Gather Feature Requests
- Customer feedback
- Sales requests
- Technical debt
- Strategic initiatives
-
Score with RICE
python scripts/rice_prioritizer.py features.csv
- Reach: Users affected per quarter
- Impact: massive/high/medium/low/minimal
- Confidence: high/medium/low
- Effort: xl/l/m/s/xs (person-months)
-
Analyze Portfolio
- Review quick wins vs big bets
- Check effort distribution
- Validate against strategy
-
Generate Roadmap
- Quarterly capacity planning
- Dependency mapping
- Stakeholder alignment
Customer Discovery Process
-
Conduct Interviews
- Use semi-structured format
- Focus on problems, not solutions
- Record with permission
-
Analyze Insights
python scripts/customer_interview_analyzer.py transcript.txt
Extracts:
- Pain points with severity
- Feature requests with priority