Wrong Number Debugging

Use the moment a computed result looks wrong, surprising, suspicious, or "off" — a total that doesn't reconcile, revenue that tripled after a join, a mean that moved, a coefficient with the wrong sign, a count that's too high or too low, a metric that disagrees with another team's. Bisects the data pipeline to find the exact step where the number went bad, tracing provenance backward instead of guessing-and-patching. Use whenever the user says "this number looks wrong", "why is this so high", "these don't match", "the totals are off", "that can't be right", or when a `data-contracts` reconciliation fails — in R, Julia, Python, or Stata.

lancegui fe652c1 10.0 KB Updated

File contents

lancegui/causal-powers/tree/main/skills/wrong-number-debugging commit fe652c137f

Frequently asked questions

npx skillmds@latest add lancegui/wrong-number-debugging