Spotting Automation Opportunities in Any Job
- ShiftQuality Contributor
- Aug 13, 2025
- 7 min read
Most people think automation starts with choosing a tool. It does not. It starts with seeing the problem.
The problem is never "I need to learn Zapier." The problem is "I spend 40 minutes every morning doing something a machine could do in four seconds." Until you can spot those moments in your own work, no tool matters.
This post gives you a systematic way to find automation opportunities in any job — office work, field work, creative work, whatever. And just as importantly, it teaches you to recognize what is NOT worth automating.
The Automation Smell Test
In software, developers talk about "code smells" — patterns that suggest something is wrong even before you prove it. Automation has the same concept. Certain characteristics of a task should immediately trigger the thought: this could be automated.
Here are the five smells:
1. Repetitive
You do the same thing, the same way, more than a few times per week. The steps do not change. Monday's version looks like Tuesday's version looks like Wednesday's version.
2. Rule-Based
The task follows a clear set of rules. If X, then Y. If the invoice is over $500, it goes to the manager. If the file is a PDF, it goes in the documents folder. There is no ambiguity in the decision.
3. High-Volume
You process a lot of items. Ten emails that need the same response. Fifty rows that need the same formula applied. A hundred files that need renaming. Volume amplifies waste.
4. Error-Prone
When humans do this task, mistakes happen. Not because anyone is careless — because the task is boring and human attention is not designed for boring. Transposed numbers. Skipped rows. Wrong attachment sent to the wrong person. If the error rate is above zero and the consequences matter, that is a smell.
5. Time-Sensitive
The task has a deadline or a timing requirement. Reports due by 9 AM. Notifications that need to go out within an hour. Data that needs to be current as of market close. Time pressure on repetitive work is a strong signal — humans rush and make mistakes, machines do not.
A task does not need all five to be a candidate. Two or three is usually enough. But if you spot all five in one task, stop reading this post and go automate it immediately.
Common Opportunities by Job Function
Automation opportunities are not limited to tech jobs. They show up everywhere. Here is where to look across common work functions.
Email Handling
Sorting incoming emails into folders or categories based on sender, subject, or keywords
Sending acknowledgment replies ("Got it, will review by end of day")
Forwarding specific types of messages to the right person or team
Extracting data from emails (order numbers, dates, amounts) into a spreadsheet or database
Data Transfers
Copying information from one system into another (CRM to spreadsheet, form submissions to database, email to project tracker)
Reformatting data to match the requirements of a different system
Aggregating data from multiple sources into a single view
Report Creation
Pulling the same metrics from the same sources on the same schedule
Populating templates with updated numbers
Generating charts that show the same type of data for a different time period
Distributing finished reports to the same list of people
File Management
Renaming files to follow a naming convention
Moving files to the correct folder based on type, date, or project
Converting between file formats (PDF to text, CSV to Excel)
Cleaning up old files or archiving completed work
Scheduling and Notifications
Sending reminders before deadlines
Scheduling recurring meetings or check-ins
Alerting team members when a task status changes
Following up when something is overdue
If you read that list and recognized three or more things you do manually, you have found your starting point.
The If-Then Test
Here is the simplest way to evaluate whether a task can be automated:
Can you describe the task as a flowchart?
Seriously. Grab a piece of paper. Draw the decision points. If the answer at every branch is clear and objective — no "it depends on how I feel" or "I use my judgment" — the task can almost certainly be automated.
Example:
When a new form submission arrives → check if the email field is filled in → if yes, add to the mailing list and send a welcome email → if no, flag for manual review.
That is a flowchart. Every step is concrete. Every decision has a clear answer. A machine can follow those instructions exactly as well as you can, and it will never forget a step.
Now consider:
When a customer complaint arrives → read the tone → decide whether to offer a discount, escalate to a manager, or just apologize.
That is not a flowchart. That is judgment. Leave it to a human.
The if-then test is fast and it works. Apply it to any task you are evaluating. If you cannot draw the flowchart without writing "use judgment" at any step, the task is not a clean automation candidate — at least not the whole task.
Red Flags: What NOT to Automate
Automation enthusiasm can lead to automating things that should not be automated. Watch for these:
Tasks requiring genuine judgment. Not "pick from column A or column B" decisions — those are rule-based and automatable. Real judgment, where the right answer depends on context that changes in unpredictable ways.
Tasks requiring creativity. Writing original content, designing layouts, developing strategy. Tools can assist with these, but fully automating them produces garbage.
Tasks requiring human empathy. Handling a sensitive customer situation. Supporting a struggling team member. Delivering bad news. Automating empathy is not automation — it is the absence of empathy.
Tasks with constantly changing rules. If the process changes every week because the business is still figuring out what it wants, automating it is a waste. You will spend more time updating the automation than you would doing the task manually. Wait until the process stabilizes.
Tasks you do not fully understand yet. If you are new to a role or a process, do it manually first. Understand why each step exists before you remove yourself from the loop. Automating something you do not understand means you cannot troubleshoot it when it breaks.
The ROI Framework
Not all automatable tasks are worth automating right now. Some save five minutes a month. Others save five hours a week. Prioritize with a simple formula:
Automation Value = Frequency x Time per Occurrence x Error Cost
Break that down:
Frequency: How often do you do this task? Daily tasks score higher than monthly tasks.
Time per occurrence: A task that takes 30 minutes is a bigger target than one that takes 2 minutes.
Error cost: What happens when the manual version goes wrong? If a typo causes a billing error or a missed deadline triggers a penalty, that cost multiplies the value of automating.
Rank your candidates by this formula. The task with the highest combined score is your first automation project.
You do not need exact numbers. Rough estimates work. The goal is relative ranking, not precision.
| Task | Frequency | Time | Error Cost | Priority | |------|-----------|------|------------|----------| | Weekly report generation | 1x/week | 45 min | Low | Medium | | Daily data entry from emails | 5x/week | 10 min | High (billing errors) | High | | Monthly file cleanup | 1x/month | 20 min | Low | Low | | Client follow-up emails | 8x/week | 5 min | Medium (missed follow-ups) | High |
The daily data entry wins. High frequency, meaningful time per occurrence, and the error cost is real.
Practical Exercise: The One-Day Audit
You will not spot all your automation opportunities by thinking about it. You need data.
Tomorrow, log every task you do. Every single one. Use this format:
| Time | Task | Duration | Repetitive? | Rule-based? | Could automate? | |------|------|----------|-------------|-------------|-----------------| | 8:15 | Checked email, sorted into folders | 10 min | Yes | Yes | Yes | | 8:25 | Responded to client question | 15 min | No | No | No | | 8:40 | Updated project tracker from Slack messages | 12 min | Yes | Yes | Yes |
At the end of the day, add up the time in the "Could automate" column. That number is your daily automation opportunity. Multiply by five for the weekly number. Multiply by fifty for the annual number.
Most people who do this exercise find 1-3 hours per day of automatable work. Some find more.
The log also reveals patterns you did not notice. Tasks that feel quick but add up. Transitions between tools that eat minutes. Information you look up repeatedly that could be pushed to you automatically.
One day of data is enough to pick your first project. A full week gives you a complete picture.
Common Tools for Non-Developers
You do not need to write code to automate most of these tasks. Several platforms exist specifically for connecting tools and building workflows without programming.
Zapier connects over 6,000 apps together. If your work involves moving information between tools — email to spreadsheet, form to CRM, calendar to Slack — Zapier can probably handle it. It uses a straightforward "trigger and action" model: when this happens, do that.
Make.com (formerly Integromat) offers similar capabilities with more visual workflow building and finer control over logic and data transformation. It tends to be more powerful for complex multi-step automations and is often more cost-effective at higher volumes.
Microsoft Power Automate is built into Microsoft 365. If your workplace runs on Outlook, Teams, SharePoint, and Excel, Power Automate has the tightest integration with those tools. It is often available at no additional cost if your organization already has Microsoft 365 licenses.
Each of these platforms offers a free tier or trial. You do not need to commit to anything to start experimenting.
Key Takeaway
Automation opportunities are not hidden. They are in plain sight — buried in the tasks you do so often that you stopped noticing them. The five smells (repetitive, rule-based, high-volume, error-prone, time-sensitive), the if-then test, and the ROI framework give you a structured way to find and prioritize them.
Do the one-day audit. Get the data. Pick your highest-value candidate.
The technology is the easy part. Seeing the opportunity clearly — that is the skill that matters.
Next in the learning path: The next post in the "Your First Automation" series takes the task you identified here and walks you through building a working automation from scratch. No code required, no prior experience assumed.



Comments