strategy-design
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.
More from natsufox/a-stockit
reports
Inspect and export generated analysis artifacts. Use when user wants exact stored markdown, JSON state, or run metadata instead of rerunning analysis.
1paper-trading
Run a paper-trading workflow over analyzed symbols. Use when user wants the live-verification stage in simulated form: trade rehearsal, ledger updates, A-share settlement rules, and explicit monitoring of what the local paper book does and does not model.
1watchlist
Manage watchlist workflows after import. Use when user wants the stage-1 universe-management workflow: grouping, coverage intent, review cadence, artifact reuse, and repeated tracking after ingestion.
1market-recap
Render region-aware market recap blueprints. Use when user wants the stage-7 review and communication frame for CN or US markets: recap structure, next-session posture template, and checklist-driven market review rather than live data retrieval.
1market-analyze
Assess trend, regime, and risk state for one A-share symbol. Use when user wants current market interpretation from the normalized snapshot without action sizing, execution planning, or thesis narration.
1stock-data
Assemble a reusable one-symbol research snapshot across quote, levels, indicators, and fail-open fundamentals. Use when user wants a structured stage-2 to stage-4 research packet without a final thesis memo or action recommendation.
1