SO-01
Boring technology, chosen on purpose
Proven tools with known failure modes beat interesting tools with unknown ones. Novelty has to earn its place in your production system with an argument, not a trend.
SO-02
Security is a default, not a line item
Auth, input validation, least privilege and audit logging are in the base design of everything we ship — they don't appear on the invoice because they were never optional.
SO-03
Estimates you can hold us to
Ranges with stated assumptions, revised in writing the moment reality disagrees. An optimistic estimate is just a lie with a delivery date.
SO-04
Documentation is a deliverable
Design docs, runbooks and decision records ship with the code, in your repository. If it isn't written down, it didn't happen — and it can't be maintained.
SO-05
Small blast radius
Deploys are reversible, migrations are staged, and no change is so big it can't be rolled back before lunch. Confidence comes from the undo path, not the plan.
SO-06
Honest no's
If a request is a bad idea, you'll hear it once, clearly, with the reasoning — before we build it anyway if you still want it. Agreeable consultants are expensive.