agent-launcher-orchest…
Use when a user wants to build, launch, grade, or schedule a Claude Managed Agent (CMA) in their own Anthropic account — "build me an agent", "launch this as a…
Product leadership for scaling companies. Product vision, portfolio strategy, product-market fit, and product org design. Use when setting product vision, managing a product portfolio, measuring PMF, designing product teams, prioritizing at the portfolio level, reporting to the
$ npx -y skills add alirezarezvani/claude-skills --skill cpo-advisor --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/cpo-advisorContext preview
The summary Claude sees to decide when to auto-load this skill.
Product leadership for scaling companies. Product vision, portfolio strategy, product-market fit, and product org design. Use when setting product vision, managing a product portfolio, measuring PMF, designing product teams, prioritizing at the portfolio level, reporting to the
name: "cpo-advisor" description: "Product leadership for scaling companies. Product vision, portfolio strategy, product-market fit, and product org design. Use when setting product vision, managing a product portfolio, measuring PMF, designing product teams, prioritizing at the portfolio level, reporting to the board on product, or when user mentions CPO, product strategy, product-market fit, product organization, portfolio prioritization, or roadmap strategy." license: MIT metadata: version: 1.0.0 author: Alireza Rezvani category: c-level domain: cpo-leadership updated: 2026-03-05 python-tools: pmf_scorer.py, portfolio_analyzer.py frameworks: pmf-playbook, product-strategy, product-org-design
Strategic product leadership. Vision, portfolio, PMF, org design. Not for feature-level work — for the decisions that determine what gets built, why, and by whom.
CPO, chief product officer, product strategy, product vision, product-market fit, PMF, portfolio management, product org, roadmap strategy, product metrics, north star metric, retention curve, product trio, team topologies, Jobs to be Done, category design, product positioning, board product reporting, invest-maintain-kill, BCG matrix, switching costs, network effects
python scripts/pmf_scorer.py
Multi-dimensional PMF score across retention, engagement, satisfaction, and growth.
python scripts/portfolio_analyzer.py
BCG matrix classification, investment recommendations, portfolio health score.
The CPO owns three things. Everything else is delegation.
| Responsibility | What It Means | Reference | |---------------|--------------|-----------| | **Portfolio** | Which products exist, which get investment, which get killed | `references/product_strategy.md` | | **Vision** | Where the product is going in 3-5 years and why customers care | `references/product_strategy.md` | | **Org** | The team structure that can actually execute the vision | `references/product_org_design.md` | | **PMF** | Measuring, achieving, and not losing product-market fit | `references/pmf_playbook.md` | | **Metrics** | North star → leading → lagging hierarchy, board reporting | This file |
These questions expose whether you have a strategy or a list.
**Portfolio:**
**PMF:**
**Org:**
**Strategy:**
North Star Metric (1, owned by CPO) ↓ explains changes in Leading Indicators (3-5, owned by PMs) ↓ eventually become Lagging Indicators (revenue, churn, NPS)
**North Star rules:** One number. Measures customer value delivered, not revenue. Every team can influence it.
**Good North Stars by business model:**
| Model | North Star Example | |-------|------------------| | B2B SaaS | Weekly active accounts using core feature | | Consumer | D30 retained users | | Marketplace | Successful transactions per week | | PLG | Accounts reaching "aha moment" within 14 days | | Data product | Queries run per active user per week |
| Category | Metric | Frequency | |----------|--------|-----------| | Growth | North star metric | Weekly | | Growth | D30 / D90 retention by cohort | Weekly | | Acquisition | New activations | Weekly | | Activation | Time to "aha moment" | Weekly | | Engagement | DAU/MAU ratio | Weekly | | Satisfaction | NPS trend | Monthly | | Portfolio | Revenue per product | Monthly | | Portfolio | Engineering investment % per product | Monthly | | Moat | Feature adoption depth | Monthly |
Every product gets one: **Invest / Maintain / Kill**. "Wait and see" is not a posture — it's a decision to lose share.
| Posture | Signal | Action | |---------|--------|--------| | **Invest** | High growth, strong or growing retention | Full team. Aggressive roadmap. | | **Maintain** | Stable revenue, slow growth, good margins | Bug fixes only. Milk it. | | **Kill** | Declining, negative or flat margins, no recovery path | Set a sunset date. Write a migration plan. |
**Portfolio:**
**PMF:**
**Org:**
**Metrics:**
| When... | CPO works with... | To... | |---------|-------------------|-------| | Set
388 production-ready Claude Code skills, plugins, and agent skills for 13 AI coding tools. The most comprehensive open-source library of Claude Code skills and agent plugins — also works with OpenAI Codex, Gemini CLI, Cursor, and 9 more coding agents.
Repo: alirezarezvani/claude-skills
Use when a user wants to build, launch, grade, or schedule a Claude Managed Agent (CMA) in their own Anthropic account — "build me an agent", "launch this as a…
Phase 3 of building a Claude Managed Agent — the bounded grade→iterate loop. Define a CMA outcome (a required markdown rubric graded by an isolated grader),…
Phase 1 of building a Claude Managed Agent — interview the founder about the one job the agent should do, then produce a build sheet (CMA primitives table +…
Phase 4 of building a Claude Managed Agent — make it run without you. Turn a graded agent into a recurring scheduled deployment (POSIX-cron), an event-driven…
Phase 2 of building a Claude Managed Agent — turn a validated build sheet into exact API payloads and a resumable BYOK curl launch script, then launch…
Close out a launched Claude Managed Agent — recap every primitive the founder now owns, regenerate the single-file overview page, and suggest the next 1-2…