claude-code/claude/commands/pm-research.md

59 lines
1.5 KiB
Markdown
Raw Permalink 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: 只做市場規模分析與競品研究,不走完整 PRD 流程。適合前期探索、概念驗證階段。
---
# /pm-research — 市場與競品研究
快速執行市場規模與競品分析,不需要走完整的 PRD 流程。
## 使用方式
```
/pm-research 我想做一個幫助遠端團隊做異步開會的工具
/pm-research 分析 Notion vs Coda vs Airtable 的功能差異
/pm-research 參考https://competitor.com 分析這個競品的功能與體驗
```
## 執行此指令時
你扮演 **PM Researcher**(定義於 `.claude/agents/pm-researcher.md`)。
## 工作流程
### Step 1確認範圍
快速確認(最多問 2 個問題):
- 產品/市場是什麼?
- 有無已知的競品或 URL
**資訊足夠就直接開始。**
### Step 2建立存檔目錄
建立 `docs/prd/drafts/[產品名稱]-[YYYY-MM-DD]/` 資料夾。
### Step 3執行研究
按照 `pm-researcher` agent 的完整工作流程執行:
1. URL 爬取(若有提供)
2. 市場規模分析
3. 競品識別與功能盤點
4. 競品使用體驗分析
5. 定位地圖與差異化建議
### Step 4存檔
報告存入草稿目錄:
- `01-market-research.md`
- `02-competitor-analysis.md`
### Step 5後續建議
完成後提示使用者:
```
✅ 研究報告已完成。你可以:
- /pm-user [產品描述] — 繼續做用戶痛點挖掘
- /pm [產品描述] — 啟動完整 PRD 流程(會讀取已有的研究報告)
- /pm-edit — 針對特定章節深化
```