Commit Graph

3 Commits

Author SHA1 Message Date
Chris
c3c2f9072d feat: 全面升級 Skills 系統 — 17 個專業交易技能取代舊佔位符
刪除舊的 deep-research / code-reviewer 佔位 Skill,
引入 17 個來自 tradermonty/claude-trading-skills、OctagonAI/skills、
ginlix-ai/langalpha、anthropics/skills 的專業技能,並更新 9 個 Agent
的 skills 欄位對應。

技能對應:
- 財經情報研究員: market-news-analyst, economic-calendar-fetcher, market-environment-analysis
- 市場結構研究員: technical-analyst, market-breadth-analyzer
- 多方研究員: us-stock-analysis, institutional-flow-tracker
- 空方研究員: us-market-bubble-detector, market-top-detector
- 量化策略師: scenario-analyzer, edge-signal-aggregator, exposure-coach
- 回測工程師: backtest-expert, position-sizer
- 資料分析師: signal-postmortem
- 審查員: edge-strategy-reviewer
- 秘書: para-memory-files

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-10 20:03:23 +00:00
Chris
cb44714252 fix: CEO role 改為 ceo,確保 Paperclip CEO-safe 權限
P5: agents/ceo/AGENTS.md role: manager → role: ceo
Paperclip 內部多處邏輯依賴 role === "ceo" 來授予公司層級操作權限

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-10 18:39:04 +00:00
Chris
43c1770e13 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>
2026-04-10 17:11:03 +00:00