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.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add levalencia/agent-god-mode --skill trade-hypothesis-ideator --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Trade Hypothesis Ideator?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/levalencia-trade-hypothesis-ideator)More formats (shields.io, HTML) on the badges page.
---
name: trade-hypothesis-ideator
description: >
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.
---
# 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.
## 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):
```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
```
## References
- `references/hypothesis_types.md`
- `references/evidence_quality_guide.md`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!