Question
What does it mean that workflow automation opportunities?
Quick Answer
Look for steps that can be handled by tools or systems rather than manual effort.
Look for steps that can be handled by tools or systems rather than manual effort.
Example: You manage a weekly content pipeline. Every Friday you perform the same sequence: download analytics from three platforms, paste the numbers into a spreadsheet, calculate week-over-week changes, write a summary paragraph, email it to two colleagues, and archive the spreadsheet. The entire process takes ninety minutes. You examine each step through the automation lens. Downloading analytics — automatable, the platforms have APIs. Pasting into a spreadsheet — automatable, a script can populate the template. Calculating changes — automatable, formulas already exist. Writing the summary — partially automatable, an AI can draft it from the numbers, but you need to review it for accuracy and tone. Emailing colleagues — automatable, a scheduled send with the attachment. Archiving — automatable, a file-naming convention and a script. You build the automations over one weekend. The following Friday, the process takes eighteen minutes — and fourteen of those minutes are you reviewing the AI-drafted summary and making two edits. The mechanical steps disappeared. What remained was the one step that required your judgment.
Try this: Select a workflow you documented earlier in this phase — ideally one you perform at least weekly. List every step. For each step, answer three questions: (1) Is this step well-defined enough that I could explain it to someone with no context and they could execute it correctly? (2) Does this step require judgment, taste, or values — or does it require only accurate execution of a known procedure? (3) How frequently do I perform this step? Mark each step as one of four categories: automate now (well-defined, no judgment, high frequency), automate later (well-defined, no judgment, lower frequency), assist (requires some judgment but a tool could handle the mechanical portion), or keep manual (requires judgment, taste, or values that only you can provide). Count the steps in each category. Most people discover that forty to sixty percent of their workflow steps are candidates for automation or assistance — steps they have been performing manually not because they need to but because they never stopped to ask whether a tool could handle them.
Learn more in these lessons