Tests come first, and they win arguments
Every feature ships with the test tiers that apply to it — unit tests for the logic, integration tests against a real database, end-to-end tests driving the product the way a person would. Tests encode intended behavior: when code and test disagree, the code changes. Weakening a test to make it pass is a firing offense we wrote into our own operating rules.