pm-lifecycle
v1.0.0产品全生命周期总控:13 阶段单一流程、裁剪、默认/深度档换挡、断点续跑。库的唯一入口。
By Noah WongLicense: MIT1 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 11, 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-lifecycle for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install pm-lifecycle@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/iDWong/pm-skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is pm-lifecycle/.
Plugin files
├── .claude-plugin/plugin.json└── skills/pm-master/SKILL.md
Included Skills1
**pm-skills 的唯一入口——拿不准用哪个 Skill 时先调它。** 产品全生命周期单一流程(13 阶段)。管理 37 个 PM Skill + 11 个同链路的非 pm- 技能(SRS/设计/交付/标注链)。 流程链:战略框架 → 上市与ICP → 市场调研 → 用户画像 → 功能优先级 → 产品路线图 → 需求澄清 → 需求文档(SRS/PRD)→ 前端原型 → 测试用例 → 操作手册 → 发版说明 → 上线审计。 能力:(1) 单点需求直接路由到最合适的 Skill (2) 多步需求按同一条流程裁剪出阶段区间并编排 (3) 判断类问题转交 pm-advisory-board 组织专家评审 (4) 入口处让用户选「默认档/深度档」,并支持断点续跑与中途换挡。 触发词:「pm-master」「产品总控」「我该用哪个 Skill」「帮我推进这个需求」「从头到尾走一遍」 「完整链路」「完整流程」「走完整流程」「一键生成所有文档」「完整产品交付」「从0到1」「新产品立项」 「产品全流程」,或者用户描述了一个产品工作场景但没指明用哪个 Skill、或任务明显需要多个 Skill 接力时。 不适用:研发侧的 SRS/概要设计/详细设计/编码/测试/上线(那条链走 `dev-master`,从它的阶段 1 接手)。
Plugin manifests1
{
"name": "pm-lifecycle",
"description": "产品全生命周期总控:13 阶段单一流程、裁剪、默认/深度档换挡、断点续跑。库的唯一入口。",
"version": "1.0.0",
"author": {
"name": "Noah Wong"
},
"license": "MIT",
"keywords": [
"product-management",
"pm",
"zh-CN"
],
"skills": "./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-lifecycle on Agent Plugins Marketplace](https://pluginsmp.com/plugins/pm-lifecycle)