pm-discovery

Original🇺🇸 English
Translated

PM Agent Team - Automated product discovery, strategy, and PRD generation. Runs 4 specialized PM agents in parallel to produce a comprehensive PRD before PDCA Plan phase. Integrates pm-skills frameworks (MIT). Use proactively when user wants product analysis before development, needs a PRD, or asks for PM-level planning. Triggers: /pdca pm, pm analysis, product discovery, PRD, pm team, PM 분석, 제품 기획, 제품 발견, PM팀, PRD 작성, PM分析, プロダクト分析, 产品分析, 产品发现, análisis PM, descubrimiento de producto, analyse PM, découverte produit, PM-Analyse, Produktentdeckung, analisi PM, scoperta prodotto Do NOT use for: implementation, code review, existing PDCA phases (plan/design/do/check).

3installs
Added on

NPX Install

npx skill4agent add popup-studio-ai/bkit-claude-code pm-discovery

PM Agent Team - Product Discovery & Strategy

Automated PM analysis pipeline: Discovery + Strategy + Research -> PRD Based on pm-skills by Pawel Huryn (MIT License)

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.

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)

Included PM Frameworks (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

Usage

bash
# Run PM analysis
/pdca pm my-saas-app

# After PM analysis, continue with PDCA
/pdca plan my-saas-app    # PRD auto-referenced
/pdca design my-saas-app
/pdca do my-saas-app

Requirements

  • Agent Teams enabled:
    CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1
  • Project level: Dynamic or Enterprise (Starter not supported)

PDCA Integration

[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

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)