Files
KingClawArmy/skills/edge-pipeline-orchestrator/SKILL.md
Chris ee06e6de6b fix: 修正審查員 P1-P6 全部問題
P1/P2: 為所有 53 個 SKILL.md 補明確 slug frontmatter,解決 importer slug 衝突
P3: 新增 .mcp.json,補 .paperclip.yaml envInputs
P4: agent-skill-mapping.md 補摘要版說明
P5: 修正文檔統計數字(53 skills,非 62)
P6: 清除 mcp-plan.md 敏感資訊與機器相依路徑

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-10 21:21:38 +00:00

54 lines
1.5 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
name: Edge 流程協調器
slug: edge-pipeline-orchestrator
description: 端到端 Edge 研究流程管理(候選→線索→概念→策略→審查),含反饋迴路與斷點續跑,是量化策略師的研究自動化中樞
metadata:
sources:
- kind: github-file
repo: tradermonty/claude-trading-skills
path: skills/edge-pipeline-orchestrator/SKILL.md
usage: referenced
---
# Edge 流程協調器
統一管理從市場觀察到可交易策略的完整 Edge 研究流程,協調各個 Edge 子技能的執行順序。
## 流程架構
```
市場觀察/每日數據
edge-candidate-agent觀察→研究票據
edge-hint-extractor提取 Edge 線索)
edge-concept-synthesizer線索→Edge 概念)
edge-strategy-designer概念→策略草稿
edge-strategy-reviewer品質審查
↓ ↑ 失敗則退回
策略通過 → 交給量化策略師
signal-postmortem記錄結果→更新權重
```
## 功能
- **順序協調**:按正確順序呼叫各 Edge 子技能
- **斷點續跑**:從失敗點恢復,不重做已完成步驟
- **反饋迴路**Postmortem 結果回饋至線索提取
- **乾跑模式Dry Run**:僅輸出計畫,不實際執行
- **狀態追蹤**:記錄每個研究票據的流程狀態
## 輸入
- 每日市場觀察、新聞、數據
## 輸出
- 通過審查的策略草稿(交給量化策略師)
- 流程執行狀態報告
- 失敗票據清單與原因