create-strategy
Installation
SKILL.md
create-strategy
This skill turns a natural-language strategy idea into a saved strategy JSON file ready to hand off to the backtest skill.
Idea → hypothesis → design negotiation → approval → ConditionGroup JSON → validation → save {data_root}/strategies/{slug}.json → hand off to backtest.
This skill is the strategy-design stage in the hypothesis-to-falsification workflow: it turns a natural-language idea into one or more concrete JSON strategy definitions. Backtesting is a tool for falsifying hypotheses, and this skill turns the hypothesis into something executable.
Domain catalogs and detailed rules are split into references/:
- 15 JSON indicator types / 16 target indicator catalog: references/indicators.md
- JSON schema, validation constraints, and nested patterns: references/schema.md
- 9 validation-error self-correction patterns: references/error-recovery.md
- Empty strategy template: assets/strategy-template.json
- Public examples: strategies/examples/
Load skills/references/glossary.md when explaining metric names, indicator names, or strategy terms in Korean.