Product Manager Toolkit

A comprehensive toolkit for product managers covering RICE prioritization, customer interview analysis, PRD templates, discovery frameworks, and go-to-market strategies. It provides scripts and workflows to prioritize features, analyze user research, and create requirement documentation.

✨ What it does

  • RICE score calculation with configurable weights and portfolio analysis.
  • Quarterly roadmap generation based on team capacity.
  • NLP-based customer interview analysis extracting pain points, feature requests, JTBD patterns, sentiment, and quotes.
  • Multiple PRD templates (Standard, One-Page, Feature Brief, Agile Epic).
  • JSON/CSV output for integration with other tools.
  • Validation checklists for prioritization and discovery processes.

🎯 When to use it

  • When prioritizing a backlog of features or initiatives using RICE scoring.
  • When analyzing customer interview transcripts to extract pain points, feature requests, and themes.
  • When creating product requirement documents (PRDs) for new features or products.
  • When developing product strategy and go-to-market plans.
  • When planning customer discovery research and synthesizing findings.

🚀 How to use

Trigger by asking for feature prioritization, interview analysis, or PRD creation. Provide a CSV file with feature data for RICE, or a transcript file for interview analysis. For PRDs, choose a template and fill sections. Example prompts:

Prioritize these features using RICE: [list features with reach, impact, confidence, effort]
Analyze this customer interview transcript: [paste transcript]
Create a PRD for [feature] using the standard template.

📄 Output: The skill produces prioritized feature lists, roadmap plans, interview insight reports, and PRD documents.

📦 Add this skill to Claude Code

# 1. Get the skills repo
git clone --depth 1 https://github.com/alirezarezvani/claude-skills /tmp/claude-skills

# 2. Copy this skill into your project (or ~/.claude/skills for all projects)
mkdir -p .claude/skills
cp -r /tmp/claude-skills/product-team/skills/product-manager-toolkit .claude/skills/product-manager-toolkit

Skill source: product-team/skills/product-manager-toolkit/SKILL.md

⚠️ Good to know

Requires Python environment to run the scripts; the skill provides templates and frameworks but does not automate all product management tasks.

❓ FAQ

What is the RICE formula used?

The RICE score is calculated as (Reach × Impact × Confidence) / Effort, with configurable weights.

Can I export results to other tools?

Yes, the scripts support JSON and CSV output formats for integration with tools like Jira, Amplitude, and spreadsheets.

What interview analysis capabilities are included?

The analyzer extracts pain points with severity, feature requests, jobs-to-be-done patterns, sentiment, key themes, and notable quotes.

🤖 Overview, features, install steps and FAQ were generated from the project's SKILL.md on Sep 4, 2026. Always check the original source before running commands.