Menu

Before you automate, make the work visible

The fastest way to waste money on automation is to build around a workflow nobody has actually mapped.

operationsworkflow automationprocess
Whiteboard workflow planning used to make operational work visible before automation.

Automation is tempting when the team is busy. The work is slow, the admin keeps coming back, and everyone can see there must be a better way.

The mistake is jumping straight from frustration to software.

Before anything is automated, the work needs to be visible enough that the team can agree on what is actually happening. Not what the process document says. Not what the software vendor assumes. The real path the work takes when a customer, job, invoice, order, request, or exception moves through the business.

Hidden work creates bad automation

Most broken automation projects fail before anyone writes code. They fail because the business tries to automate a workflow it has not properly described.

That creates predictable problems:

  • The edge cases appear after the build starts.
  • Staff disagree about who owns each step.
  • The system automates the happy path but not the actual path.
  • The wrong tool becomes the source of truth.
  • Manual checks quietly come back because nobody trusts the result.

Automation does not fix confusion. It usually makes confusion faster.

What visibility looks like

Making work visible does not need to be a giant consulting exercise. It means answering a few practical questions:

  1. Where does the work start?
  2. What information is required before it can move?
  3. Which systems does it touch?
  4. Who owns each decision?
  5. What exceptions stop the flow?
  6. What must be logged for trust, reporting, or compliance?
  7. What happens when something fails?

Once those answers are clear, the software decision gets easier. Some steps should be automated. Some should stay human. Some should be deleted entirely.

The workflow map is not theatre

A workflow map is useful when it changes the build decision.

It should show which parts of the process are stable enough to encode, which parts need human judgment, and where the business is currently paying people to move information between systems.

The point is not to make a pretty diagram. The point is to stop guessing.

What to automate after the work is visible

Good first automations usually sit around:

  • Repeated data entry.
  • Status updates.
  • Document collection.
  • Approval routing.
  • Exception alerts.
  • Report preparation.
  • Handoffs between existing systems.

These are the places where the business often knows the rules but has not given those rules a proper home.

The practical rule

If the team cannot explain the workflow clearly, do not automate it yet.

Map it, simplify it, and decide what should happen when the normal path breaks. Then build the smallest system that makes the work easier to trust.

More articles

All articles

Before you hire more admin

How to tell whether the business needs another person or a better system for the work already happening.

operationsadmin
Read