# Strategy Spec Split Plan `spec/04_strategy_rules.yaml` is now a compatibility index. The canonical strategy rules are the split files in this directory. Canonical split files: - `sector_model.yaml`: sector score, grade alias, CSCS - `entry_core.yaml`: regime entry policy, minimalist gate, expected edge - `leader_scan.yaml`: daily leader scan, anti-climax gate - `staged_entry.yaml`: staged entry v2, pullback reentry - `discovery.yaml`: anti-late-trade rule and discovery workflow - `entry_gates.yaml`: compatibility index only - `stock_model.yaml`: stock model and satellite classification rules - `rebalancing_trigger.yaml`: rebalancing trigger rules Migration rule: - Do not duplicate thresholds without `canonical_ref`. - Keep old paths valid through `spec/04_strategy_rules.yaml.legacy_path_aliases`. - `spec/09_decision_flow.yaml` controls execution order; strategy split files only define domain logic.