Loading...
Loading...
Expert product management covering strategy, roadmapping, user research, prioritization frameworks, and stakeholder management.
npx skill4agent add borghei/claude-skills product-managerVISION STATEMENT
What future do we want to create?
[Aspirational, 3-5 year horizon]
MISSION
How do we create that future?
[Actionable, explains our approach]
STRATEGY
What are our key bets?
[3-5 strategic pillars]
OBJECTIVES
How do we measure success?
[OKRs, quarterly targets]| Dimension | Current State | Target State | Gap | Priority |
|---|---|---|---|---|
| User Experience | ||||
| Feature Set | ||||
| Performance | ||||
| Pricing | ||||
| Market Position |
RICE Score = (Reach × Impact × Confidence) / Effort
Reach: How many users affected per quarter
- 10000+ users = 10
- 5000-10000 = 8
- 1000-5000 = 5
- 500-1000 = 3
- <500 = 1
Impact: Effect on users (0.25, 0.5, 1, 2, 3)
- Massive = 3
- High = 2
- Medium = 1
- Low = 0.5
- Minimal = 0.25
Confidence: How sure are we (20%, 50%, 80%, 100%)
- High = 100%
- Medium = 80%
- Low = 50%
- Very Low = 20%
Effort: Person-months
- 0.5, 1, 2, 3, 4, etc.ICE Score = Impact × Confidence × Ease
Impact: 1-10 (effect on key metric)
Confidence: 1-10 (certainty of estimate)
Ease: 1-10 (simplicity of implementation) High Impact
|
Do First -----+----- Plan Carefully
(Quick Wins) | (Strategic)
|
Low Effort ----------+---------- High Effort
|
Fill-ins -----+----- Don't Do
(When Available) | (Time Sinks)
|
Low Impact# Product Roadmap - [Year/Quarter]
## Theme: [Strategic Theme]
### Now (Current Quarter)
| Feature | Goal | Metric | Status |
|---------|------|--------|--------|
| [Feature 1] | [Goal] | [KPI] | In Progress |
| [Feature 2] | [Goal] | [KPI] | Planning |
### Next (Next Quarter)
| Feature | Goal | Metric | Confidence |
|---------|------|--------|------------|
| [Feature 3] | [Goal] | [KPI] | High |
| [Feature 4] | [Goal] | [KPI] | Medium |
### Later (Future)
| Feature | Goal | Dependencies |
|---------|------|--------------|
| [Feature 5] | [Goal] | [Deps] |
## Key Assumptions
- [Assumption 1]
- [Assumption 2]
## Risks
- [Risk 1]: [Mitigation]| Method | When to Use | Sample Size | Duration |
|---|---|---|---|
| User Interviews | Discovery, validation | 5-10 | 1-2 weeks |
| Surveys | Quantitative validation | 100+ | 1 week |
| Usability Testing | Design validation | 5-8 | 1 week |
| A/B Testing | Feature optimization | 1000+ | 2-4 weeks |
| Analytics | Behavioral insights | All users | Ongoing |
# User Interview Guide: [Topic]
## Objectives
- [What we want to learn]
## Participant Criteria
- [Who we're talking to]
## Warm-up (5 min)
- Tell me about your role
- How long have you been using [product/solution]?
## Current Behavior (10 min)
- Walk me through how you currently [task]
- What tools do you use?
- What's most frustrating about this process?
## Problem Exploration (15 min)
- Tell me about a recent time when [problem]
- What did you do to solve it?
- How often does this happen?
## Solution Validation (15 min)
- [Show concept/prototype]
- What do you think this does?
- How would you use this?
- What's missing?
## Wrap-up (5 min)
- Is there anything else you'd like to share?
- Can we follow up with more questions?FINDINGS SUMMARY
Key Insights:
1. [Insight with supporting quotes]
2. [Insight with supporting quotes]
3. [Insight with supporting quotes]
User Segments Identified:
- Segment A: [Description, size, needs]
- Segment B: [Description, size, needs]
Opportunities:
- [Opportunity 1]
- [Opportunity 2]
Recommendations:
- [Action item 1]
- [Action item 2]# Product Requirements Document
## [Feature Name]
### Overview
**Problem:** [What problem are we solving?]
**Solution:** [How are we solving it?]
**Success Metric:** [How will we measure success?]
### User Stories
As a [user type], I want to [action], so that [benefit].
### Requirements
#### Must Have (P0)
- [ ] [Requirement 1]
- [ ] [Requirement 2]
#### Should Have (P1)
- [ ] [Requirement 3]
- [ ] [Requirement 4]
#### Nice to Have (P2)
- [ ] [Requirement 5]
### User Flow
[Diagram or description]
### Acceptance Criteria
- [ ] [Criterion 1]
- [ ] [Criterion 2]
### Out of Scope
- [What we're NOT building]
### Technical Considerations
- [Dependencies]
- [Constraints]
### Open Questions
- [Question 1]
- [Question 2]
### Timeline
- Design: [Date]
- Development: [Date]
- QA: [Date]
- Release: [Date]NORTH STAR METRIC: [Metric Name]
Why this metric:
- Reflects customer value
- Leads to revenue
- Measurable and actionable
Supporting Metrics:
├── Acquisition: [Metric]
├── Activation: [Metric]
├── Retention: [Metric]
├── Revenue: [Metric]
└── Referral: [Metric]Visitors → Sign-ups → Activated → Retained → Paying
100% 10% 40% 60% 20%
Conversion Rates:
- Visit to Sign-up: 10%
- Sign-up to Activated: 40%
- Activated to Retained: 60%
- Retained to Paying: 20%| Decision | Responsible | Accountable | Consulted | Informed |
|---|---|---|---|---|
| Roadmap | PM | VP Product | Eng, Sales | All |
| Pricing | PM | CEO | Finance, Sales | All |
| UX | Designer | PM | Eng, Users | Sales |
| Tech Arch | Eng Lead | CTO | PM | All |
| Stakeholder | Frequency | Format | Content |
|---|---|---|---|
| Engineering | Daily | Standup | Blockers, priorities |
| Leadership | Weekly | Sync | Progress, decisions |
| Sales | Bi-weekly | Meeting | Pipeline, feedback |
| Customers | Monthly | Newsletter | Updates, roadmap |
references/prioritization.mdreferences/research_methods.mdreferences/roadmap_templates.mdreferences/metrics_guide.md# RICE score calculator
python scripts/rice_calculator.py --features features.csv
# User research analyzer
python scripts/research_analyzer.py --interviews transcripts/
# Roadmap generator
python scripts/roadmap_gen.py --backlog backlog.csv --quarters 4
# Metrics dashboard
python scripts/metrics_dashboard.py --product myproduct