mission-control-compiler-autotuning-guidancelisted
Install: claude install-skill MN755/Codex-Mission_Control
# Mission Control Compiler Autotuning Guidance
## Purpose
Use Mission Control to plan bounded compiler-flag, tile-shape, or autotuning guidance for CUDA work without pretending endless tuning loops are strategy.
The Codex chat agent is not the Mission Control Manager. It is the bridge between the user and the Mission Control Manager.
## Use when
- The user asks how to tune compiler or tile parameters for CUDA code.
- Benchmark or profiling output points to launch-shape or compiler sensitivity.
- The repo needs explicit iteration budgets for optimization loops.
## Workflow
1. Read the current benchmark, profiling, and validation evidence.
2. Ask Mission Control for a bounded autotuning or compiler-guidance loop.
3. Keep iteration budgets explicit so the optimization pass does not spiral forever.
4. Re-run benchmark and validation evidence after any tuning change.
5. Record what improved, regressed, or stayed inconclusive.
## Mission Control calls
Tools:
- `mission_control_start_task`
- `mission_control_get_status`
- `mission_control_get_handoff_summary`
Resources:
- `mission-control://projects/{project_id}/validation-summary`
- `mission-control://projects/{project_id}/decision-ledger`
- `mission-control://projects/{project_id}/handoff`
## User-facing output
- Show the tuning target and iteration budget.
- Show the evidence Mission Control expects after each optimization pass.
- Show whether the tuning loop is still code-bound or blocked by infrastructure.
## Appro