AI Agent Hub
Back to skills
🎓

Math Modeling Full-Process Expert

Education Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Follow https://skillhub.cn/install/skillhub.md to install @user_0210c829/mathmodel-workflow-v3.

About this skill

Problem

Math modeling competitions often stall because analysis, coding, writing, and typesetting are handled separately. Subproblems are split inconsistently, assumptions are under-checked, results and abstracts diverge, and final papers fail with placeholders, broken image paths, or template compile errors. mathmodel-workflow-v3 turns this chain into a staged, verifiable workflow.

Workflow and Core Capabilities

It advances through plan.md and todo.md in four stages:
- Analysis and modeling: uses only explicitly numbered top-level subproblems, checks assumption sensitivity, and writes ANALYSIS_MODELING_REPORT.md.
- Coding and figures: runs Python experiments, keeps code/, results/, and figures/, and produces RESULTS_REPORT.md.
- Paper writing: supports Typst and LaTeX templates for national, Huawei, Huazhong, and MCM-style competitions; figures must come from results/ and figures/.
- Verification gate: checks entry files, section completeness, placeholders, leaked internal paths, image paths, and numeric consistency, then writes VERIFY_REPORT.md.

Boundaries

It is aimed at competition-paper delivery and does not cover DrawIO diagrams, Typst syntax tutoring, Docker, or backend deployment. For stochastic algorithms, time-series forecasting, and integer optimization, it emphasizes fixed seeds, chronological splits, constraint back-substitution, and feasibility checks after rounding.

Use Cases

  • Students preparing a CUMCM or MCM entry need to split problem text into subproblems, draft assumptions, and write a modeling report.
  • A team with experiment results needs to insert results and figures into a Typst paper and compile a submission-ready draft.
  • Before submission, a group needs to check placeholders, image paths, missing sections, and numeric consistency for a verification report.
  • Students writing with Huawei or Huazhong competition templates need to organize the abstract, model, solution, and conclusion sections.

Best For

  • Math modeling competitors entering CUMCM or MCM who need a fixed workflow for analysis, modeling, writing, and verification.
  • Modeling teams implementing Python models and organizing charts who need reproducible results.
  • Students typesetting Chinese competition papers in Typst or LaTeX and avoiding compile errors.
  • Competition teams checking hard errors and text-quality gates before submission.