claude-code/antigravity-finance/.agent/workflows/market-pulse.md

78 lines
2.0 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.

# market-pulse — 市場脈搏
快速掌握今日市場狀況,識別異動與機會。
## 觸發方式
`market-pulse`、`market-pulse 台股`、`market-pulse 科技股`
## 輸入
- `market`:可選 — 美股(預設)/ 台股 / 特定板塊
## 執行步驟
### Step 1: 大盤概況
- **Agent**: `sector_scout`
- **知識庫**: `macro_sector.md`
- **任務**: 主要指數表現、產業板塊表現、資金流向、本週重要事件日曆
### Step 2: 異動偵測
- **Agent**: `sentiment_detective`
- **知識庫**: `sentiment_altdata.md`
- **任務**: 成交量異常標的、價格大幅波動、期權異動、社群熱門
### Step 3: 首席分析師整合
- **Agent**: `chief_analyst`
- **任務**: 整合概況與異動,標註持倉標的今日表現,提出 2-3 個機會提示
## 最終輸出
```markdown
# 市場脈搏 — YYYY-MM-DD
## 大盤: [一句話總結]
| 指數 | 收盤/現價 | 漲跌 | 漲跌幅 |
|------|---------|------|--------|
| S&P 500 | | | |
| NASDAQ | | | |
| VIX | | | |
## 產業板塊
| 板塊 | 今日表現 | 近 5 日 | 資金流向 |
|------|---------|---------|---------|
## 今日異動
| Ticker | 異動類型 | 幅度 | 可能原因 |
|--------|---------|------|---------|
## 本週重要事件
| 日期 | 事件 | 影響標的 | 重要性 |
|------|------|---------|--------|
## 與持倉相關
[標註持倉標的今日表現]
## 機會提示
🔔 機會 1: [標的/題材] — [理由] — 行動: deep-dive [TICKER]
🔔 機會 2: ...
```
## Session 強制存檔(不得跳過)
### 分析開始前READ
1. 掃描 `docs/fin/sessions/` 下所有 `*-session.md`
2. 篩選「已進場」狀態的 Session在報告中標註持倉表現
### 分析結束後WRITE — 如有需要)
1. 如有值得追蹤的異動標的,建立新 Session
2. 如有持倉 Session更新最新價位
### 確認輸出CONFIRM — 必須顯示)
```
📁 Session 狀態:
- 持倉追蹤中: [N] 個標的
- 本次新建: [列出或「無」]
- 本次更新: [列出或「無」]
```