feat: 建立第一版 Paperclip company package
管理 + 完整量化團隊(方案 A + 多空研究員),10 active + 1 paused Package 結構: - COMPANY.md:agentcompanies/v1 company root - .paperclip.yaml:11 agents adapter/model/status + 4 routines - agents/:11 個 agent(ceo, secretary, reviewer, quant-strategist, finance-researcher, market-structure-researcher, bullish-researcher, bearish-researcher, quant-engineer, data-analyst, xiao-an) - teams/:management, quant-research - projects/:daily-quant-pipeline, board-ops - tasks/:4 個 recurring tasks(pipeline 啟動、盤後整理、資料摘要、記憶壓縮) - skills/:deep-research, code-reviewer 每個 AGENTS.md 包含完整 instructions:Mission, Scope, Forbidden, 輸出 JSON Schema, Escalation, 行為規範 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
18
teams/management/TEAM.md
Normal file
18
teams/management/TEAM.md
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
name: 管理團隊
|
||||
description: 全局任務調度、工作記錄與摘要、產出品質審查
|
||||
slug: management
|
||||
schema: agentcompanies/v1
|
||||
manager: ../../agents/ceo/AGENTS.md
|
||||
includes:
|
||||
- ../../agents/secretary/AGENTS.md
|
||||
- ../../agents/reviewer/AGENTS.md
|
||||
---
|
||||
|
||||
# 管理團隊
|
||||
|
||||
負責 KingClawArmy 的全局運營管理。
|
||||
|
||||
- **執行長**:接收董事長指令、派工、追蹤進度、收斂結果
|
||||
- **秘書**:記錄摘要、維護記憶、每日狀態報告
|
||||
- **審查員**:品質把關、pass/revise/block 判定
|
||||
27
teams/quant-research/TEAM.md
Normal file
27
teams/quant-research/TEAM.md
Normal file
@@ -0,0 +1,27 @@
|
||||
---
|
||||
name: 量化研究團隊
|
||||
description: 量化研究 pipeline:情報蒐集 → 市場結構分析 → 多空辯論 → 策略收斂 → 回測驗證 → 數據分析
|
||||
slug: quant-research
|
||||
schema: agentcompanies/v1
|
||||
manager: ../../agents/quant-strategist/AGENTS.md
|
||||
includes:
|
||||
- ../../agents/finance-researcher/AGENTS.md
|
||||
- ../../agents/market-structure-researcher/AGENTS.md
|
||||
- ../../agents/bullish-researcher/AGENTS.md
|
||||
- ../../agents/bearish-researcher/AGENTS.md
|
||||
- ../../agents/quant-engineer/AGENTS.md
|
||||
- ../../agents/data-analyst/AGENTS.md
|
||||
---
|
||||
|
||||
# 量化研究團隊
|
||||
|
||||
由量化策略師主導,負責完整的量化研究 pipeline。
|
||||
|
||||
## Pipeline 流程
|
||||
|
||||
1. **財經情報研究員** → 蒐集財經資訊與市場情緒
|
||||
2. **市場結構研究員** → 分析技術結構與關鍵價位
|
||||
3. **多方研究員 + 空方研究員**(並行)→ 正反觀點辯論
|
||||
4. **量化策略師** → 收斂觀點、產出策略論文
|
||||
5. **回測工程師** → 策略程式化與回測
|
||||
6. **資料分析師** → 績效分析與風險識別
|
||||
Reference in New Issue
Block a user