## Skills 變動(38 個技能)
- 刪除:para-memory-files(不存在於任何真實 repo)
- 新增 20 個來自真實開源 repo 的技能:
tradermonty: trader-memory-core, earnings-calendar, sector-analyst,
uptrend-analyzer, macro-regime-detector, canslim-screener,
vcp-screener, ftd-detector, downtrend-duration-analyzer,
edge-pipeline-orchestrator, trade-hypothesis-ideator,
strategy-pivot-designer, data-quality-checker, edge-candidate-agent
anthropics: doc-coauthoring, internal-comms, xlsx
langalpha: morning-note, thesis-tracker, initiating-coverage
## Agent 技能更新(9 個 Agent)
- finance-researcher: 3 → 5 個技能(+earnings-calendar, morning-note)
- market-structure-researcher: 2 → 5 個技能(+sector-analyst, uptrend-analyzer, macro-regime-detector)
- bullish-researcher: 2 → 6 個技能(+canslim-screener, vcp-screener, ftd-detector, initiating-coverage)
- bearish-researcher: 2 → 3 個技能(+downtrend-duration-analyzer)
- quant-strategist: 3 → 7 個技能(+edge-pipeline-orchestrator, trade-hypothesis-ideator, thesis-tracker, macro-regime-detector)
- quant-engineer: 2 → 4 個技能(+strategy-pivot-designer, data-quality-checker)
- data-analyst: 1 → 3 個技能(+edge-candidate-agent, xlsx)
- reviewer: 1 → 2 個技能(+data-quality-checker)
- secretary: para-memory-files → trader-memory-core + doc-coauthoring + internal-comms
## 文檔新增(3 份)
- docs/skills-inventory.md:四大 repo 完整技能調查(tradermonty 51、OctagonAI 66、langalpha 26、anthropics 17)
- docs/mcp-plan.md:8 個 MCP Server 完整配置方案(台股+美股+總經+加密)
- docs/agent-skill-mapping.md:Agent 技能對應表 v2.0(含台股覆蓋說明)
## 台股覆蓋
- MCP 計畫包含 CasualMarket(23工具)+ twsemcp(22工具)+ Fugle 官方
- morning-note 技能整合台股盤前數據(外資、融資融券、台指期)
- market-environment-analysis 明確涵蓋台股加權指數
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
51 lines
1.3 KiB
Markdown
51 lines
1.3 KiB
Markdown
---
|
||
name: 文件共同創作
|
||
description: 三階段結構化文件起草工作流程(情境蒐集→精煉與結構→讀者測試),適用於策略報告、會議備忘錄、分析備忘錄等長篇文件
|
||
metadata:
|
||
sources:
|
||
- kind: github-file
|
||
repo: anthropics/skills
|
||
path: skills/doc-coauthoring/SKILL.md
|
||
usage: referenced
|
||
---
|
||
|
||
# 文件共同創作
|
||
|
||
Anthropic 官方技能。協助秘書起草高品質的結構化文件,確保邏輯清晰、讀者導向。
|
||
|
||
## 三階段工作流程
|
||
|
||
### Stage 1:情境蒐集
|
||
- 提問以理解文件目的與讀者
|
||
- 接受 brain dump(原始資料傾倒)
|
||
- 澄清範圍與格式要求
|
||
|
||
### Stage 2:精煉與結構
|
||
- 段落排序(最重要的先)
|
||
- 每個段落腦力激盪 5-20 個選項
|
||
- 選取最佳內容並填補空缺
|
||
- 迭代起草(str_replace 精確修改)
|
||
- 品質檢查(邏輯一致性、清晰度)
|
||
|
||
### Stage 3:讀者測試
|
||
- 預測讀者可能的問題
|
||
- 以全新視角測試文件
|
||
- 報告並修復問題
|
||
|
||
## 適用文件類型
|
||
|
||
- 每日策略摘要備忘錄
|
||
- 董事長審批包
|
||
- 週報與月報
|
||
- 會議記錄與決策紀錄
|
||
- Agent 產出的分析報告
|
||
|
||
## 輸入
|
||
|
||
- 原始資料(bullet points、數據、研究摘要)
|
||
- 文件目的與讀者描述
|
||
|
||
## 輸出
|
||
|
||
- 結構清晰的 Markdown 或 Word 文件
|