orchestrator
Experiment-planning-suite 主入口。用于 P4 实验规划、实验矩阵、图表证据链、做一半能不能发、怎么交给 req 拆实验任务时路由。不用于真正跑实验(交给 req-suite 执行)。
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Experiment-planning-suite 主入口。用于 P4 实验规划、实验矩阵、图表证据链、做一半能不能发、怎么交给 req 拆实验任务时路由。不用于真正跑实验(交给 req-suite 执行)。
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
用于 P4 设计最低可交付 baseline、投稿级强 baseline、消融实验、指标阈值和 stop condition。不用于真正运行实验。
用于把论文贡献主张映射成实验矩阵、指标、成功判定、失败动作和机器 verifier 契约。不用于 baseline 细化或图表设计。
用于 P4 判断实验计划可实施性、预计论文级别、low-confidence 风险、失败后贡献重定位和最低补救方案。不用于拒稿信预演。
用于 P4 设计论文图、表、截图/系统演示证据,绑定 claim、章节位置、caption 和数据字段 schema。不用于实际画图。
用于把 knowledge/experiment-plan/ 的 P4 实验规划转成 req-suite 下一棒 prompt,要求拆 TASK-EXP-* 并绑定 verifier。不用于亲自创建任务文件。
用于 P4 实验规划前先读项目材料,生成研究主张快照、资源边界、预计论文级别和 low-confidence 缺口。不用于拆 req 任务。
| name | orchestrator |
| description | Experiment-planning-suite 主入口。用于 P4 实验规划、实验矩阵、图表证据链、做一半能不能发、怎么交给 req 拆实验任务时路由。不用于真正跑实验(交给 req-suite 执行)。 |
本 skill 是 experiment-planning-suite 的 P4 workflow conductor。它要先读项目已有材料,判断入口模式,再按参考工作流程组织子 skill。它不直接跑实验、不创建 TASK-EXP-*,也不把机器判定契约塞进人读报告正文。
/experiment-planning-orchestrator(
project_root?,
materials?,
target_level?,
route_mode?: idea-only|topic-ready|benchmark-driven|halfway-salvage|auto,
output_root = knowledge/experiment-plan/
) -> experiment_planning_package
先参考 ../../references/workflow-profile.md,但 workflow 本身以本节为准。
0. Scope project and output root
1. Scan existing materials
2. Route mode
3. research-claim-snapshot
4. evidence-chain-planner
5. baseline-ablation-designer
6. figure-table-planner
7. feasibility-salvage-gate
8. req-experiment-handoff
默认在当前项目根写:
knowledge/experiment-plan/
如果当前目录不是用户项目,先用用户给的路径或最近的项目根。规划资产不能混进 knowledge/tasks/;执行任务交给后续 req-suite。
先读项目已有材料,再问缺口。优先级:
knowledge/experiment-plan/ 已有草案或历史规划。knowledge/project-specs/、knowledge/TASKS.md、knowledge/tasks/ 中的研究目标和边界。knowledge/paper-positioning/、P2/P3 标杆拆解、topic、storyline、fit 结果。knowledge/literature/、references.md、文献综述和目标期刊信息。results/、experiments/、logs/、screenshots/、代码 README、现有图表。不要把缺失的 P2/P3 当作立即阻塞;先标 unknown 或 low-confidence,再给最低补救方案。
| Signal | Mode | Next posture |
|---|---|---|
| 只有方向和大概方法 | idea-only | 先生成 research claim snapshot,约束最小可验证贡献。 |
| 有研究问题/创新点 | topic-ready | 直接构建 claim-evidence map 和 experiment matrix。 |
| 有标杆实验模板 | benchmark-driven | 迁移标杆实验模块,分出必做/可选/投稿增强。 |
| 已有结果或做一半 | halfway-salvage | 先判断现有证据能支撑什么级别,再做补救规划。 |
调用 experiment-planning-suite:research-claim-snapshot。输出:
research-claim-snapshot.mdpaper-level-assessment.md必须包含当前计划预计支撑的论文级别:
coursework | bachelor-thesis | master-thesis | cn-general | cn-core | sci-low | sci-mid | sci-high
调用 experiment-planning-suite:evidence-chain-planner。输出:
claim-evidence-map.mdexperiment-matrix.mdmachine/verifier-contracts.yaml每条 claim 必须绑定实验、指标、成功/失败判定和失败动作。
调用 experiment-planning-suite:baseline-ablation-designer。输出:
baseline-ablation-plan.mdmachine/stop-conditions.yaml必须区分:
调用 experiment-planning-suite:figure-table-planner。输出:
figure-table-plan.mddata-schema/metrics-table.schema.mddata-schema/figure-data-fields.mddata-schema/screenshot-evidence-schema.md每张图/表/截图必须写清:结构、数据字段、caption、论文位置、证明哪一句 claim。
调用 experiment-planning-suite:feasibility-salvage-gate。输出:
feasibility-salvage-plan.mdmachine/experiment-artifacts.schema.json如果证据弱,输出 low-confidence 加最低补救方案。补救方向优先是论文策略:收窄场景、换指标、换贡献角度、补关键资源,而不是无止境调参。
调用 experiment-planning-suite:req-experiment-handoff。输出:
req-handoff.md该文件必须包含可复制给 req-suite 的下一棒 prompt,用于生成 TASK-EXP-*。
route_mode: <idea-only|topic-ready|benchmark-driven|halfway-salvage>
output_root: knowledge/experiment-plan/
current_support_level: <paper-level-band>
confidence: high|medium|low
written_files: <expected file list or existing file list>
next_skill: experiment-planning-suite:<child-skill>
req_ready: yes|no|partial
paper-positioning-suite。literature-review-suite。req-suite。academic-figure-suite:orchestra,本 plugin 只规划图表。plugins/experiment-planning-suite/skills/orchestrator/,bump plugin 版本,刷新 marketplace/cache。README.md、.claude-plugin/plugin.json、.codex-plugin/plugin.json、plugins/registry.json 和任何引用 experiment-planning-suite:orchestrator 的 prompt-core 路由。