CPO Advisor
CPO Advisor provides strategic product leadership guidance for scaling companies, covering product vision, portfolio strategy, product-market fit, and product org design. It produces diagnostic assessments, PMF scores, portfolio analyses, and board-ready reports.
✨ What it does
- Diagnostic questions for portfolio, PMF, org, and strategy
- Product metrics hierarchy with north star guidance
- Investment postures (Invest/Maintain/Kill) with signals and actions
- Red flags for portfolio, PMF, org, and metrics
- Integration guidance with other C-suite roles
- Scripts for PMF scoring and portfolio analysis
🎯 When to use it
- Setting or refining product vision and strategy
- Evaluating product-market fit or analyzing retention
- Prioritizing a product portfolio or making invest/maintain/kill decisions
- Designing or restructuring product teams and org
- Preparing product updates for board reporting
🚀 How to use
Trigger by asking for CPO-level product advice, such as 'Do we have PMF?' or 'Evaluate our product portfolio.' The skill expects company context and may run Python scripts for quantitative analysis. Example prompts:
Do we have product-market fit?
Prioritize our roadmap for next quarter.
📄 Output: Delivers PMF scorecards, prioritized backlogs, portfolio maps with recommendations, org proposals, or board-ready product sections.
📦 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/c-level-advisor/skills/cpo-advisor .claude/skills/cpo-advisorSkill source: c-level-advisor/skills/cpo-advisor/SKILL.md
⚠️ Good to know
Requires company context and real data for accurate analysis; not for feature-level product decisions.
❓ FAQ
What does the CPO Advisor skill do?
It provides strategic product leadership guidance on vision, portfolio, PMF, and org design, and can run scripts to score PMF and analyze portfolio.
How do I use the PMF scorer?
Run python scripts/pmf_scorer.py to get a multi-dimensional PMF score across retention, engagement, satisfaction, and growth.
What are the investment postures?
Invest, Maintain, or Kill. Each product gets one posture; 'wait and see' is not allowed.
🤖 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.