edge-strategy-designer

Convert edge concepts into strategy draft variants and exportable ticket YAMLs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires PyYAML, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill converts abstract edge concepts into strategy draft variants and optional exportable ticket YAMLs for further validation and use.

Core Features & Use Cases

  • Concept to Strategy Conversion: Transforms edge concepts into concrete strategy draft specifications.
  • Variants Generation: Generates multiple variants (core, conservative, research-probe) per concept.
  • Exportable Tickets: Optionally creates exportable ticket YAMLs for downstream processing.
  • Use Case: If you have a set of edge concepts and need to generate strategy candidates, this Skill can help you create draft strategies and tickets for further analysis.

Quick Start

Generate strategy drafts for edge concepts using the edge-strategy-designer skill.

Frequently Asked Questions about edge-strategy-designer

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

FAQPage Schema
How do I convert trading edge concepts into strategy drafts?

Converting trading edge concepts into strategy drafts involves transforming abstract ideas into concrete specifications. This tool generates multiple variants including core, conservative, and research-probe options, outputting YAML files for further validation.

Can I generate multiple strategy variants from a single edge concept?

Generating multiple strategy variants from a single edge concept creates core, conservative, and research-probe drafts. This approach allows traders to evaluate different risk parameters and execution scenarios from one initial trading idea.

How do I export trading strategy tickets for downstream processing?

Exporting trading strategy tickets for downstream processing uses optional YAML file generation. The skill creates exportable ticket YAMLs alongside strategy drafts, enabling seamless integration with validation pipelines and tracking systems via a JSON manifest.

Do I need Python and PyYAML to generate strategy drafts from edge concepts?

Generating strategy drafts from edge concepts requires Python 3.9+ and the PyYAML dependency. These environment prerequisites support the YAML file outputs for strategy variants and the JSON manifest used for tracking exported tickets.

What is the best way to structure strategy development from abstract edge concepts?

Structuring strategy development from abstract edge concepts works best by breaking ideas into draft variants and exportable tickets. This method standardizes validation inputs, producing YAML specifications and a JSON tracking manifest for organized analysis.

Why are my strategy drafts not generating exportable YAML tickets?

Strategy drafts not generating exportable YAML tickets may result from missing optional ticket configuration or insufficient environment setup. Ensure Python 3.9+ and PyYAML are installed, and verify the JSON manifest tracks all outputs correctly.