pm
v0.6.2Product discovery to PRD for product managers: research public sources and choose an opportunity (/pm:scout), build a clickable prototype (/pm:prototype), write a repository-grounded PRD with an independent read-only review (/pm:prd), and turn one of your own PM practices into a Claude skill (/pm:create-skill).
By niancilyu-2License: MIT0 GitHub starsUpdated yesterday
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 4 skill or MCP entries
- Source updated
- Sep 22, 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 pm for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install pm-2@agent-plugin-marketplacePaste 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/niancilyu-2/eyp-pmClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/pm/.
Plugin files
├── .claude-plugin/plugin.json├── skills/create-skill/SKILL.md├── skills/prd/SKILL.md├── skills/prototype/SKILL.md└── skills/scout/SKILL.md
Included Skills4
Capstone of the pm workflow. Turn one repeatable PM practice into a small project-local Claude skill, test it once in a fresh session, and revise it once. Independent of the other stages. Optional text after the command describes the task or pastes existing material.
PRD stage of the pm workflow. Turn the approved discovery and prototype into an engineering handoff grounded in the pinned repository, with an independent read-only review. Run after /pm:prototype.
Prototype stage of the pm workflow. Turn the selected opportunity into one focused user flow and a clickable prototype using Claude Design or a standalone HTML file, then improve it through a design critique. Run after /pm:scout.
Discovery stage of the pm workflow. Compare public customer, market, competitor, and repository evidence for one product case and choose one opportunity to prototype. Run first; performs the readiness check on first use.
Plugin manifests1
{
"name": "pm",
"version": "0.6.2",
"description": "Product discovery to PRD for product managers: research public sources and choose an opportunity (/pm:scout), build a clickable prototype (/pm:prototype), write a repository-grounded PRD with an independent read-only review (/pm:prd), and turn one of your own PM practices into a Claude skill (/pm:create-skill).",
"author": {
"name": "niancilyu-2",
"url": "https://github.com/niancilyu-2"
},
"homepage": "https://github.com/niancilyu-2/eyp-pm",
"repository": "https://github.com/niancilyu-2/eyp-pm",
"license": "MIT",
"keywords": [
"product-management",
"prd",
"prototype",
"discovery",
"skills"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[pm on Agent Plugins Marketplace](https://pluginsmp.com/plugins/pm-2)