claude-code/antigravity-finance/.agent/workflows/portfolio-review.md

55 lines
1.5 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.

# portfolio-review — 持倉回顧
讀取所有歷史 Session逐一更新分析產出持倉總覽與調整建議。確保分析的延續性。
## 觸發方式
`portfolio-review``portfolio-review NVDA TSLA`
## 輸入
- `tickers`:可選,指定要回顧的 Ticker空格分隔。留空則回顧全部。
## 執行步驟
### Step 1: 讀取歷史 Session
掃描 `artifacts/sessions/` 下所有 `*-session.md` 檔案。
如果沒有任何 Session提示使用者先用 `deep-dive``trade-plan` 分析標的。
### Step 2: 逐一更新
- **Agent**: `trade_strategist`
- **知識庫**: `session_tracking.md`, `trade_planning.md`, `risk_scoring.md`
- **對每個持倉標的**:
1. 查詢當前股價
2. 比對關鍵價位(支撐是否已跌破?壓力是否已突破?)
3. 檢查催化劑狀態(已兌現/已失敗/待兌現)
4. 更新建議(維持/加碼/減碼/出場/調整停損停利)
### Step 3: 首席分析師整合
- **Agent**: `chief_analyst`
- **任務**: 產出持倉總覽,標註需要行動的項目
## 最終輸出
```markdown
# 持倉回顧報告
日期: YYYY-MM-DD
## 持倉總覽
| Ticker | 方向 | 進場均價 | 當前價 | 損益 | 風險分數 | 建議 |
|--------|------|---------|--------|------|---------|------|
## 個別更新
### [TICKER]
- 上次分析: YYYY-MM-DD
- 關鍵變化: [描述]
- 催化劑更新: [描述]
- 建議: 維持/加碼/減碼/出場
- 理由: [具體理由]
## 行動清單
- [ ] [具體行動項目]
## 下次回顧
建議日期: YYYY-MM-DD[理由]
```