trade-hypothesis-ideator
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseTrade Hypothesis Ideator
交易假设生成器
Generate 1-5 structured hypothesis cards from a normalized input bundle, critique and rank them, then optionally export cards into + artifacts.
pursuestrategy.yamlmetadata.json从标准化输入包生成1-5个结构化假设卡片,对其进行评审和排序,随后可选择将标记为「pursue」的卡片导出为 + 产物。
strategy.yamlmetadata.jsonWorkflow
工作流程
- Receive input JSON bundle.
- Run pass 1 normalization + evidence extraction.
- Generate hypotheses with prompts:
prompts/system_prompt.md- (inject
prompts/developer_prompt_template.md){{evidence_summary}}
- Critique hypotheses with .
prompts/critique_prompt_template.md - Run pass 2 ranking + output formatting + guardrails.
- Optionally export hypotheses via Step H strategy exporter.
pursue
- 接收输入JSON包。
- 执行第一阶段:标准化处理 + 证据提取。
- 使用如下提示词生成假设:
prompts/system_prompt.md- (注入
prompts/developer_prompt_template.md参数){{evidence_summary}}
- 使用 评审生成的假设。
prompts/critique_prompt_template.md - 执行第二阶段:排序 + 输出格式化 + 防护规则校验。
- 可选择通过步骤H策略导出器导出标记为「pursue」的假设。
Scripts
脚本
- Pass 1 (evidence summary):
bash
python3 skills/trade-hypothesis-ideator/scripts/run_hypothesis_ideator.py \
--input skills/trade-hypothesis-ideator/examples/example_input.json \
--output-dir reports/- Pass 2 (rank + output + optional export):
bash
python3 skills/trade-hypothesis-ideator/scripts/run_hypothesis_ideator.py \
--input skills/trade-hypothesis-ideator/examples/example_input.json \
--hypotheses reports/raw_hypotheses.json \
--output-dir reports/ \
--export-strategies- 第一阶段(生成证据摘要):
bash
python3 skills/trade-hypothesis-ideator/scripts/run_hypothesis_ideator.py \
--input skills/trade-hypothesis-ideator/examples/example_input.json \
--output-dir reports/- 第二阶段(排序 + 输出 + 可选导出):
bash
python3 skills/trade-hypothesis-ideator/scripts/run_hypothesis_ideator.py \
--input skills/trade-hypothesis-ideator/examples/example_input.json \
--hypotheses reports/raw_hypotheses.json \
--output-dir reports/ \
--export-strategiesReferences
参考资料
references/hypothesis_types.mdreferences/evidence_quality_guide.md
references/hypothesis_types.mdreferences/evidence_quality_guide.md