ワンクリックで
mm-data-experiment
数学建模竞赛 V2 实验与可视化阶段。用于根据已确认建模路线编写可复现代码,执行 EDA、各子问题、敏感性分析,生成结果表、图表和 RESULTS_MANIFEST.json。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
数学建模竞赛 V2 实验与可视化阶段。用于根据已确认建模路线编写可复现代码,执行 EDA、各子问题、敏感性分析,生成结果表、图表和 RESULTS_MANIFEST.json。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
环境检查与安装向导。检查 MathModelAgent V2.6 工作流所需依赖是否已安装,对缺失项提供安装命令,并在用户确认后执行安装。手动触发。
数学建模竞赛 V2.6 高分论文对标评审阶段。用于按高分论文标准审查模型、实验、图表、论文结构、结论追踪和可提交性,并给出修改清单。
Mathematical modeling contest V2.6 revision loop. Use after mm-contest-review when PAPER_SCORECARD or REVISION_ACTIONS contains BLOCKER, HIGH, MEDIUM, weak-claim, figure-audit, or method-implementation issues that must be repaired before final verification.
数学建模竞赛 V2.6 最终验收阶段。用于检查完整产物、图表插入、结果追踪、论文编译、代码可复现、高分论文评分和提交就绪状态。
数学建模竞赛 V2.6 总控入口。用于启动高分论文对标的 Skill + Codex 子代理混合工作流,创建持久化上下文、调度题面拆解、建模评审、代码实验、图表、论文写作和最终验收。
共享规范知识库。包含 V2.6 流程契约、Codex 子代理协议、评分标准、图表标准、本地 RAG 使用契约、题型路由、模型卡和评审协议等参考内容。其他 skills 在执行过程中按需读取;不要单独触发本 skill。
| name | mm-data-experiment |
| description | 数学建模竞赛 V2 实验与可视化阶段。用于根据已确认建模路线编写可复现代码,执行 EDA、各子问题、敏感性分析,生成结果表、图表和 RESULTS_MANIFEST.json。 |
| allowed-tools | Bash(*), Read, Write, Edit, Grep, Glob, Agent, WebSearch, WebFetch |
文件关系全貌请见 [[FILE_RELATIONSHIP_MAP]] · 上游: [[skills/mm-model-strategy/SKILL|Phase 2 Strategy]] · 下游: [[skills/mm-paper-build/SKILL|Phase 4 Paper]] · 共享规范: [[skills/_references/SKILL|_references]]
Read:
../_references/v2_pipeline_contract.md../_references/codex_subagent_protocol.md../_references/rag_usage_contract.md../_references/source_quality_policy.md../_references/executable_model_templates.md../_references/figure_evidence_map.md../_references/evaluator_optimizer_protocol.md../_references/figure_quality_standard.md../_references/nature_figure_integration_guide.md when optional nature-figure scientific plotting integration is available../_references/ars_v2_integration_guide.md when optional ARS visualization audit is availableRequire:
PROBLEM_BRIEF.mdDATA_AUDIT.mdreports/MODELING_DECISION.mdreports/ANALYSIS_MODELING_REPORT.mdreports/ANALYSIS_GATE.mdreports/HUMAN_MODEL_REVIEW.mdDo not proceed if the human modeling review is missing.
code/code/outputs/figures/reports/EXPERIMENT_LOG.mdreports/TEMPLATE_ADAPTATION_LOG.md when any code_templates hit is usedreports/REFINEMENT_LOG.mdreports/RESULTS_REPORT.mdreports/FIGURE_PLAN.mdreports/FIGURE_AUDIT.mdreports/REVISION_ACTIONS.md when figure failures require repair trackingresults/RESULTS_MANIFEST.jsonWORKFLOW_STATE.mdFollow this order:
eda -> ques1 -> ques2 -> ... -> sensitivity_analysis
For each step:
code_templates and figure_templates for implementation skeletons, validation patterns, and figure/caption standards. Treat code_templates as B auxiliary sources under ../_references/source_quality_policy.md; they provide structure only, not core evidence.
1a. If any code_templates hit is used, write or update reports/TEMPLATE_ADAPTATION_LOG.md with template source, current data field mapping, template variables replaced, metrics kept, metrics deleted, why the template applies, residual template variable/path/figure names, and status. Code must not retain template field names, template data paths, or template figure names unless they truly exist in the current problem data.
1b. Convert the accepted route's executable template from ../_references/executable_model_templates.md into concrete code tasks, result tables, validation metrics, and sensitivity outputs.plan.md or the implementation language. If no backend is clear and nature-figure is needed for a publication figure, stop before rendering and ask Python or R?.nature-figure is available, run or replicate ../_references/scripts/resolve_nature_figure.py --workspace <contest-workspace> before drawing core paper figures. Record the resolver result in reports/AGENT_RUNS.md.nature-figure is enabled, load its manifest, core contract, stance, and exactly one backend fragment through ../_references/nature_figure_integration_guide.md; generate data figures only with the selected Python scientific plotting backend or R/ggplot2 backend.Pillow as the backend for core data figures such as heatmaps, bar charts, scatter plots, matrices, distributions, model diagnostics, or quantitative panels. Pillow is allowed only for non-data process diagrams or raster annotations.reports/RESULTS_REPORT.md.
12a. Run the RESULTS_REPORT.md + FIGURE_PLAN.md evaluator-optimizer loop from ../_references/evaluator_optimizer_protocol.md for at most 2 rounds. Each core result must have data, metric, validation, table/figure evidence, and evidence-map binding. Record the loop in reports/REFINEMENT_LOG.md.visualization-reviewer to check figure usefulness and record the review.For complex data cleaning, modeling code, or repeated figure generation, use experiment-coder or the installed mathmodel-experiment-coder custom agent. Its write scope is limited to code/, code/outputs/, figures/, results/, reports/EXPERIMENT_LOG.md, reports/RESULTS_REPORT.md, and reports/FIGURE_PLAN.md.
Record both native and simulated subagent runs in reports/AGENT_RUNS.md using the fields from ../_references/codex_subagent_protocol.md.
results/RESULTS_MANIFEST.json must contain:
{
"metrics": [],
"tables": [],
"figures": [],
"scripts": []
}
Metric entries require id, problem, value, unit, source_file, script, and description.
Figure entries require id, path, problem, source_data, script, intended_section, caption, and supports_claim.
Core figure entries should also record the evidence-map archetype from ../_references/figure_evidence_map.md when feasible:
{
"evidence_map_entry": "predicted_vs_actual",
"required_metrics": ["MAE", "RMSE", "MAPE"],
"claim_id": "C1"
}
When nature-figure is enabled for a core paper figure, figure entries also require backend, contract_id, export_bundle, and audit_status:
{
"id": "f1",
"path": "figures/f1.svg",
"backend": "Python",
"contract_id": "F1",
"export_bundle": {
"svg": "figures/f1.svg",
"pdf": "figures/f1.pdf",
"preview": "figures/f1.png"
},
"audit_status": "pending"
}
Keep path for backward compatibility; use export_bundle to make SVG/PDF/preview traceable.
Table entries require id, path, problem, source_data, script, intended_section, and caption.
Generate paper-ready figures, not only debug screenshots. Prefer PDF/SVG for vector plots and PNG only when raster is necessary. Every core figure must bind to a claim and a figure_evidence_map.md entry in reports/FIGURE_PLAN.md.
Each core subproblem should have at least one of:
4drawio or equivalent non-data figureBefore accepting a generated figure as paper-ready, check against ../_references/figure_quality_standard.md:
When nature-figure is enabled, also require:
reports/FIGURE_PLAN.mdRESULTS_MANIFEST.jsonPillow backend for core data figuresWrite reports/FIGURE_AUDIT.md with the V2.3 extended columns whenever Nature rules are enabled:
| Figure | Inserted | Opens | Readable Text | Labels/Units | Backend Match | Vector Export | Source Data Trace | Stats/Legend | Caption Supports Claim | Status | Required Fix |
| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
If any core paper figure is PNG-only, lacks SVG/PDF export, lacks source data, lacks a selected-backend script, or uses Pillow for a data figure, create a HIGH or BLOCKER item in reports/REVISION_ACTIONS.md before leaving this stage.
For complex or high-value figures, optionally load <ARS_ROOT>/academic-paper/agents/visualization_agent.md as a role prompt. Use only for figure critique and improvement suggestions. Summarize failures into reports/FIGURE_AUDIT.md; convert actionable FAIL items into reports/REVISION_ACTIONS.md.
If a script fails, record the error in reports/EXPERIMENT_LOG.md, repair the cause, and rerun. Do not silently skip failed sections.