pm-discovery
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChinesePM Agent Team - Product Discovery & Strategy
PM Agent Team - 产品发现与策略
Automated PM analysis pipeline: Discovery + Strategy + Research -> PRD Based on pm-skills by Pawel Huryn (MIT License)
自动化PM分析流程:Discovery + Strategy + Research -> PRD 基于Pawel Huryn开发的pm-skills(MIT许可)
Overview
概述
PM Agent Team provides AI-powered product management analysis for solo developers
and small teams without a dedicated PM. It runs before the PDCA Plan phase to ensure
you're building the right thing.
PM Agent Team 为没有专职PM的独立开发者和小型团队提供AI驱动的产品管理分析服务。它在PDCA计划阶段前运行,确保你开发的是正确的产品。
How It Works
工作原理
/pdca pm {feature}
|
v
PM Lead (opus) - orchestrates
|
+-- pm-discovery --> Opportunity Solution Tree
+-- pm-strategy --> Value Proposition + Lean Canvas [parallel]
+-- pm-research --> Personas + Competitors + Market
|
v
pm-prd --> Beachhead + GTM + PRD (8-section)
|
v
docs/00-pm/{feature}.prd.md
|
v
Next: /pdca plan {feature} (PRD auto-referenced)/pdca pm {feature}
|
v
PM Lead (opus) - orchestrates
|
+-- pm-discovery --> Opportunity Solution Tree
+-- pm-strategy --> Value Proposition + Lean Canvas [parallel]
+-- pm-research --> Personas + Competitors + Market
|
v
pm-prd --> Beachhead + GTM + PRD (8-section)
|
v
docs/00-pm/{feature}.prd.md
|
v
Next: /pdca plan {feature} (PRD auto-referenced)Included PM Frameworks (8)
包含的PM框架(8个)
| Framework | Agent | Origin |
|---|---|---|
| Opportunity Solution Tree | pm-discovery | Teresa Torres |
| Value Proposition (JTBD 6-Part) | pm-strategy | Huryn & Abdul Rauf |
| Lean Canvas | pm-strategy | Ash Maurya |
| User Personas (JTBD) | pm-research | JTBD-based |
| Competitor Analysis | pm-research | Strategic positioning |
| Market Sizing (TAM/SAM/SOM) | pm-research | Dual-method |
| Beachhead Segment | pm-prd | Geoffrey Moore |
| GTM Strategy | pm-prd | Product Compass |
| Framework | Agent | Origin |
|---|---|---|
| Opportunity Solution Tree | pm-discovery | Teresa Torres |
| Value Proposition (JTBD 6-Part) | pm-strategy | Huryn & Abdul Rauf |
| Lean Canvas | pm-strategy | Ash Maurya |
| User Personas (JTBD) | pm-research | JTBD-based |
| Competitor Analysis | pm-research | Strategic positioning |
| Market Sizing (TAM/SAM/SOM) | pm-research | Dual-method |
| Beachhead Segment | pm-prd | Geoffrey Moore |
| GTM Strategy | pm-prd | Product Compass |
Usage
使用方法
bash
undefinedbash
undefinedRun PM analysis
Run PM analysis
/pdca pm my-saas-app
/pdca pm my-saas-app
After PM analysis, continue with PDCA
After PM analysis, continue with PDCA
/pdca plan my-saas-app # PRD auto-referenced
/pdca design my-saas-app
/pdca do my-saas-app
undefined/pdca plan my-saas-app # PRD auto-referenced
/pdca design my-saas-app
/pdca do my-saas-app
undefinedRequirements
要求
- Agent Teams enabled:
CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1 - Project level: Dynamic or Enterprise (Starter not supported)
- 需启用Agent Teams:
CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1 - 项目级别:Dynamic或Enterprise(Starter版本不支持)
PDCA Integration
PDCA集成
[PM] --> [Plan] --> [Design] --> [Do] --> [Check] --> [Act] --> [Report]
^ ^
new PRD auto-referenced in PlanWhen runs after PM analysis:
/pdca plan {feature}- Checks for
docs/00-pm/{feature}.prd.md - If found, reads PRD and uses as context for Plan document
- Plan document quality is significantly improved with PM-backed data
[PM] --> [Plan] --> [Design] --> [Do] --> [Check] --> [Act] --> [Report]
^ ^
new PRD auto-referenced in Plan当在PM分析完成后运行时:
/pdca plan {feature}- 检查是否存在文件
docs/00-pm/{feature}.prd.md - 若找到该文件,则读取PRD并将其作为计划文档的上下文
- 借助PM提供的数据,计划文档的质量将显著提升
Output
输出结果
PRD document saved to containing:
docs/00-pm/{feature}.prd.md- Executive Summary (4-perspective)
- Opportunity Solution Tree
- Value Proposition + Lean Canvas
- User Personas (3) + Competitor Analysis (5) + Market Sizing
- Beachhead Segment + GTM Strategy
- Product Requirements (8-section PRD)
PRD文档将保存至,包含以下内容:
docs/00-pm/{feature}.prd.md- 执行摘要(4个视角)
- Opportunity Solution Tree
- Value Proposition + Lean Canvas
- User Personas(3个)+ Competitor Analysis(5个竞品)+ Market Sizing
- Beachhead Segment + GTM Strategy
- 产品需求(8节PRD)