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:
Chris
2026-04-10 17:11:03 +00:00
parent 6a440973a9
commit 43c1770e13
24 changed files with 1160 additions and 10 deletions

View File

@@ -0,0 +1,17 @@
---
name: 日常營運
description: 日常營運管理任務,包含每日摘要、記憶壓縮、狀態追蹤
slug: board-ops
leadAgentSlug: ceo
status: active
---
# 日常營運
管理團隊的日常運營任務。
## 包含
- 秘書每日記憶壓縮與狀態摘要
- 執行長盤後情報整理
- 資料分析師每日資料摘要

View File

@@ -0,0 +1,22 @@
---
name: 每日量化 Pipeline
description: 每日盤前啟動的量化研究 pipeline從情報蒐集到策略產出的完整流程
slug: daily-quant-pipeline
leadAgentSlug: quant-strategist
status: active
---
# 每日量化 Pipeline
每日由執行長啟動,量化策略師主導的完整研究流程。
## 流程
1. 財經情報蒐集
2. 市場結構分析
3. 多空辯論(並行)
4. 策略收斂
5. 審查 Review Gate
6. 回測(如需要)
7. 數據分析
8. 董事長審批

View File

@@ -0,0 +1,8 @@
---
name: 每日資料摘要
assignee: data-analyst
project: daily-quant-pipeline
recurring: true
---
每日 21:00 產出當日資料摘要,整理交易數據、策略績效與異常標記。

View File

@@ -0,0 +1,8 @@
---
name: 每日盤後情報整理
assignee: ceo
project: daily-quant-pipeline
recurring: true
---
每日 18:30 啟動盤後情報整理。執行長指派財經情報研究員蒐集盤後資訊。

View File

@@ -0,0 +1,8 @@
---
name: 每日量化 Pipeline 啟動
assignee: ceo
project: daily-quant-pipeline
recurring: true
---
每日盤前 07:30 啟動量化 pipeline。執行長指派量化策略師開始當日研究流程。

View File

@@ -0,0 +1,8 @@
---
name: 每日記憶壓縮與狀態摘要
assignee: secretary
project: board-ops
recurring: true
---
每日 23:00 進行記憶壓縮,將當日重點寫入長期記憶,產出 State_Diff 和 Meeting_Summary。