strategy-design
Installation
SKILL.md
Strategy Design
Design an execution plan for: $ARGUMENTS
Overview
- Implementation status: code-backed
- Local entry script:
<bundle-root>/strategy-design/run.py - Primary purpose: turn an accepted market view into a conditional execution style, actionable zones, and a monitoring checklist
- Workflow stages: stage 4
Feature Engineering & Signal Construction, stage 6Risk Management & Position Sizing, and stage 7Live Trading & Monitoring - Local executor guarantee: produce a baseline strategy plan from the current snapshot and optional strategy preset
- Agent-required overlay: verify that the plan is appropriate for liquidity, price-limit behavior, cost assumptions, holding horizon, and monitoring discipline
Use When
- The user wants execution style rather than only a trade action.
- The user asks for entry, stop, target, and holding-horizon structure.
- The user wants a practical execution and monitoring checklist around the current market state.