What problem does it solve?
Exploratory notebooks and analytical dashboards often grow without structure, producing figures without stated questions, poorly chosen visualizations, and dashboards with caching defects or unvalidated responsiveness. This Skill supplies the editorial and validation conventions that generic notebook and browser tooling does not carry.
Core Features & Use Cases
- EDA Notebook Authoring: Enforces a 13-section sequence from analysis question through insights, with visualization selection thresholds (sampling above ~50k points, fixed correlation scales, colourblind-safe palettes) and completeness criteria.
- Dashboard Authoring and Validation: Defines a default component set, caching rules distinguishing serializable data from global resources, explicit session-state handling, and validation across navigation, interaction, data integrity, and responsiveness budgets.
- Use Case: A data scientist receives a new dataset and an analysis question. Use this Skill to compose an EDA notebook where every figure answers a stated question, dense data is sampled deliberately, and the notebook runs end-to-end, then build a dashboard validated against load and interaction latency budgets.
Quick Start
Use the analysis-authoring conventions to compose an exploratory notebook for this dataset, following the section sequence and visualization selection rules.