
Figure Table Planner
- 42 installs
- 1 repo stars
- Updated July 31, 2026
- jurgendn/agent-skills
Helps with productivity & planning tasks.
About
figure-table-planner is a Claude Code skill for productivity & planning. It helps solo builders move faster with AI-assisted development.
- figure-table-planner
- Productivity & Planning
- AI-coding skill
Figure Table Planner by the numbers
- 42 all-time installs (skills.sh)
- Ranked #1,710 of 3,282 Productivity & Planning skills by installs in the Skillselion catalog
- Data as of Aug 2, 2026 (Skillselion catalog sync)
npx skills add https://github.com/jurgendn/agent-skills --skill figure-table-plannerAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 42 |
|---|---|
| repo stars | ★ 1 |
| Last updated | July 31, 2026 |
| Repository | jurgendn/agent-skills ↗ |
What it does
Helps with productivity & planning tasks.
Files
Figure Table Planner
Figures and tables are the evidence architecture of a paper. A good paper does not ask readers to infer the argument from a pile of plots; it shows the minimum set of artifacts needed to believe the claims.
Use this when
- The user has results and needs to decide how to present them.
- A paper draft has too many tables, redundant figures, or unclear captions.
- The main claim lacks a clear visual/table artifact.
- The user needs to split main-paper vs appendix evidence.
- The user wants to plan ablations, diagnostics, failure examples, or scaling plots.
Do not use this when
- The user needs to decide which experiments to run. Use
experiment-designorhypothesis-and-ablation-planner. - The user needs prose for the Results section. Use
results-writeupafter the evidence layout is clear. - The user needs plotting code implementation details unless they explicitly ask for code.
Workflow
1. List the claims first
Before planning visuals, extract the paper claims:
- main empirical claim
- mechanism/ablation claim
- robustness or generality claim
- efficiency or cost claim
- qualitative/failure-mode claim
- theory or conceptual claim
No figure or table should exist without a claim it supports.
2. Choose the right artifact type
Use the artifact that makes the comparison easiest to judge:
- Table — exact comparisons across methods, datasets, metrics, or ablations.
- Line plot — trends over scale, time, data size, compute, or hyperparameters.
- Bar plot — small categorical comparisons when exact numbers are less important.
- Scatter plot — relationship between two continuous variables.
- Diagram — method structure, pipeline, or conceptual contribution.
- Example grid — qualitative outputs, failure modes, or interpretability cases.
- Appendix table — exhaustive results that support but do not carry the main story.
Prefer tables when readers need exact numbers. Prefer plots when shape or trend is the claim.
3. Design the main-paper evidence set
Aim for a compact sequence:
1. Method or problem diagram if the contribution is structurally hard to understand. 2. Main result table/figure that supports the headline claim. 3. Ablation table/figure that supports the mechanism claim. 4. Robustness or failure analysis that bounds the claim. 5. Efficiency/resource artifact only if efficiency is part of the contribution.
If two artifacts support the same claim in the same way, merge them or move one to appendix.
4. Specify caption jobs
A caption should tell the reader what to look for and what the artifact proves.
Caption checklist:
- names the setup and metric
- states the takeaway
- identifies higher/lower is better where relevant
- defines abbreviations
- mentions uncertainty or number of runs if relevant
- does not claim more than the artifact shows
5. Check statistical and visual hygiene
Look for:
- missing baselines
- inconsistent metrics
- unclear axes or units
- unreadable labels
- absent confidence intervals/standard deviations when variance matters
- cherry-picked examples
- color-only distinctions without labels
- appendix artifacts referenced nowhere in the main text
Output format
# Figure/Table Plan
## Claim-to-artifact map
| Claim | Artifact | Type | Main/appendix | Status |
|---|---|---|---|---|
## Recommended main-paper sequence
## Appendix evidence
## Caption drafts
## Redundant or missing artifacts
## Visual/statistical risksQuality bar
A reader should be able to skim the figures, tables, and captions and recover the paper's argument without reading every paragraph.
{
"skill_name": "figure-table-planner",
"evals": [
{
"id": 1,
"prompt": "We have main accuracy numbers across 6 datasets, an ablation over 4 components, a scaling curve over training data size, and 20 qualitative failures. What should be in the main paper vs appendix, and what should each caption say?",
"expected_output": "A claim-to-artifact map, main-paper sequence, appendix plan, caption drafts, and visual/statistical risks.",
"files": []
},
{
"id": 2,
"prompt": "I can't decide whether my benchmark comparison should be a giant table or several plots. The claim is that our method is better mostly in low-resource settings, not universally. Plan the figures and tables.",
"expected_output": "A figure/table plan that chooses artifact types based on the low-resource claim and avoids overclaiming.",
"files": []
},
{
"id": 3,
"prompt": "Audit this evidence plan: Figure 1 method diagram, Table 1 all benchmark results, Table 2 ablations, Figure 2 t-SNE embeddings, Figure 3 three cherry-picked examples. What should I cut or change?",
"expected_output": "An audit identifying decorative or risky artifacts and recommending a stronger evidence sequence.",
"files": []
}
]
}