3 Commits

Author SHA1 Message Date
Chris
ced587c2f2 新增 17 個 Skills 並完成全員技能配置
- 新增 17 個 SKILL.md(tradermonty + langalpha 來源):
  breadth-chart-analyst, catalyst-calendar, competitive-analysis,
  comps-analysis, dcf-model, earnings-analysis, earnings-preview,
  earnings-trade-analyzer, edge-concept-synthesizer, edge-hint-extractor,
  options-strategy-advisor, pair-trade-screener, pead-screener,
  portfolio-manager, sector-overview, stanley-druckenmiller-investment,
  theme-detector
- 更新全部 11 個 Agent 的 AGENTS.md(含原本空白的 ceo 與 xiao-an)
- 更新 docs/agent-skill-mapping.md 至 v3.0(71 個配置,62 個技能)
- 台股 + 美股雙市場覆蓋,Skills 均基於真實開源 repo

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-10 21:07:46 +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