بنقرة واحدة
model-refine-pipeline
端到端工作流:串联 model-refine 和 solve-plan。当用户需要从粗略建模思路到聚焦的最终方案+详细求解路线图,或说"串起来"、"端到端"时使用。
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
端到端工作流:串联 model-refine 和 solve-plan。当用户需要从粗略建模思路到聚焦的最终方案+详细求解路线图,或说"串起来"、"端到端"时使用。
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
数据清洗、EDA、缺失值处理、异常值检测、相关性分析。触发词: 数据预处理、数据清洗、EDA、缺失值、异常值、data preprocessing、数据探索。
模型验证:交叉验证、留出法、残差分析、与已知解对比、假设检验。触发词: 模型验证、交叉验证、残差分析、model validation、留出法、误差分析、假设检验。
多子问题拆解与依赖分析。触发词: 子问题拆解、拆题、problem decomposition、依赖关系、求解顺序、时间分配、并行安排。
灵敏度分析:参数扰动、单因素/多因素分析、Monte Carlo 模拟、龙卷风图/蛛网图。触发词: 灵敏度分析、参数敏感性、sensitivity analysis、Monte Carlo、鲁棒性测试、参数扰动。
自动多轮评审优化循环。通过 Codex MCP 反复评审→修改→重新评审,直到达标或达到最大轮数。当用户说'自动优化循环'、'auto optimize'、'评审到通过'时使用。
Autonomously improve a generated paper via GPT-5.4 xhigh review → implement fixes → recompile, for 2 rounds. Use when user says "改论文", "improve paper", "论文润色循环", "auto improve", or wants to iteratively polish a generated paper.
| name | model-refine-pipeline |
| description | 端到端工作流:串联 model-refine 和 solve-plan。当用户需要从粗略建模思路到聚焦的最终方案+详细求解路线图,或说"串起来"、"端到端"时使用。 |
| allowed-tools | Bash(*), Read, Write, Edit, Grep, Glob, WebSearch, WebFetch, Agent, mcp__codex__codex, mcp__codex__codex-reply |
Refine and concretize: $ARGUMENTS
Use this skill when the user does not want to stop at a refined method. The goal is to produce a coherent package that includes:
This skill composes two existing workflows:
model-refine for method refinementsolve-plan for claim-driven validation planningFor stage-specific detail, read these sibling skills only when needed:
../model-refine/SKILL.md../solve-plan/SKILL.mdDo not plan a large experiment suite on top of an unstable method. First stabilize the thesis. Then turn the stable thesis into experiments.
refine-logs/FINAL_PROPOSAL.mdrefine-logs/REVIEW_SUMMARY.mdrefine-logs/REFINEMENT_REPORT.mdrefine-logs/SOLVE_PLAN.mdrefine-logs/SOLVE_TRACKER.mdrefine-logs/PIPELINE_SUMMARY.mdrefine-logs/FINAL_PROPOSAL.md already exists and still matches the current request.model-refine stage.model-refine rather than planning experiments for the wrong method.Run the model-refine workflow and keep its V3 philosophy intact:
Exit this stage only when these are explicit:
If the verdict is still REVISE, continue into 求解计划ning only if the remaining weaknesses are clearly documented.
Before the experiment stage, write a short gate check:
If these answers are not crisp, tighten the final proposal first.
Run the solve-plan workflow grounded in:
refine-logs/FINAL_PROPOSAL.mdrefine-logs/REVIEW_SUMMARY.mdrefine-logs/REFINEMENT_REPORT.mdEnsure the 求解计划 covers:
Write refine-logs/PIPELINE_SUMMARY.md:
# Pipeline Summary
**Problem**: [problem]
**Final Method Thesis**: [one sentence]
**Final Verdict**: [READY / REVISE / RETHINK]
**Date**: [today]
## Final Deliverables
- Proposal: `refine-logs/FINAL_PROPOSAL.md`
- Review summary: `refine-logs/REVIEW_SUMMARY.md`
- Experiment plan: `refine-logs/SOLVE_PLAN.md`
- Experiment tracker: `refine-logs/SOLVE_TRACKER.md`
## Contribution Snapshot
- Dominant contribution:
- Optional supporting contribution:
- Explicitly rejected complexity:
## Must-Prove Claims
- [Claim 1]
- [Claim 2]
## First Runs to Launch
1. [Run]
2. [Run]
3. [Run]
## Main Risks
- [Risk]:
- [Mitigation]:
## Next Action
- Proceed to `/run-solver`
Pipeline complete.
Method output:
- refine-logs/FINAL_PROPOSAL.md
Experiment output:
- refine-logs/SOLVE_PLAN.md
- refine-logs/SOLVE_TRACKER.md
Pipeline summary:
- refine-logs/PIPELINE_SUMMARY.md
Best next step:
- /run-solver
Large file handling: If the Write tool fails due to file size, immediately retry using Bash (cat << 'EOF' > file) to write in chunks. Do NOT ask the user for permission — just do it silently.
Do not let the 求解计划 override the Problem Anchor.
Do not widen the paper story after method refinement unless a missing validation block is truly necessary.
Reuse the same claims across FINAL_PROPOSAL.md, SOLVE_PLAN.md, and PIPELINE_SUMMARY.md.
Keep the main paper story compact.
If the method is intentionally simple, defend that simplicity in the 求解计划 rather than adding new components.
If the method uses a modern LLM / VLM / Diffusion / RL primitive, make its necessity test explicit.
If the method does not need a frontier primitive, say that clearly and avoid forcing one.
Prefer the staged skills when the user only needs one stage; use this skill for the integrated flow.
/model-refine-pipeline -> one-shot method + 求解计划ning
/model-refine -> method refinement only
/solve-plan -> 求解计划ning only
/run-solver -> execution