| name | cumcm-modeling-plan |
| description | Create rigorous modeling plans for 2026 CUMCM problems from problem statements, data descriptions, and constraints. Use when decomposing a CUMCM task, selecting candidate models, defining assumptions, metrics, algorithms, validation plans, sensitivity analysis, or contest-time modeling strategy. |
CUMCM Modeling Plan
Use this skill before writing code or prose for a contest problem.
Workflow
- Restate each subproblem as inputs, outputs, constraints, and evaluation criteria.
- Propose 2-3 candidate model families with tradeoffs.
- Select a primary path and a fallback path.
- Specify:
- variables and parameters
- objective or loss function
- required data transformations
- solver or algorithm
- validation and sensitivity tests
- expected figures/tables
- Read
references/checklist.md when producing a full modeling plan.
- Read
references/problem-taxonomy.md before model selection, references/model-family-map.md for candidate methods, and validation/sensitivity references for review design.
- Read
references/examples.md when converting a problem statement or method comparison into an action plan.
Guardrails
- Separate assumptions from conclusions.
- Mark dependencies on unavailable data or ambiguous problem wording.
- Prefer robust, explainable methods over brittle novelty unless the problem rewards it.