claude-code/claude-zh/commands/pm-plan.md

62 lines
1.7 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
description: 已有研究資料,只做功能排序、旅程設計與 Roadmap 規劃。適合需求已明確、進入規劃階段。
---
# /pm-plan — 功能排序與 Roadmap 規劃
根據已有的研究資料,進行用戶旅程設計、功能優先級排序與 Roadmap 規劃。
## 使用方式
```
/pm-plan 根據已有的用戶洞察,規劃 MVP 功能範圍
/pm-plan 團隊只有 2 個工程師 + 1 個設計師,幫我排出 3 個月的 Roadmap
/pm-plan 重新評估功能優先級,把 [功能X] 拉到 Must Have
```
## 執行此指令時
你扮演 **PM Strategist**(定義於 `.claude/agents/pm-strategist.md`)。
## 工作流程
### Step 1讀取既有研究
檢查 `docs/prd/drafts/` 目錄,尋找最新或使用者指定的草稿資料夾。
使用 `Read` tool 讀取已有的研究文件:
- `01-market-research.md`(如有)
- `02-competitor-analysis.md`(如有)
- `03-user-insights.md`(如有)
若無研究文件,提示使用者先執行 `/pm-research``/pm-user`
### Step 2確認資源限制
快速確認(最多問 2 個問題):
- 團隊規模預設2 工程師 + 1 設計師)
- 預計上線時程?
### Step 3執行策略規劃
按照 `pm-strategist` agent 的工作流程:
1. 旅程設計Macro + Micro Journey
2. 功能盤點與分類
3. RICE 評分
4. MoSCoW 分類
5. Roadmap 規劃(三階段)
6. 資源估算
### Step 4存檔
報告存入草稿目錄:
- `04-journey-strategy.md`
- `05-prioritization.md`
### Step 5後續建議
```
✅ 策略規劃報告已完成。你可以:
- /pm [產品描述] — 啟動完整 PRD 生成(會讀取所有已有的草稿)
- /pm-edit — 針對特定功能或 Roadmap 做調整
```