edge-strategy-designer

Convert edge concept YAML hypotheses into concrete strategy draft specifications.

Updated Mar 25, 2026
One-click install
npx skills add https://github.com/MileniumTick/skills --skill edge-strategy-designer-mileniumtick
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: edge-strategy-designer
Source: https://github.com/MileniumTick/skills/tree/main/skills/edge-strategy-designer
Command: npx skills add https://github.com/MileniumTick/skills --skill edge-strategy-designer-mileniumtick

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Translates abstract edge concepts into concrete strategy draft specifications to accelerate edge-to-action pipelines.

Core Features & Use Cases

  • Generate multiple strategy drafts per concept (core, conservative, research_probe) with configurable risk profiles.
  • Produce exportable tickets for edge-candidate-agent pipelines to enable end-to-end validation.
  • Resolve entry-family constraints and apply hypothesis-exit overrides to calibrate risk and performance.

Quick Start

Run the design_strategy_drafts.py script with your edge_concepts.yaml to generate strategy drafts and optional exportable tickets.

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 abstract edge concepts into concrete strategy drafts?▼

To convert edge concepts into strategy drafts, run the design_strategy_drafts.py script with an edge_concepts.yaml file to generate multiple variants with configurable risk profiles and IDs.

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

Yes, generating multiple strategy variants from a single edge concept supports core, conservative, and research_probe configurations. Each variant receives distinct risk settings and an ID for tracking within the pipeline.

How do I export strategy drafts as tickets for downstream pipelines?▼

Exporting strategy drafts as tickets for edge-candidate-agent pipelines is supported via a dedicated script. This produces exportable tickets to enable end-to-end validation of the generated drafts.

Do I need pyyaml to design edge strategy drafts from YAML inputs?▼

Yes, pyyaml is required to design edge strategy drafts from YAML inputs. The Skill relies on this dependency to parse edge concepts and apply hypothesis-exit overrides during the draft generation process.

What are the limitations of automated edge strategy design in Python?▼

Automated edge strategy design in Python is limited to processing structured YAML concept inputs and applying predefined entry-family resolution. It generates draft specifications rather than validated trading strategies, requiring downstream pipelines for end-to-end validation.