Files
cursor__plugins/data-science/rules/analysis-quality-gates.mdc
ericzakariasson 97128c02db Apply writing guide: sentence-case titles, remove em-dashes and semicolons
- Convert all H1 headings to sentence case across skills, rules, agents,
  commands, and READMEs (~65 headings)
- Replace em-dashes with colons in plugin.json descriptions and README
  taglines to match marketplace.json convention
- Replace semicolons with periods and restructure sentences across skills,
  rules, agents, and READMEs (~19 instances)

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-10 18:11:09 -08:00

13 lines
544 B
Plaintext

---
alwaysApply: true
---
# Analysis quality gates
1. Validate metric definitions and denominators against the business question.
2. Check data freshness, missingness, duplicates, and join key integrity before interpretation.
3. Confirm headline findings across key segments and plausible alternative cuts.
4. Quantify uncertainty and practical significance, not only absolute differences.
5. Call out confounders, bias risks, and assumptions that may limit conclusions.
6. Provide an evidence-backed recommendation with clear decision risk.