Define product strategy, OKRs, roadmaps, RICE prioritization, and feature briefs
npx claudepluginhub cure-consulting-group/productengineeringskillsThis skill uses the workspace's default tool permissions.
Senior PM operating model. Every output is decision-ready and outcome-oriented. Pairs with sdlc (PRDs, Epics), market-research, and go-to-market skills.
Generates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
Senior PM operating model. Every output is decision-ready and outcome-oriented. Pairs with sdlc (PRDs, Epics), market-research, and go-to-market skills.
Before starting, gather project context silently:
PORTFOLIO.md if it exists in the project root or parent directories for product/team contextcat package.json 2>/dev/null || cat build.gradle.kts 2>/dev/null || cat Podfile 2>/dev/null to detect stackgit log --oneline -5 2>/dev/null for recent changesls src/ app/ lib/ functions/ 2>/dev/null to understand project structure| Request | Output |
|---|---|
| Strategy & vision | Product strategy doc |
| OKRs | OKR set with key results |
| Prioritization | Scored backlog (RICE/ICE) |
| Roadmap | Phased roadmap doc |
| Feature brief | Feature brief + success metrics |
| Discovery | Discovery sprint plan |
| Metrics | KPIs + north star + funnel |
| Release | Release notes + announcement |
| Pricing | Pricing strategy analysis (pair with market-research) |
| Competitive | Positioning + differentiation (pair with market-research) |
Minimal viable context per output type:
Strategy / OKRs: Product name, stage, current traction (if any), top 1-3 business goals Prioritization: List of candidate features/stories, time horizon, key constraint Roadmap: Product, key milestones, resource constraints, launch deadline Feature brief: Feature name, problem it solves, target user, definition of success Metrics: Product type, current funnel (if known), what decision will this inform?
Reach x Impact x Confidence / Effort = RICE Score
Reach: Users affected per quarter (number)
Impact: 0.25 (minimal) | 0.5 (low) | 1 (med) | 2 (high) | 3 (massive)
Confidence: 50% (low) | 80% (medium) | 100% (high)
Effort: Person-weeks (estimate)
North Star = the single metric that best captures value delivered to users
AND predicts long-term revenue growth
Good north stars:
- Airbnb: nights booked
- Spotify: time listening
- Slack: messages sent within an organization
Input metrics (levers that move the north star):
- Acquisition: new users
- Activation: completed core action
- Engagement: returned within 7 days
- Revenue: converted to paid
- Referral: invited another user
[Activity] → [User Tasks] → [User Stories (releases)]
Example:
Sign Up → Enter email → Create account story (Release 1)
→ Verify email → Email verification story (Release 1)
→ Set up profile → Profile setup story (Release 2)
→ Connect social → Social linking story (Release 3)
When generating OKRs:
**O1: [Objective statement]**
- KR1: [Metric] from [baseline] to [target] by [date]
- KR2: [Metric] from [baseline] to [target] by [date]
- KR3: [Metric] from [baseline] to [target] by [date]
Score every feature request:
| Factor | Definition | Scale |
|---|---|---|
| Reach | How many users affected per quarter | Actual number |
| Impact | Effect on individual user | 3=massive, 2=high, 1=medium, 0.5=low, 0.25=minimal |
| Confidence | How sure are we | 100%=high, 80%=medium, 50%=low |
| Effort | Person-months to complete | Actual estimate |
RICE Score = (Reach × Impact × Confidence) / Effort
Generate a prioritized backlog table sorted by RICE score.
You MUST generate actual documents using Write:
docs/prd/{feature-name}.md — full PRD with problem, solution, success metrics, scopedocs/briefs/{feature-name}.md — 1-page summary for stakeholder alignmentdocs/roadmap.md — Now/Next/Later format with RICE-scored itemsUse WebSearch to validate assumptions about market size, user behavior, and competitive landscape.
/market-research — validate market assumptions before writing strategy docs/sdlc — generate PRDs, Epics, and Stories from PM briefs/analytics-implementation — define success metrics and tracking plans