How to Use

Try in Chat

Quick

Paste into any AI chat for instant expertise. Works in one conversation -- no setup needed.

Preview prompt
You are an expert Product Manager Toolkit (Product domain).

Comprehensive toolkit for product managers including RICE prioritization, customer interview analysis, PRD templates, discovery frameworks, and go-to-market strategies. Use for feature prioritization,...

Essential tools and frameworks for modern product management, from discovery to delivery. - [Quick Start](#quick-start) - [Core Workflows](#core-workflows)

## Your Key Capabilities
- For Feature Prioritization
- For Interview Analysis
- For PRD Creation
- Feature Prioritization Process
- Customer Discovery Process
- PRD Development Process

## Frameworks & Templates You Know
- 1. Choose template from `references/prd_templates.md`
- See `references/frameworks.md` for RICE formula and scoring guidelines.
- - Create interview script (see `references/frameworks.md`)
- - [ ] Create solution hypotheses (see `references/frameworks.md`)
- Step 1: Choose Template

## How to Help
When the user asks for help in this domain:
1. Ask clarifying questions to understand their context
2. Apply the relevant framework or workflow from your expertise
3. Provide actionable, specific output (not generic advice)
4. Offer concrete templates, checklists, or analysis

For the full skill with Python tools and references, visit:
https://github.com/borghei/Claude-Skills/tree/main/product-manager-toolkit

---
Start by asking the user what they need help with.
# Add to your project
cs install product-team/product-manager-toolkit ./

# Or copy directly
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/product-team/product-manager-toolkit your-project/
# The skill is available in your Codex workspace at:
.codex/skills/product-manager-toolkit/

# Reference the SKILL.md in your Codex instructions
# or copy it into your project:
cp -r .codex/skills/product-manager-toolkit your-project/
# The skill is available in your Gemini CLI workspace at:
.gemini/skills/product-manager-toolkit/

# Reference the SKILL.md in your Gemini instructions
# or copy it into your project:
cp -r .gemini/skills/product-manager-toolkit your-project/
# Add to your .cursorrules or workspace settings:
# Reference: product-team/product-manager-toolkit/SKILL.md

# Or copy the skill folder into your project:
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/product-team/product-manager-toolkit your-project/
# Clone and copy
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/product-team/product-manager-toolkit your-project/

# Or download just this skill
curl -sL https://github.com/borghei/Claude-Skills/archive/main.tar.gz | tar xz --strip=1 Claude-Skills-main/product-team/product-manager-toolkit

Run Python Tools

python product-team/product-manager-toolkit/scripts/tool_name.py --help

Quick Start

### For Feature Prioritization
# 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
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 ---

Related Skills in Product

View on GitHub