From experiment-planning-suite
用于 P4 设计论文图、表、截图/系统演示证据,绑定 claim、章节位置、caption 和数据字段 schema。不用于实际画图。
How this skill is triggered — by the user, by Claude, or both
Slash command
/experiment-planning-suite:figure-table-plannerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
本 skill 负责把实验矩阵转成论文可用的图、表、截图和数据 schema。每个视觉证据必须绑定一条论文主张,不允许为了凑图而设计图。
本 skill 负责把实验矩阵转成论文可用的图、表、截图和数据 schema。每个视觉证据必须绑定一条论文主张,不允许为了凑图而设计图。
/figure-table-planner(
claim_evidence_map,
experiment_matrix,
paper_type?,
output_root = knowledge/experiment-plan/
) -> figure_table_plan
根据项目类型选择证据:
academic-figure-suite:orchestra.每个 figure/table/screenshot 必须写:
| Field | Requirement |
|---|---|
| evidence_id | FIG-001 / TAB-001 / SCR-001 |
| linked_claim | Which claim it proves |
| paper_location | Method / Experiments / Results / Discussion / Appendix |
| structure | Axes, columns, panels, screenshot sequence, or layout |
| data_fields | Required fields and data source |
| caption_draft | Caption that can stand alone |
| success_message | What the reader should conclude |
| failure_message | What it means if data does not show the expected pattern |
Write schema notes for downstream agents:
knowledge/experiment-plan/data-schema/metrics-table.schema.md
knowledge/experiment-plan/data-schema/figure-data-fields.md
knowledge/experiment-plan/data-schema/screenshot-evidence-schema.md
Schema should be readable by humans and specific enough for req/code agents to generate tables and plots.
If a chart cannot actually prove the linked claim, mark it:
evidence_status: illustrative_only
claim_support: weak
required_fix: <extra metric/table/experiment>
Illustrative evidence may remain in the paper, but cannot be counted as core proof.
Write or update:
knowledge/experiment-plan/figure-table-plan.md
knowledge/experiment-plan/data-schema/metrics-table.schema.md
knowledge/experiment-plan/data-schema/figure-data-fields.md
knowledge/experiment-plan/data-schema/screenshot-evidence-schema.md
plugins/experiment-planning-suite/skills/figure-table-planner/,bump plugin 版本,刷新 marketplace/cache。academic-figure-suite:orchestra 的引用。Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub kkunkunya/experiment-planning-suite --plugin experiment-planning-suite