data-investigation
Installation
SKILL.md
Data Investigation
Use this skill to produce investigations that are fast, correct, reproducible, and communicate a clear conclusion rather than a pile of charts.
Purpose
Every investigation should be answerable in one sentence before the first SQL query is written.
Phase 1: Frame Before Querying
1. Write the one-sentence answer first
Before writing any SQL, write the sentence the conclusion is expected to be.
Example: The cohort size gap is a definition problem rather than a product behavior problem.
If the sentence cannot be written, the question is not yet understood.