product-manager-toolkit

Solid

Comprehensive toolkit for product managers including RICE prioritization, customer interview analysis, PRD templates, discovery frameworks, and go-to-market strategies. Use for feature prioritization, user research synthesis, requirement documentation, and product strategy development.

AI & Automation 140 stars 15 forks Updated today MIT

Install

View on GitHub

Quality Score: 87/100

Stars 20%
72
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Product Manager Toolkit Skill 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 ...

Details

Author
majiayu000
Repository
majiayu000/claude-arsenal
Created
5 months ago
Last Updated
today
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category