Figure Standardization
Don't ask permission. Just do it.
Use this skill to turn one-off Scientify charts into release-ready figures.
Do not run new experiments here. Work from existing results, plotting scripts, and figure bundles. If the source data is missing or inconsistent, report that explicitly instead of smoothing it over.
Required Outputs
- Updated plotting script(s) or a shared style helper
- Regenerated
.pngand.pdffiles when the pipeline supports both - A figure spec file:
- prefer
reports/figures/figure_spec.md - otherwise
project/figures/figure_spec.md
- prefer
paper/figures_manifest.mdwhen the figure family is paper-facing or apaper/workspace already exists
Workflow
Step 1: Inspect Inputs
Read:
- existing figures
- the generator script(s)
- the result tables / JSON / Markdown that feed the figures
- any surrounding README or release notes that explain the figure family
Prefer improving an existing generator over creating a second one-off script.
Step 2: Standardize the Figure Family
Normalize the full family, not just one chart:
- font family and title hierarchy
- semantic color mapping
- axis labels and units
- legend order and naming
- decimal precision and tick formatting
- line widths / marker sizes
- caption structure
- protocol note wording
- callout wording
- paper placement intent
Use:
references/figure-style-guide.mdreferences/caption-template.mdreferences/figure-placement-template.md
Step 3: Write the Figure Spec
Create or update figure_spec.md with one section per figure:
- figure filename
- source files
- metrics shown
- baseline or comparison family
- quality guard / evaluation constraint
- simulator/runtime note
- intended takeaway
If the figure is used in a paper or paper-facing report, also create or update the matching entry in paper/figures_manifest.md with:
figure_idfile_pathlatex_labelsectionplacement_hintcaption_shortcaption_longtakeaway_sentencecallout_sentencebaselineevidence_typesource_metricssource_filessupports_claim_idsmust_appear_before_claim_ids
Keep figure_spec.md and paper/figures_manifest.md aligned. The spec is the release-facing summary; the manifest is the paper-facing contract.
Step 4: Re-render and Verify
Re-render the figures after script updates.
Keep filenames stable unless the user explicitly asked for a new release bundle.
Figure Rules
- Keep metric semantics identical across a figure family.
- Always show units explicitly.
- If a result comes from simulator or proxy evaluation, state that in the caption or protocol note.
- Do not hide failing or quality-guard-breaking baselines; mark them clearly.
- Do not change the scientific claim. This skill improves packaging, not evidence.
- If a figure is paper-facing, produce both a long caption and a first-use callout sentence.
- If a figure supports a claim, the manifest must name that claim in
supports_claim_ids.