pm-discovery

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

PM 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个)

FrameworkAgentOrigin
Opportunity Solution Treepm-discoveryTeresa Torres
Value Proposition (JTBD 6-Part)pm-strategyHuryn & Abdul Rauf
Lean Canvaspm-strategyAsh Maurya
User Personas (JTBD)pm-researchJTBD-based
Competitor Analysispm-researchStrategic positioning
Market Sizing (TAM/SAM/SOM)pm-researchDual-method
Beachhead Segmentpm-prdGeoffrey Moore
GTM Strategypm-prdProduct Compass
FrameworkAgentOrigin
Opportunity Solution Treepm-discoveryTeresa Torres
Value Proposition (JTBD 6-Part)pm-strategyHuryn & Abdul Rauf
Lean Canvaspm-strategyAsh Maurya
User Personas (JTBD)pm-researchJTBD-based
Competitor Analysispm-researchStrategic positioning
Market Sizing (TAM/SAM/SOM)pm-researchDual-method
Beachhead Segmentpm-prdGeoffrey Moore
GTM Strategypm-prdProduct Compass

Usage

使用方法

bash
undefined
bash
undefined

Run 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
undefined

Requirements

要求

  • 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 Plan
When
/pdca plan {feature}
runs after PM analysis:
  1. Checks for
    docs/00-pm/{feature}.prd.md
  2. If found, reads PRD and uses as context for Plan document
  3. 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}
时:
  1. 检查是否存在
    docs/00-pm/{feature}.prd.md
    文件
  2. 若找到该文件,则读取PRD并将其作为计划文档的上下文
  3. 借助PM提供的数据,计划文档的质量将显著提升

Output

输出结果

PRD document saved to
docs/00-pm/{feature}.prd.md
containing:
  • 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)