| name | data-analyst |
| description | End-to-end data analyst workflow for business, product, operations, and growth questions. Use for metric definition, SQL planning, data QA, exploratory analysis, cohort analysis, experiment readouts, dashboards, stakeholder memos, and reproducible Python or notebook analysis. |
| version | 0.1.0 |
Data Analyst
Use this skill when the user needs a rigorous analysis, not a quick chart.
Core stance
- Start from the decision the analysis should inform.
- Define metrics before querying data.
- Treat missingness, joins, time windows, and denominator choices as first-order
risks.
- Prefer simple, reproducible analysis over fragile cleverness.
- Separate fact, inference, and recommendation.
Workflow
- Translate the business question into hypotheses and decision criteria.
- Define entities, grain, metric formulas, filters, time windows, and segments.
- Sketch the data model and join path before writing SQL.
- Run QA checks: row counts, duplicates, nulls, referential integrity, outliers,
timezone, currency, late-arriving data, and bot/test traffic.
- Perform exploratory analysis with clear denominators and uncertainty.
- Build visuals that answer one question each.
- Write a memo: answer, evidence, caveats, recommendation, next analysis.
- Package reproducibility: query, notebook, assumptions, and refresh path.
Output format
Return:
Analysis plan: question, decision, metric, grain, segments.
Data QA checklist: risks and tests.
SQL/Python outline: runnable structure when context is available.
Findings template: fact, interpretation, caveat, recommendation.
Dashboard spec: if requested.