product-manager-toolkitlisted
Install: claude install-skill aiskillstore/marketplace
# Product Manager Toolkit
Essential tools and frameworks for modern product management, from discovery to delivery.
## Quick Start
### For Feature Prioritization
```bash
python scripts/rice_prioritizer.py sample # Create sample CSV
python scripts/rice_prioritizer.py sample_features.csv --capacity 15
```
### For Interview Analysis
```bash
python scripts/customer_interview_analyzer.py interview_transcript.txt
```
### For PRD Creation
1. Choose template from `references/prd_templates.md`
2. Fill in sections based on discovery work
3. Review with stakeholders
4. Version control in your PM tool
## Core Workflows
### Feature Prioritization Process
1. **Gather Feature Requests**
- Customer feedback
- Sales requests
- Technical debt
- Strategic initiatives
2. **Score with RICE**
```bash
# Create CSV with: name,reach,impact,confidence,effort
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)
3. **Analyze Portfolio**
- Review quick wins vs big bets
- Check effort distribution
- Validate against strategy
4. **Generate Roadmap**
- Quarterly capacity planning
- Dependency mapping
- Stakeholder alignment
### Customer Discovery Process
1. **Conduct Interviews**
- Use semi-structured format
- Focus on problems, not solutions
- Record with permission
2. **