analysis-authoring
Installation
SKILL.md
Analysis Authoring Conventions
Goal
Produce exploratory notebooks and analytical dashboards whose structure, visualization choices, and scale handling are deliberate rather than incidental. This skill supplies the editorial judgment that generic file, notebook, terminal, and browser tooling does not carry.
Flow
- Confirm the analysis question, the datasets in scope, and the deliverable shape: notebook, dashboard, or both.
- Read the available profile and objectives artifacts rather than re-deriving column semantics.
data-catalogowns the profile contract and semantic roles. - Select the deliverable's section sequence from the matching reference, including only the conditional sections the data supports.
- Choose each visualization from its analytical goal, applying the scale thresholds rather than plotting whole datasets by default.
- Record interpretation next to each figure so a reader learns what the figure answers, not only what it shows.
- Validate the deliverable against its completeness expectations, and for dashboards apply the responsiveness budgets as project-adjustable defaults.