What problem does it solve?
This skill turns an experiment outline and raw experiment notes into publication-ready plots and conceptual diagrams with consistent styling, verified layouts, and captions you can directly place into a paper.
Core Features & Use Cases
- Figure execution from an outline: Reads
workspace/outline.json plotting instructions (per figure_id) and generates one high-resolution PNG per figure entry.
- Data-grounded rendering: Extracts plot values from
workspace/inputs/experimental_log.md (numeric tables) or workspace/inputs/idea.md (conceptual entities) without inventing unplotted trends.
- Caption generation pipeline: Produces
workspace/figures/captions.json using a strict caption prompt so the figure captions are plain text and publication compliant.
- Optional VLM critique loop: If your host supports vision, iteratively refines the rendered image up to 3 critique iterations based on the figure objective.
Quick Start
Ask the AI to generate the figures for your paper using workspace/outline.json, workspace/inputs/experimental_log.md, and workspace/inputs/idea.md, producing PNGs in workspace/figures/ plus workspace/figures/captions.json.