Skip to content
← Antoine Debes.
LeadershipBest practicesautomation

Standards That Survive a Deadline

Antoine Debes

September 2, 2026 · 2 min read

Every team has standards. Accessibility matters. Tests get written. Performance is a priority.

Then a date moves, and you find out which of those were standards and which were preferences. The ones that survive are never the most believed-in. They're the ones that were impossible to skip.

A standard is where it's enforced, not what it says

Write "all interactive elements must be keyboard accessible" in a team charter and you have an aspiration — honoured by the people who read it, when things are calm.

Put the same rule in a check that fails the build and you have a standard. Nobody debates it at 6pm, because there's nothing to debate: the alternative to meeting it isn't shipping slightly worse work, it's not shipping.

That sounds authoritarian. It's the opposite — it removes the argument. Nobody has to be the person insisting on quality while the room wants to go home. The pipeline is that person, and the pipeline doesn't get tired or outranked.

Why pressure targets standards first

A late project looks for things to cut. Features are visible; standards are invisible — this week. So the cut lands in the same place every time, framed the same way: we'll fix it after launch. Everyone knows that isn't true, and everyone agrees anyway, because the alternative is an uncomfortable conversation about the date.

This isn't a discipline failure; it's a rational response to incentives. The person insisting on the standard is visibly slowing things down. Punishing that behaviour is pointless. Removing the option is not.

What "enforced" forces

My version is blunt: if it matters, it blocks the merge. If it doesn't block the merge, stop calling it a standard.

That makes the list finite — you can't enforce fifty things without a slow, noisy pipeline people route around. So the team has to decide what's genuinely non-negotiable and defend each item on the grounds that the build should stop for it. That conversation produces a shorter, more honest list than anyone expects. Half of what teams call standards turn out to be preferences nobody will defend at that price. Fine — but call them preferences.

Automation makes standards cheap

Enforcement works not through fear of the red X but because automation collapses the cost of compliance toward zero. Formatting isn't a standard anyone remembers if it happens on save. A performance budget isn't a quarterly initiative if the PR that exceeds it turns red immediately, while the change is small and the author still remembers what they did.

Feedback in seconds gets fixed. The same feedback three weeks later becomes a backlog ticket that ages out. Most of what people call engineering discipline is the difference between those two latencies.

The two ways teams undermine it

Bypassable checks. An emergency override becomes the normal path within a quarter. If you need an escape hatch, make it loud — required justification, visible notification — so it stays exceptional.

Adding checks without removing any. Every noisy failure trains engineers to treat red as ambiguous. A flaky check is worse than no check, because it degrades every check around it.

The leadership version

Standards that depend on vigilance depend on specific people being vigilant — which makes quality a function of who reviewed the PR, and makes the team worse whenever that person is on leave.

Standards encoded in automation belong to the team. They survive handovers, holidays, and the week everything is on fire. That's the real argument: automated gates make quality a property of the system, not of whoever is paying attention today.

Ask of any standard you claim: what happens to it the week before a hard deadline? If the honest answer is "it slips," it's not a standard. It's a preference with good PR.