Prove Every Number

Use whenever code contains a numeric constant, threshold, default, rate, capacity, tolerance, or coefficient — especially one the agent just introduced. Enforces the rule: every number is either derived (from real data or first principles, traceably) or cited (to a spec, datasheet, standard, or documented decision) — never invented, never tuned to make a test or demo pass. Real data is the truth; an assumption is the explicitly-labeled backup, used only when the data genuinely doesn't exist. Use when reviewing AI-generated code for magic numbers, when a value was 'picked to look reasonable', when a test was made green by adjusting a constant, or when building anything where the output's credibility depends on its inputs.

mikestangdevs 357d2cc 5.7 KB Updated

File contents

mikestangdevs/craft-skills/tree/main/skills/rigor/prove-every-number commit 357d2cc252

Frequently asked questions

npx skillmds@latest add mikestangdevs/prove-every-number