원클릭으로
dataviz-orchestrator
Orchestrate dataset-to-visual-story work: plan analysis, run it, choose visuals, style, critique, and iterate.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Orchestrate dataset-to-visual-story work: plan analysis, run it, choose visuals, style, critique, and iterate.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Generate fresh, visualisable data questions from raw datasets; reject stale prompts before charting.
Generate fresh, visualisable analysis questions from a raw tabular dataset. Use when Codex is given a CSV/XLSX/Parquet/database extract and asked what to ask, what to explore, what charts to make, what visualisation workshop prompts to use, or what data stories might be interesting; especially for Karthik-style exploratory analysis where obvious/stale questions should be filtered out before charting.
End-to-end analytical data visualization workflow for Karthik. Use when the user points Codex to a dataset and gives a loose exploratory question, possible hypothesis, story idea, or desired audience, and wants Codex to plan the analysis, run the analysis, find the defensible story, choose the best visual representation, make chart outputs in Karthik's design aesthetic, critique the result, and iterate until the visual story is good enough to use.
Choose charts for data stories, including S-curves, knee-bends, inflections, local peaks, and misleading/decorative forms.
Choose the right visualization for a dataset plus analytical question, hypothesis, data story, or management problem. Use when recommending, designing, critiquing, or implementing chart choices before plotting; especially for Karthik-style explanatory analytics, Mint-style data stories, time-series shape annotation (knee-bends, inflection points, local maxima/minima, temporary peaks), S-curves/adoption/diffusion patterns, Babbage/management decks, election/sports/payment/geography/risk visuals, or choosing between lines, bars, scatter, maps, distributions, small multiples, scorecards, waterfalls, and tables.
Turn data questions into Karthik-style analysis contracts with definitions, denominators, comparisons, metrics, caveats, and falsifiers.
| name | dataviz-orchestrator |
| description | Orchestrate dataset-to-visual-story work: plan analysis, run it, choose visuals, style, critique, and iterate. |
Own the full loop from loose question to usable visual story:
dataset + loose question + audience
→ analysis contract
→ data profiling and analysis
→ facts table
→ story candidates
→ visual choice
→ chart implementation
→ rendered-output critique
→ iteration
→ final chart + notes
This skill sits above the existing analysis and dataviz skills. Load/use them at the right stage instead of duplicating their rules.
Use these skills during the workflow when available:
karthik-analysis-planner: turn the loose question into measurable definitions, denominator, grain, comparison, caveats, falsifiers.r-analysis-rules: for R/tidyverse analysis code, notebooks, and pipelines.dataviz-selector: choose chart form, encodings, context layers, and what to avoid.karthik-data-visualization: apply Karthik's visual style and render-inspect-adjust loop.dataviz-critique: critique the rendered chart, not just the code, and propose fixes.babbage-visual-style: only when making Babbage-branded visuals.karthik-powerpoint-style: only when the final artifact is a slide/deck.Identify:
If the user gives no audience, assume: “Karthik exploring first, then possibly public-facing if the story is strong.”
Use karthik-analysis-planner, but keep it compact unless the user asks for a full contract.
Must decide before coding:
Run quick data checks before analysis:
Save or print only the useful profile summary. Avoid noisy dumps.
Build the smallest analysis table that can answer the question. Compute:
For exploratory work, try 2-4 plausible cuts, then choose. Do not produce a gallery unless the user explicitly asks.
From the facts, write 2-3 candidate claims:
Pick one main claim for the first chart. If no claim survives, show the diagnostic result instead.
Use dataviz-selector.
Specify:
Default to simple static visuals: line, sorted bars, scatter, small multiples, distribution, compact table/sparkline, or map only when spatial pattern matters.
Use karthik-data-visualization and repo conventions.
Defaults:
If using R, follow r-analysis-rules: tidyverse-first, %>%, concise notebooks/scripts, no noisy status chatter.
Render the chart to PNG/SVG/PDF as appropriate. Inspect the actual exported image.
Use dataviz-critique on the rendered output:
Iterate until fatal and major issues are fixed. Usually do 1-3 passes; stop when remaining issues are minor or require a different dataset/question.
Keep the final response short. Include:
For a completed run, aim to leave behind:
Do less if the user asked for quick exploration; do more only if they asked for publication/deck-ready output.