How to install product-skills
npx skills add https://github.com/alirezarezvani/claude-skills --skill product-skillsFull instructions (SKILL.md)
Source of truth, from alirezarezvani/claude-skills.
name: "product-skills" description: "Router/index for the 12 product skills bundled in this plugin (RICE prioritization, OKRs, UX research, design tokens, competitive teardown, analytics, experiments, discovery, roadmaps, spec-to-repo, landing pages, SaaS scaffolding). Use when a product request doesn't obviously match one skill and you need to pick the right one (e.g., 'help me prioritize features', 'plan a product experiment')." version: 2.9.0 author: Alireza Rezvani license: MIT tags:
- product
- product-management
- ux
- ui
- saas
- agile agents:
- claude-code
- codex-cli
- openclaw
Product Skills — Router
This plugin bundles 12 product skills (this router is the 13th folder under product-team/skills/). Each skill is self-contained: read its SKILL.md, run its scripts/, apply its references/ and assets/.
Routing table
Match the request against the signals below, then load product-team/skills/<skill>/SKILL.md. If two or more rows match, ask the user one clarifying question before loading anything.
| Request signals | Skill | Path |
|---|---|---|
| Prioritize features, RICE scores, interview synthesis | product-manager-toolkit | skills/product-manager-toolkit/ |
| OKRs, strategy cascade, objective alignment | product-strategist | skills/product-strategist/ |
| Personas, usability findings, research synthesis | ux-researcher-designer | skills/ux-researcher-designer/ |
| Design tokens, component specs, WCAG contrast | ui-design-system | skills/ui-design-system/ |
| Competitor analysis, feature/pricing matrix | competitive-teardown | skills/competitive-teardown/ |
| Retention, cohorts, funnel analysis | product-analytics | skills/product-analytics/ |
| A/B test design, sample size, hypothesis gates | experiment-designer | skills/experiment-designer/ |
| Opportunity trees, assumption mapping, discovery | product-discovery | skills/product-discovery/ |
| Roadmap formats per audience, changelogs | roadmap-communicator | skills/roadmap-communicator/ |
| Turn a written spec into a repo scaffold | spec-to-repo | skills/spec-to-repo/ |
| Landing page (Next.js TSX + Tailwind) | landing-page-generator | skills/landing-page-generator/ |
| Bootstrap a SaaS app skeleton | saas-scaffolder | skills/saas-scaffolder/ |
Quick start
# Example: route a prioritization request
cat product-team/skills/product-manager-toolkit/SKILL.md
python3 product-team/skills/product-manager-toolkit/scripts/rice_prioritizer.py --help
Related product-team plugins (packaged separately, not in this bundle)
product-team/agile-product-owner/— user stories, sprint capacityproduct-team/code-to-prd/— reverse-engineer a PRD from a codebaseproduct-team/apple-hig-expert/— Apple HIG audits (Liquid Glass era)product-team/research-summarizer/— document summarization with citation extraction
Rules
- Route to exactly one skill, then follow that skill's own workflow.
- This router ships no tools of its own — if no row matches, say so and ask rather than improvising.
Related skills
More from alirezarezvani/claude-skills and the wider catalog.
marketing-skills
Directory and router for the marketing skills library. Use when you need to find the right marketing skill for a task, see what marketing capabilities exist, or get oriented in this plugin. 44 specialist skills across 8 pods (content, SEO + AEO, CRO, channels, growth, intelligence, sales enablement, ops), 59 stdlib Python tools. Routes to one skill — it does not execute marketing work itself.
engineering-skills
Index of the engineering-team skills bundle for Claude Code, Codex, Gemini CLI, Cursor, OpenClaw, and 6 more tools. Architecture, frontend, backend, QA, DevOps, security, AI/ML, data engineering, Playwright, Stripe, AWS, MS365 (stdlib-only Python tools). Use when browsing or choosing among engineering-team role skills — load only the one specialist SKILL.md you need, never bulk-load the bundle.
finance-skills
Router/index for the 2 finance skills bundled in this plugin: financial-analyst (ratio analysis, DCF valuation, budget variance, rolling forecasts) and saas-metrics-coach (ARR/MRR, churn, CAC/LTV, NRR, quick ratio). Use when a finance request doesn't obviously match one skill and you need to pick the right one (e.g., 'analyze these financials', 'how healthy are my SaaS metrics').
business-growth-skills
Router/index for the 4 business & growth skills bundled in this plugin: customer-success-manager (health scoring, churn risk, expansion), sales-engineer (RFP analysis, competitive matrices, PoC planning), revenue-operations (pipeline, forecast accuracy, GTM efficiency), and contract-and-proposal-writer. Use when a growth/revenue request doesn't obviously match one skill and you need to pick the right one (e.g., 'which accounts are at risk', 'should we bid on this RFP').
engineering-advanced-skills
Index of 37 advanced engineering agent skills for Claude Code, Codex, Gemini CLI, Cursor, OpenClaw. Use when browsing or choosing among the POWERFUL-tier engineering skills: agent design, RAG, MCP servers, CI/CD, database design, observability, security auditing, changelog/release automation, reliability (SLO/chaos/flags/operators), platform ops.
pm-skills
Router/index for the 8 project-management skills bundled in this plugin (senior PM quant toolkit, scrum master, Jira/JQL, Confluence, Atlassian admin, Atlassian templates, meeting analyzer, team communications). Use when a PM request doesn't obviously match one skill and you need to pick the right one (e.g., 'our sprints feel off', 'audit our Jira permissions'). Bundles an Atlassian Remote MCP config (.mcp.json) for live Jira/Confluence access.