Help us improve
Share bugs, ideas, or general feedback.
From experiment-planning-suite
用于 P4 判断实验计划可实施性、预计论文级别、low-confidence 风险、失败后贡献重定位和最低补救方案。不用于拒稿信预演。
npx claudepluginhub kkunkunya/experiment-planning-suite --plugin experiment-planning-suiteHow this skill is triggered — by the user, by Claude, or both
Slash command
/experiment-planning-suite:feasibility-salvage-gateThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
本 skill 是 P4 的策略门。它判断当前计划能不能做、能支撑什么论文级别、哪里低置信,以及失败后怎样换论文策略。
Creates p5.js generative art with seeded randomness, noise fields, and interactive parameter exploration. Use for algorithmic art, flow fields, or particle systems.
Share bugs, ideas, or general feedback.
本 skill 是 P4 的策略门。它判断当前计划能不能做、能支撑什么论文级别、哪里低置信,以及失败后怎样换论文策略。
/feasibility-salvage-gate(
snapshot,
experiment_matrix,
baseline_ablation_plan,
figure_table_plan,
target_level?,
output_root = knowledge/experiment-plan/
) -> feasibility_salvage_plan
按维度打标:
| Dimension | Question |
|---|---|
| data | 数据、案例、工况、截图是否可获取? |
| code/environment | 代码、工具、仿真、平台是否能跑? |
| baseline | 最低 baseline 和强 baseline 是否可实现? |
| metric | 指标是否可自动或半自动判定? |
| figure/table | 图表数据能否产出? |
| time/resource | 当前资源是否够做 must-have 实验? |
| paper_level | 证据链是否匹配目标级别? |
输出:
current_support_level: <band>
target_level: <band or unknown>
confidence: high|medium|low
blocking_gaps: [...]
upgrade_path: [...]
minimum_salvage_path: [...]
low-confidence 不是失败;它必须附带最低补救方案。
优先从论文策略上补救:
Write artifact expectations to:
knowledge/experiment-plan/machine/experiment-artifacts.schema.json
This schema should tell harness agents how to recognize results, plots, screenshots, metric files, and verifier outputs.
Write or update:
knowledge/experiment-plan/feasibility-salvage-plan.md
knowledge/experiment-plan/machine/experiment-artifacts.schema.json
Do not make rejection-letter simulation the core framing. The gate can mention likely reviewer concerns only when they directly map to evidence gaps, but the main frame is contribution repositioning and feasibility.
plugins/experiment-planning-suite/skills/feasibility-salvage-gate/,bump plugin 版本,刷新 marketplace/cache。