What problem does it solve?
Writing analytics SQL without first verifying the official definitions of business and product terms leads to incorrect metrics, misaligned analysis, and wasted time reworking queries to match stakeholder expectations.
Core Features & Use Cases
- Authoritative Definition Lookup: Locates and reads project data sources including dbt manifests, data dictionaries, metric YAML files, model docs, and column descriptions to find official definitions for metrics, columns, and lineage.
- Discrepancy Flagging: Cross-references definitions across documentation sources and live schemas to surface conflicts before SQL is written, preventing inconsistent metric calculations.
- Use Case: When building a retention report, this skill ensures you use the team's official "active user" definition and correct join keys instead of guessing, so your output matches product and finance standards.
Quick Start
Use the reading-data-dict skill to look up the official definition of "monthly active user" before writing your retention analysis SQL query.