Generate falsifiable trade strategy hypotheses from market data, trade logs, and journal snippets. Use when you have a structured input bundle and want ranked hypothesis cards with experiment designs, kill criteria, and optional strategy.yaml export compatible with edge-finder-candidate/v1.
64
75%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
Fix and improve this skill with Tessl
tessl review fix ./skills/trade-hypothesis-ideator/SKILL.mdGenerate 1-5 structured hypothesis cards from a normalized input bundle, critique and rank them, then optionally export pursue cards into strategy.yaml + metadata.json artifacts.
trade_log, journal_snippets, market_data, observationspyyaml installedprompts/system_prompt.mdprompts/developer_prompt_template.md (inject {{evidence_summary}})prompts/critique_prompt_template.md.pursue hypotheses via Step H strategy exporter.python3 skills/trade-hypothesis-ideator/scripts/run_hypothesis_ideator.py \
--input skills/trade-hypothesis-ideator/examples/example_input.json \
--output-dir reports/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-strategieshypothesis_cards_<date>.json — Ranked hypothesis cards with verdicts (pursue, revise, discard)hypothesis_cards_<date>.md — Human-readable summary with experiment designs and kill criteriastrategy_<hypothesis_id>.yaml — (Optional) Edge-finder-compatible strategy export for pursue cardsmetadata_<hypothesis_id>.json — (Optional) Provenance metadata for exported strategiesreferences/hypothesis_types.md — Taxonomy of hypothesis patterns (mean-reversion, momentum, event-driven, etc.)references/evidence_quality_guide.md — Criteria for rating evidence strength and sample size requirements62a1635
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.