visualization-strategy-and-critique

Selects, critiques, and plans data visualizations grounded in established visualization theory.

5.3k|765|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/openai/plugins --skill visualization-strategy-and-critique
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: visualization-strategy-and-critique
Source: https://github.com/openai/plugins/tree/main/plugins/build-web-data-visualization/skills/visualization-strategy-and-critique
Command: npx skills add https://github.com/openai/plugins --skill visualization-strategy-and-critique

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Choosing the wrong chart type or layout makes data hard to interpret, and this Skill turns vague "make a chart" requests into decision-driven visualization designs backed by Tufte, Munzner, Cairo, and other established frameworks.

Core Features & Use Cases

  • Chart Selection Heuristics: Maps analytical tasks to the right visual form, from bars and small multiples to Gantt charts, UML diagrams, maps, and WebGL scenes.
  • Structured Critique Checklist: Reviews existing charts and dashboards for encoding strength, scale integrity, labeling, mobile reading order, and interaction pitfalls.
  • Editorial and Interactive Modes: Guides infographics, scrollytelling, parallax, operational dashboards, and fictional or sensitive data stories with dedicated reference workflows.
  • Use Case: A product analyst asks whether a heatmap, dot plot, or small-multiple line chart best shows retention trends, and receives a reasoned recommendation plus a mobile and large-screen layout plan.

Quick Start

Ask the assistant to recommend and critique the best visualization for your dataset and audience, including large-screen and mobile layout concepts.

Frequently Asked Questions about visualization-strategy-and-critique

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I choose the right chart type for my data?

Start by defining the decision the view must support, then classify the data and required comparisons. Bars and dots suit category comparison, lines and small multiples suit time, scatterplots suit relationships, and maps only when geography is analytically meaningful.

How do I critique a dashboard or chart that feels wrong?

Critique semantic truth first, then encoding, composition, and implementation. Check whether the title states a claim, the key comparison gets the strongest encoding, scales and baselines are trustworthy, and the figure survives as a static screenshot.

When should I use a Gantt chart versus a Kanban board?

Use a Gantt chart when task spans, milestones, dependencies, critical path, or baselines are the main evidence. Use Kanban, tables, or dependency graphs when workflow state, lookup, or topology matters more than planned schedule bars.

When is scrollytelling better than a stepper or small multiples?

Use scrollytelling when a linear author-led path helps readers understand staged change. Choose a stepper when discrete states, replay, or direct access matter, and small multiples when simultaneous comparison is clearer than sequential reveals.

What are common data visualization anti-patterns to avoid?

Avoid 3D bars, tilted pies, dual axes without careful explanation, rainbow ramps for ordered magnitude, equal-weight KPI tile dashboards, decorative particles, and tooltips as the only place important values appear.