Agent Plugins Marketplace
All plugins

product-management

v0.3.5

Product-management team — agents (product-strategist, product-discovery-lead, product-metrics-analyst) for deciding WHAT to build and WHY: product strategy and vision (positioning, the strategy stack, opportunity sizing), continuous discovery (customer interviews, opportunity-solution trees, assumption testing, JTBD), evidence-based prioritization (RICE/cost-of-delay over opinion), crisp PRDs/specs framed as problems + outcomes, and product metrics (a North Star + input metrics, not vanity). Distinct from project-management (delivery/schedule/RAID) — this is the what/why, that's the how/when. skills, a decision-tree knowledge bank (build-vs-not + prioritization + build-vs-buy-vs-partner + a dated 2026 map), a scenarios bank, pm_calc.py (RICE/WSJF/opportunity), best-practices, templates, commands, an advisory hook. Seams: delivery -> project-management, experiments -> applied-statistics, UX -> web-design, A/B infra -> experimentation-growth-engineering. Requires ravenclaude-core@>=0.7.0.

Claude Code5 Skills

By Matt CorbettLicense: MIT7 GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code
Parsed components
5 skill or MCP entries
Source updated
Sep 15, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install product-management for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install product-management-2@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/mcorbett51090/RavenClaude

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/product-management/.

Plugin files

plugins/product-management/
├── .claude-plugin/plugin.json
├── skills/assumption-mapping/SKILL.md
├── skills/continuous-discovery/SKILL.md
├── skills/prioritization/SKILL.md
├── skills/product-metrics/SKILL.md
└── skills/rice-prioritization/SKILL.md

Included Skills5

assumption-mappingskills/assumption-mapping/SKILL.md

Structured playbook for surfacing and ranking the riskiest assumptions behind a product initiative, then designing the cheapest test for each — the core of continuous discovery before building.

continuous-discoveryskills/continuous-discovery/SKILL.md

Run continuous product discovery: weekly JTBD customer interviews, an opportunity-solution tree (outcome -> opportunities -> solutions -> experiments), assumption mapping with riskiest-assumption testing, and problem validation before solutioning.

prioritizationskills/prioritization/SKILL.md

Prioritize by evidence, not opinion: use a transparent framework (RICE = reach x impact x confidence / effort, or cost-of-delay, or opportunity scoring) to make trade-offs explicit and arguable, and frame everything around outcomes rather than outputs.

product-metricsskills/product-metrics/SKILL.md

Measure what matters: define a North Star metric that captures delivered value, decompose it into 3-5 movable input metrics, distinguish vanity (cumulative totals) from actionable (rates/cohorts/retention), set guardrails, and judge outcomes vs a baseline.

rice-prioritizationskills/rice-prioritization/SKILL.md

Worked RICE scoring playbook for evidence-based backlog prioritization — covers calibrating each factor, avoiding common scoring errors, and using the output to run a defensible prioritization meeting.

Plugin manifests1

plugins/product-management/.claude-plugin/plugin.json
{
  "name": "product-management",
  "version": "0.3.5",
  "description": "Product-management team — agents (product-strategist, product-discovery-lead, product-metrics-analyst) for deciding WHAT to build and WHY: product strategy and vision (positioning, the strategy stack, opportunity sizing), continuous discovery (customer interviews, opportunity-solution trees, assumption testing, JTBD), evidence-based prioritization (RICE/cost-of-delay over opinion), crisp PRDs/specs framed as problems + outcomes, and product metrics (a North Star + input metrics, not vanity). Distinct from project-management (delivery/schedule/RAID) — this is the what/why, that's the how/when. skills, a decision-tree knowledge bank (build-vs-not + prioritization + build-vs-buy-vs-partner + a dated 2026 map), a scenarios bank, pm_calc.py (RICE/WSJF/opportunity), best-practices, templates, commands, an advisory hook. Seams: delivery -> project-management, experiments -> applied-statistics, UX -> web-design, A/B infra -> experimentation-growth-engineering. Requires ravenclaude-core@>=0.7.0.",
  "author": {
    "name": "Matt Corbett"
  },
  "homepage": "https://github.com/mcorbett51090/RavenClaude",
  "license": "MIT",
  "keywords": [
    "product-management",
    "product-strategy",
    "continuous-discovery",
    "jtbd",
    "opportunity-solution-tree",
    "prioritization",
    "rice",
    "prd",
    "north-star-metric",
    "product-metrics",
    "roadmap",
    "outcomes"
  ],
  "requires": {
    "plugins": [
      "ravenclaude-core@>=0.7.0"
    ]
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[product-management on Agent Plugins Marketplace](https://pluginsmp.com/plugins/product-management-2)