Tests where a bug costs money
Not coverage for its own sake. I test the paths where failure is expensive: payment webhooks, sync reconciliation, auth boundaries, anything that touches a paid API. On the tooling project that means a benchmark regression gate in CI, so a change that quietly makes retrieval worse fails before it merges rather than after it ships.