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

@@ -4,12 +4,32 @@
---
## Paperclip Package可匯入
Package 位於 repo 根目錄,可透過 `paperclipai company import` 匯入。
```
COMPANY.md ← 公司定義
.paperclip.yaml ← adapter / routines / status
agents/*/AGENTS.md ← 11 個 agent 定義
teams/*/TEAM.md ← 2 個 teammanagement, quant-research
projects/*/PROJECT.md ← 2 個 project
projects/*/tasks/*/TASK.md ← 4 個 recurring tasks
skills/*/SKILL.md ← 2 個 skills
```
---
## docs/ — 設計藍圖(參考用)
以下文件是完整版藍圖18 agents / 5 teams包含未來擴編的行銷、內容、工程團隊規劃。
| 文件 | 內容 |
|---|---|
| [company.md](company.md) | 公司定義、組織架構(18 agents / 5 teams、Agent 完整規格、Skills、.paperclip.yaml 設定、Package 結構 |
| [pipelines.md](pipelines.md) | 量化 Pipeline 流程、排程定義8 routines、每日/每週時間軸、審批機制、模型分級、成本控制、停損信號 |
| [company.md](company.md) | 完整藍圖:18 agents / 5 teams、所有 Agent 規格、Skills、.paperclip.yaml 範例 |
| [pipelines.md](pipelines.md) | 所有 Pipeline 流程、排程定義、審批機制、模型分級、成本控制 |
| [schemas.md](schemas.md) | 所有 Agent 輸出的 JSON Schema 定義(含信心指數、恐慌指數、進出場建議) |
| [paperclip_org_plans.md](paperclip_org_plans.md) | Paperclip 導向的組織與人員配置規劃方案,含 3 種落地選項、推薦方案、修改範圍與 review 驗收標準 |
| [paperclip_org_plans.md](paperclip_org_plans.md) | 組織規劃方案A/B/C、推薦方案、修改範圍與 review 驗收標準 |
---
@@ -18,10 +38,8 @@
| 階段 | 說明 | 狀態 |
|---|---|---|
| Paperclip onboard | 初始化 Paperclip 環境 | 待執行 |
| 建立 Company Package | 建立目錄結構、寫入所有 AGENTS.md / TEAM.md / SKILL.md | 待開始 |
| 匯入 Paperclip | `paperclipai company import` | 待開始 |
| 管理團隊上線 | CEO + 秘書 + 審查員3 agents | 待開始 |
| 量化團隊上線 | 策略師 + 6 研究/工程 agents7 agents | 待開始 |
| 行銷團隊上線 | 策略總監 + 市場研究員 + 投放分析師3 agents | 待開始 |
| 內容團隊上線 | 創意總監 + 文案撰寫員2 agents | 待開始 |
| 工程團隊上線 | 前端 + 後端工程師2 agents依需求啟用 | 待開始 |
| 建立 Package第一版 | 管理 + 完整量化團隊10 active + 1 paused | ✅ 完成 |
| 匯入 Paperclip | `paperclipai company import` | 待執行 |
| 驗證 & 調教 | 測試每個 agent、跑通量化 pipeline | 待開始 |
| 擴編至方案 B | 加入行銷團隊 | 待規劃 |
| 擴編至方案 C | 加入內容 + 工程團隊 | 待規劃 |