Agent skill · Documentation

product-manager-toolkit

Comprehensive toolkit for product managers including RICE prioritization, customer interview analysis, PRD templates, discovery frameworks, and go-to-market strategies. Use when prioritizing features, synthesizing user research, writing requirement documentation, or developing product strategy.

Alireza Rezvani23,369★ · +428/wk · 1 repos on radarProfile →
claude-codecodexcursorships scriptsMIT
Install
npx skills add alirezarezvani/claude-skills --skill product-manager-toolkit --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 8
SKILL.md size: 10 KB
Bundled scripts: yes
Path: product-team/skills/product-manager-toolkit/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 23,791 · +422 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Product Manager Toolkit Essential tools and frameworks for modern product management, from discovery to delivery. --- ## Table of Contents - [Quick Start](#quick-start) - [Core Workflows](#core-workflows) - [Feature Prioritization](#feature-prioritization-process) - [Customer Discovery](#customer-discovery-process) - [PRD Development](#prd-development-process) - [Tools Reference](#tools-reference) - [RICE Prioritizer](#rice-prioritizer) - [Customer Interview Analyzer](#customer-interview-analyzer) - [Input/Output Examples](#inputoutput-examples) - [Integration Points](#integration-points) - [Common Pitfalls](#common-pitfalls-to-avoid) --- ## Quick Start ### For Feature Prioritization ```bash # Create sample data file python scripts/rice_prioritizer.py sample # Run prioritization with team capacity 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 sections based on discovery work 3. Review with engineering for feasibility 4. Version control in project management tool -

What's inside
Steps it walks through
  1. Table of Contents
  2. Quick Start
  3. For Feature Prioritization
  4. For Interview Analysis
  5. For PRD Creation
  6. Core Workflows
  7. Feature Prioritization Process
  8. Customer Discovery Process
  9. PRD Development Process
  10. Tools Reference
  11. RICE Prioritizer
  12. Customer Interview Analyzer
  13. Input/Output Examples
  14. Integration Points
Ships with 7 files
  • assets/prd_template.md
  • assets/rice_input_template.csv
  • references/frameworks.md
  • references/input-output-examples.md
  • references/prd_templates.md
  • scripts/customer_interview_analyzer.py
  • scripts/rice_prioritizer.py
Commands it runs
Create sample data file
python scripts/rice_prioritizer.py sample
Run prioritization with team capacity
python scripts/rice_prioritizer.py sample_features.csv --capacity 15
python scripts/customer_interview_analyzer.py interview_transcript.txt
python scripts/rice_prioritizer.py features.csv --capacity 20
python scripts/customer_interview_analyzer.py transcript.txt
Create sample data
Run with default capacity (10 person-months)
python scripts/rice_prioritizer.py features.csv
More from claude-skills
All skills →
About this skill
What does the product-manager-toolkit skill do?

Comprehensive toolkit for product managers including RICE prioritization, customer interview analysis, PRD templates, discovery frameworks, and go-to-market strategies. Use when prioritizing features, synthesizing user research, writing requirement documentation, or developing product strategy.

How do I install it?

Run `npx skills add alirezarezvani/claude-skills --skill product-manager-toolkit --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From alirezarezvani/claude-skills, a repository with 23,791 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going