claude-code/claude/commands/fin-full.md

100 lines
3.1 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: 完整金融分析流程。依序執行市場研究、權益估值、客戶分析、財務建模、戰略綜合,輸出 7 份專業報告。
---
# /fin-full — 完整金融策略分析
一次跑完所有 5 個專業 Agent產出 7 份報告的完整分析。
## 使用方式
```
/fin-full 我想做一個 AI 驅動的個人理財 App目標台灣市場
/fin-full 分析 [產業],評估進入機會與風險
/fin-full [公司描述],我需要完整的商業分析向投資人報告
```
## 工作流程
### Step 1需求澄清最多 3 個問題)
- 產品/事業描述?
- 目標市場與地區?
- 已知競品?(名稱或 URL
- 團隊規模與預算?
### Step 2建立報告目錄
**必須先執行,否則存檔會失敗:**
```bash
mkdir -p docs/fin/[主題]-[YYYY-MM-DD]
```
例如:`mkdir -p docs/fin/onds-full-analysis-2026-02-26`
### Step 3依序執行 5 個 Agent
#### 可平行執行:
1. **`fin-market-analyst`**`.claude/agents/fin-market-analyst.md`
-`01-market-sizing.md` + `02-competitor-landscape.md`
2. **`fin-customer-strategist`**`.claude/agents/fin-customer-strategist.md`
-`04-customer-profiling.md`
#### 依序執行:
3. **`fin-equity-researcher`**`.claude/agents/fin-equity-researcher.md`
- 需要市場報告作為輸入
-`03-equity-research.md`
4. **`fin-financial-modeler`**`.claude/agents/fin-financial-modeler.md`
- 需要市場 + 客戶報告作為輸入
-`05-financial-model.md` + `06-risk-assessment.md`
5. **`fin-strategy-director`**`.claude/agents/fin-strategy-director.md`
- 需要所有前置報告
-`07-strategy-synthesis.md`
### Step 4品質把關
在呼叫 Strategy Director 前確認:
| 項目 | 最低標準 |
|------|---------|
| TAM/SAM/SOM | 雙軌估算 + 3 份報告對比 |
| 競品 | ≥ 5 家完整分析 |
| SWOT | 各 7 項 + 交叉對策 |
| Persona | ≥ 3 組完整 |
| 財務預測 | 3 年 + 3 種場景 |
| 風險 | ≥ 15 項 |
### Step 5最終交付
7 份報告全部完成後,**確認每份報告都已寫入檔案**,然後顯示報告目錄結構:
> **重要**:每個 Agent 完成分析後,必須使用 bash 命令將報告內容寫入對應的 .md 檔案。
> 不要只在終端機顯示內容而不存檔!
```
docs/fin/[主題]-[YYYY-MM-DD]/
├── 01-market-sizing.md
├── 02-competitor-landscape.md
├── 03-equity-research.md
├── 04-customer-profiling.md
├── 05-financial-model.md
├── 06-risk-assessment.md
└── 07-strategy-synthesis.md
```
---
## Agent 一覽
| Agent | 職責 | Skills |
|-------|------|--------|
| `fin-market-analyst` | 市場+競爭 | market-sizing, competitor-intelligence, web-research |
| `fin-equity-researcher` | 估值+宏觀 | valuation-analysis, macro-sector-analysis, web-research |
| `fin-customer-strategist` | 客戶+旅程 | customer-profiling, user-voice-mining, web-research |
| `fin-financial-modeler` | 定價+財務+風險 | financial-modeling |
| `fin-strategy-director` | GTM+戰略 | strategy-synthesis, report-writer |