claude-code/claude-finance/commands/deep-dive.md

113 lines
2.5 KiB
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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: 對單一標的進行四維深度分析(基本面 + 技術面 + 情緒面 + 風險),產出完整研究報告。
---
# /deep-dive — 個股深度分析
對指定標的進行全方位深度分析,四個專業 Agent 各司其職,最終整合成一份完整報告。
## 使用方式
```
/deep-dive NVDA
/deep-dive TSLA
/deep-dive 2330.TW
```
## 執行流程
四個 Agent **依序**執行,後者可參考前者的結論:
### 1⃣ 基本面分析fundamental-analyst agent
- 公司概覽與商業模式
- 最近 4 季財報解讀
- 盈餘品質紅旗偵測
- DCF + 可比公司估值
- 目標價推導Bull / Base / Bear
→ 產出 `03-fundamental.md`
### 2⃣ 技術面分析technical-analyst agent
- 長期結構(月線/週線 — 3-12 月)
- 中期結構(週線/日線 — 1-3 月)
- 短期結構(日線 — 1-4 週)
- 技術指標總覽
- **關鍵價位彙整**(三個時間框架的支撐壓力)
→ 產出 `04-technical.md`
### 3⃣ 情緒面分析sentiment-detective agent
- 期權市場異動
- 機構持倉變化13F
- 內部人交易SEC Form 4
- 社群輿情
- 另類數據訊號
→ 產出 `05-sentiment.md`
### 4⃣ 風險評估risk-assessor agent
- 五維風險評分(催化劑/基本面/技術面/籌碼/流動性)
- 情境分析(樂觀/基準/悲觀)
- 最大回撤估算
- 倉位建議
- 停損策略
→ 產出 `06-risk.md`
## 輸出格式
```
# [TICKER] 深度分析報告
日期: YYYY-MM-DD
## 一句話結論
[買入/持有/觀望] — [核心理由]
## 快速總覽
| 維度 | 評分 | 方向 | 關鍵發現 |
|------|------|------|---------|
| 基本面 | /100 | 🟢/🟡/🔴 | |
| 技術面 | /100 | 🟢/🟡/🔴 | |
| 情緒面 | /100 | 🟢/🟡/🔴 | |
| 風險 | /100 | 🟢/🟡/🔴 | |
| **綜合** | **/100** | | |
## 關鍵價位
| 時間框架 | 支撐 | 壓力 | 當前位置 |
|---------|------|------|---------|
| 短期 | $ | $ | |
| 中期 | $ | $ | |
| 長期 | $ | $ | |
## 目標價
| 情境 | 目標價 | 報酬 | 機率 |
|------|--------|------|------|
| 樂觀 | $ | +% | % |
| 基準 | $ | +/-% | % |
| 悲觀 | $ | -% | % |
## 下一步
- 想交易 → /trade-plan [TICKER]
- 想持續追蹤 → /portfolio-review
```
## Session 延續
如果 `docs/fin/sessions/[TICKER]-session.md` 已存在:
- 自動讀取歷史分析
- 比對關鍵價位變化
- 在報告中標註「維持」或「更新」
## 報告存檔
自動存檔至 `docs/fin/[TICKER]-[日期]/`
## $ARGUMENTS
股票代碼Ticker。必填。