Auditing your own operations
Finding your own automation candidates — a scoring framework, plus the specific categories the data says to check first
2 min read
The scoring matrix
Score every candidate process on three axes:
- Volume — how often does this happen? Weekly beats monthly beats quarterly; a process you do twice a year isn't worth automating no matter how annoying it is.
- Rule-clarity — can you write the decision logic down completely, today, without reaching for "it depends"? If the honest answer involves more than one or two genuine exceptions, this is not yet a good candidate — fix the process itself first, see Failure modes on "automating chaos."
- Error-cost — what actually happens when this is done wrong once? Low-stakes and reversible (a mis-scheduled internal meeting) is a safe first build; high-stakes or customer-facing (an incorrect invoice, a wrongly-denied support request) needs a human-in-the-loop step even after automating, not a fully unattended one.
High volume + high rule-clarity + low error-cost is your starting shortlist. High volume + low rule-clarity + high error-cost is the trap worth naming explicitly — it looks like the most valuable automation on paper (it happens constantly and matters a lot when it goes wrong), which is exactly why it's the one most often built badly and unattended before the process behind it was ever actually specified.
The specific shortlist worth checking first
Sourced 2026 time-use data on where small-business owners' hours actually go points at a consistent set of categories, in roughly this order of how much time they consume: expense logging, general research, schedule and calendar management (averaging close to 5 hours a week on its own), invoice creation, data entry, placing routine orders, document formatting, and chasing late payers. [Directional] — see What actually automates for the full sourcing and the caveat on the specific percentages. Every one of these sits on the structured, repetitive side of that lesson's automates-well table, which is exactly why they recur across so many independent 2026 sources as the highest-yield starting points.
The one-week log, which beats any generic checklist
The checklist above is a starting point, not a substitute for your own data. For one week, log every task you or an employee does that you notice yourself doing in an identical way more than three times. That log is your real candidate list — specific to your business's actual bottlenecks rather than a generic industry pattern — and it's also the raw material ROI and payback's formula needs: you can't estimate hours saved on a task you haven't actually timed.
Once you have a shortlisted candidate, Build vs buy vs DIY is the next decision, and The pilot-build sequence is how to actually ship the first one without it becoming the failure mode named above.
Up next
The pilot-build sequence
One narrow automation at a time — from a candidate on your audit list to a working, monitored system
2 min