Files
KingClawArmy/skills/trade-hypothesis-ideator/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

38 lines
1.3 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: 交易假設發想器
slug: trade-hypothesis-ideator
description: 生成 1-5 個可偽證的交易假設卡每張包含實驗設計、否定條件Kill Criteria與可選的 strategy.yaml 匯出
metadata:
sources:
- kind: github-file
repo: tradermonty/claude-trading-skills
path: skills/trade-hypothesis-ideator/SKILL.md
usage: referenced
---
# 交易假設發想器
將市場觀察轉化為結構化、可測試的交易假設,確保每個策略概念都有明確的驗證條件和失效條件。
## 假設卡格式
每張假設卡包含:
- **假設陳述**:「如果 X 發生,則 Y 將在 Z 時間框架內發生」
- **可觀察證據**:當前支持假設的數據
- **實驗設計**:如何測試這個假設
- **否定條件Kill Criteria**:哪些事件會讓假設立即失效
- **信心度評分**0-100
- **可選匯出**strategy.yaml交給回測工程師
## 功能
- 接受任意市場觀察作為輸入
- 結構化生成 1-5 張假設卡
- 強制要求每個假設都有 Kill Criteria防止確認偏誤
- 可選匯出 strategy.yaml 格式供回測使用
## 使用時機
- 量化策略師在多空辯論後,將收斂觀點轉為可測試假設
- 配合 `edge-pipeline-orchestrator` 進入完整研究流程