What problem does it solve?
This Skill helps automate the critical review of trading strategy drafts to identify issues related to plausibility, overfitting risk, sample size, and execution realism, enabling a quality gate before deploying to a production environment.
Core Features & Use Cases
- Strategy Draft Review: Analyzes draft trading strategies against eight specific criteria for plausibility, overfitting, sample size, regime dependency, exit calibration, risk concentration, execution realism, and invalidation quality.
- Output Verdict: Provides a PASS, REVISE, or REJECT verdict along with a confidence score for each review.
- Use Case: Use this Skill after a strategy has been designed by another system or team member to automatically check for common errors and ensure the strategy is ready for further stages in the trading pipeline.
Quick Start
Run the review_strategy_drafts.py script to review all strategy drafts in the directory 'reports/edge_strategy_drafts/' and output the results to 'reports/'.