Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
tradermonty avatar

Trade Hypothesis Ideator

  • 820 installs
  • 2.6k repo stars
  • Updated August 4, 2026
  • tradermonty/claude-trading-skills

trade-hypothesis-ideator is a trading agent skill that turns trade logs, journal notes, and market data into ranked, falsifiable strategy hypotheses with experiment designs, kill criteria, and optional strategy.yaml expo

About

trade-hypothesis-ideator from tradermonty/claude-trading-skills generates structured trading research from normalized input bundles containing market data, trade logs, and journal snippets. The workflow produces one to five hypothesis cards, critiques and ranks them, and can export pursue-worthy cards into strategy.yaml plus metadata.json artifacts compatible with edge-finder-candidate/v1. Each card emphasizes falsifiable claims, experiment design, and kill criteria so developers discard weak edges early. Reach for trade-hypothesis-ideator after collecting observations that hint at a market edge but before coding a full backtest stack. It suits systematic traders and quant-minded engineers documenting discretionary insights who want YAML-ready strategy candidates. Skip it when you need live execution, broker connectivity, or purely qualitative macro narratives without structured inputs or export schemas.

  • Converts unstructured trade logs and journal snippets into 1-5 structured hypothesis cards
  • Applies a two-pass workflow: normalization then critique-and-rank
  • Outputs experiment designs with explicit kill criteria for each hypothesis
  • Optional export to strategy.yaml and metadata.json compatible with edge-finder-candidate
  • Pure local calculation — no external API keys required

Trade Hypothesis Ideator by the numbers

  • 820 all-time installs (skills.sh)
  • +93 installs in the week ending Aug 5, 2026 (Skillselion tracking)
  • Ranked #571 of 3,282 Productivity & Planning skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/tradermonty/claude-trading-skills --skill trade-hypothesis-ideator

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs820
repo stars2.6k
Last updatedAugust 4, 2026
Repositorytradermonty/claude-trading-skills

How do you turn trade journals into testable hypotheses?

Turn scattered trade logs, journal notes, and market data into ranked, falsifiable strategy hypotheses with built-in experiment designs and kill criteria.

Who is it for?

Systematic traders with structured trade logs and journal snippets who need ranked, falsifiable hypotheses before backtesting code.

Skip if: Live order execution, broker API wiring, or unstructured market commentary without normalized input bundles.

When should I use this skill?

User has trade logs, journal entries, or market observations and wants hypothesis cards, kill criteria, or strategy.yaml export.

What you get

Ranked hypothesis cards, experiment designs, kill criteria, and optional edge-finder-candidate/v1 strategy.yaml plus metadata.json exports.

  • ranked hypothesis cards
  • strategy.yaml exports
  • metadata.json experiment metadata

By the numbers

  • Generates 1-5 structured hypothesis cards per run
  • Exports pursue cards to strategy.yaml and metadata.json
  • Uses edge-finder-candidate/v1 compatible export schema

Files

SKILL.mdMarkdownGitHub ↗

Trade Hypothesis Ideator

Generate 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.

When to Use

  • After gathering trade logs, journal entries, or market observations that suggest a potential edge
  • When you have a structured input bundle (JSON) with evidence snippets and want falsifiable hypotheses
  • To bridge qualitative observations into quantitative experiment designs
  • Before committing capital to validate a new strategy idea with kill criteria

Prerequisites

  • Input JSON bundle with one or more of: trade_log, journal_snippets, market_data, observations
  • Python 3.9+ with pyyaml installed
  • No external API keys required (pure calculation skill)

Workflow

1. Receive input JSON bundle. 2. Run pass 1 normalization + evidence extraction. 3. Generate hypotheses with prompts:

  • prompts/system_prompt.md
  • prompts/developer_prompt_template.md (inject {{evidence_summary}})

4. Critique hypotheses with prompts/critique_prompt_template.md. 5. Run pass 2 ranking + output formatting + guardrails. 6. Optionally export pursue hypotheses via Step H strategy exporter.

Scripts

  • Pass 1 (evidence summary):
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):
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

Output

  • hypothesis_cards_<date>.json — Ranked hypothesis cards with verdicts (pursue, revise, discard)
  • hypothesis_cards_<date>.md — Human-readable summary with experiment designs and kill criteria
  • strategy_<hypothesis_id>.yaml — (Optional) Edge-finder-compatible strategy export for pursue cards
  • metadata_<hypothesis_id>.json — (Optional) Provenance metadata for exported strategies

Resources

  • references/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 requirements

Related skills

How it compares

Use trade-hypothesis-ideator to scope falsifiable edges from journals; use live market scanner skills when fetching quotes rather than designing experiments.

FAQ

What outputs does trade-hypothesis-ideator produce?

trade-hypothesis-ideator produces one to five ranked hypothesis cards with experiment designs and kill criteria. Pursue-rated cards can export to strategy.yaml and metadata.json using the edge-finder-candidate/v1 format.

What inputs does trade-hypothesis-ideator require?

trade-hypothesis-ideator expects a normalized bundle with market data, trade logs, and journal snippets. The skill generates, critiques, and ranks falsifiable strategy hypotheses from that structured input.

What is edge-finder-candidate/v1 in trade-hypothesis-ideator?

edge-finder-candidate/v1 is the strategy.yaml export schema trade-hypothesis-ideator uses when persisting pursue-worthy hypothesis cards alongside metadata.json for downstream backtest or review tooling.

Productivity & Planningagentsautomationresearch

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.