Four agents covering the full PM lifecycle: Research → Define → Validate → Launch. Each phase uses proven frameworks and produces structured artifacts. Human checkpoints between phases.
| # | Phase | Agent | Framework | Output |
|---|---|---|---|---|
| --- | ------- | ------- | ----------- | -------- |
| 1 | Research | Market & User Analyst | JTBD + Design Thinking | DISCOVERY.md |
| 2 | Define | Product Strategist | Opportunity Solution Tree + Amazon PRD | PRD.md |
| 3 | Validate | Experiment Designer | Design Sprint + Lean BML | EXPERIMENT.md |
| 4 | Launch | Go-to-Market Lead | Dual-Track Agile + OKR | GTM.md |
"I want to build [product idea]" → run all 4 phases
"Run pm-agent on [problem statement]"
Each phase spawns a focused subagent with the right prompt. The subagent asks questions, challenges assumptions, and produces a structured artifact.
/research — JTBD interview analysis, market sizing, competitive landscape/define — Opportunity Solution Tree, PRD with Amazon Working Backwards/validate — Experiment design, prototype testing plan, BML metrics/launch — GTM strategy, OKRs, release checklistGoal: Understand the problem before proposing solutions.
Spawn a subagent (Sonnet) with the Research prompt from references/prompts.md. It will:
DISCOVERY.md — Consolidated research artifactKey question: "What job is the user hiring this product to do?"
Goal: Define what to build and why, before how.
Spawn a subagent (Sonnet) with the Define prompt. It reads DISCOVERY.md and produces:
PRD.md — Complete product requirements documentKey rule: No solution before opportunity. No feature before user story.
Goal: Test assumptions before building.
Spawn a subagent (Sonnet) with the Validate prompt. It reads PRD.md and produces:
EXPERIMENT.md — Validation plan with test scriptsKey rule: Test the riskiest assumption first, not the easiest.
Goal: Ship and measure.
Spawn a subagent (Haiku) with the Launch prompt. It reads PRD.md and EXPERIMENT.md and produces:
GTM.md — Launch plan with timelinesKey rule: Launch is not the end. It's the beginning of the BML cycle.
| Phase | Model | Why |
|---|---|---|
| ------- | ------- | ----- |
| Research | Sonnet | Needs reasoning for market analysis |
| Define | Sonnet | Strategic decisions require depth |
| Validate | Sonnet | Experiment design needs critical thinking |
| Launch | Haiku | Mostly structured execution |
All phase outputs go to the project root:
DISCOVERY.md — Research findings (JTBD, personas, competitive landscape)PRD.md — Product requirements (Opp. Tree, Amazon PRD, user stories)EXPERIMENT.md — Validation plan (assumptions, experiments, metrics)GTM.md — Launch plan (GTM, OKRs, checklist)Each file is self-contained but references previous phases. You can run phases independently by providing the prerequisite context.
For detailed framework guides (JTBD interview templates, RICE calculators, Amazon PRD templates), see references/frameworks.md.
Each phase ends with a checkpoint:
This mirrors real PM work: AI drafts, humans decide.
共 1 个版本