trade-hypothesis-ideator

Generate and rank falsifiable trading strategy hypotheses from JSON input bundles.

2|Updated Jun 14, 2026
One-click install
npx skills add https://github.com/IhsanDanish25/claude-trading-skills --skill trade-hypothesis-ideator-ihsandanish25
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: trade-hypothesis-ideator
Source: https://github.com/IhsanDanish25/claude-trading-skills/tree/main/skills/trade-hypothesis-ideator
Command: npx skills add https://github.com/IhsanDanish25/claude-trading-skills --skill trade-hypothesis-ideator-ihsandanish25

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pyyaml, requests, jsonschema, numpy, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the generation of falsifiable trading strategy hypotheses from market data, trade logs, and journal snippets, enabling structured analysis and hypothesis testing.

Core Features & Use Cases

  • Hypothesis Generation: Generate structured hypothesis cards from structured input bundles with evidence snippets and market observations.
  • Hypothesis Evaluation: Critique and rank hypothesis cards based on evidence strength, mechanism clarity, feasibility, expected payoff, novelty, and test efficiency.
  • Export to Strategy: Optionally export ranked hypotheses into strategy files compatible with trading platforms.

Quick Start

Run the trade-hypothesis-ideator skill with a JSON input bundle containing market data, trade logs, and journal snippets. Example: trade-hypothesis-ideator --input input_bundle.json.

Frequently Asked Questions about trade-hypothesis-ideator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate falsifiable trading strategy hypotheses from market data?

To generate falsifiable trading strategy hypotheses from market data, provide a structured JSON input bundle containing trade logs and journal snippets. The skill normalizes evidence and prompts for structured hypothesis generation based on your market observations.

How do I rank trading strategy hypotheses based on evidence strength?

You can rank trading strategy hypotheses by evaluating generated cards against defined criteria including evidence strength, mechanism clarity, feasibility, expected payoff, novelty, and test efficiency. The skill critiques and scores each hypothesis automatically.

What is the best way to automate hypothesis testing for algorithmic trading workflows?

Automating hypothesis testing for algorithmic trading workflows involves using Python and YAML to process structured input bundles, normalize market data evidence, and export validated strategy definitions compatible with trading platforms for backtesting.

Do I need numpy and pyyaml to run hypothesis generation for trading strategies?

Yes, you need numpy and pyyaml to run hypothesis generation for trading strategies. The skill also requires requests and jsonschema libraries to parse input bundles, validate hypotheses, and perform evidence extraction and text processing.

Can I export ranked trading strategy hypotheses to files compatible with trading platforms?

Yes, you can export ranked trading strategy hypotheses to strategy files compatible with trading platforms. The skill optionally generates exportable strategy definitions from evaluated and ranked hypothesis cards.

What input format does the trade-hypothesis-ideator skill accept for market analysis?

The trade-hypothesis-ideator skill accepts structured JSON input bundles for market analysis. These bundles should contain market data, trade logs, and journal snippets with evidence observations to trigger hypothesis generation and evaluation workflows.