get_optimization_plan
Create a prioritized markdown plan that surfaces untested specs, severity-ranked quality issues, and drifted specs to direct next fixes.
Instructions
Three-layer coach output that integrates coverage / quality / drift signals into one prioritized markdown plan. Layer 1 surfaces untested + thin-coverage specs; Layer 2 ranks specs by severity-weighted quality findings; Layer 3 surfaces drifted + stranded specs. Use this when a user asks 'what should we fix next' / 'show me the weekly plan' / 'review the suite'. Toggle layers via include_coverage / include_quality / include_drift booleans (all default true). top_n caps per-layer detail rows (default 10). Returns {specs_total, *_count, *[], markdown}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include_coverage | No | ||
| include_quality | No | ||
| include_drift | No | ||
| top_n | No |