Test Like You Mean It

Use after building any feature, model, or fix that the team has to trust — before calling it done. Replaces smoke tests and tests-written-to-pass with an adversarial test wave: tests designed to BREAK the thing (invariants, conservation laws, edge regimes, reference cross-checks, hostile inputs), where findings are expected and get fixed, not explained away. Use when the agent (or you) just wrote tests alongside the code it's testing, when a suite passes suspiciously fast, when coverage exists but confidence doesn't, or when someone says 'tests pass' and you still wouldn't bet on it in production.

mikestangdevs 120c3f0 5.5 KB Updated

File contents

mikestangdevs/craft-skills/tree/main/skills/rigor/test-like-you-mean-it commit 120c3f07f5

Frequently asked questions

npx skillmds@latest add mikestangdevs/test-like-you-mean-it