How to Score Any Process for Automation Potential (Free Framework)

David Farley | | 10 min read

How to Score Any Process for Automation Potential (Free Framework)

Introduction

“We should automate that.” You have heard it in meetings, and you have probably said it yourself. But which processes should you automate first? Which ones will deliver real ROI, and which ones will become expensive maintenance headaches?

After deploying 100+ automations at a Fortune 500 manufacturer and running process automation assessments for companies across industries, I have developed a framework that answers these questions in 30 minutes per process. No consultants needed. No software to buy. Just six criteria, a scoring system, and honest evaluation.

I am giving this framework away because it is the best way I know to demonstrate that automation strategy does not need to be mysterious or expensive. If you can evaluate your own processes, you will make better decisions — whether you work with us, another firm, or your internal team.

Here is the complete process automation assessment framework.

The Six Criteria

Every process is scored on six dimensions. Each criterion is rated 1-5, giving a maximum score of 30. In my experience, processes scoring 22+ are strong automation candidates. Those scoring 15-21 are worth investigating. Below 15, fix the process first.

Criterion 1: Rule Complexity (1-5)

What it measures: How much of the process follows explicit, documented rules versus requiring human judgment?

ScoreDescriptionExample
5Purely rule-based, no judgment requiredMatching invoice amounts to PO amounts
4Mostly rule-based with simple exceptionsProcessing invoices, flagging those over $10K for approval
3Mix of rules and judgmentCategorizing vendor expenses with some ambiguity
2Mostly judgment with some rulesEvaluating vendor payment terms for negotiation
1Primarily human judgmentDeciding whether to extend credit to a new customer

Why it matters for process automation assessment: Automations excel at following rules and fail at judgment. A process scoring 1-2 on this criterion will require extensive exception handling, constant tuning, and likely more maintenance cost than it saves.

Criterion 2: Volume and Frequency (1-5)

What it measures: How often does the process run, and how many transactions does it handle?

ScoreDescriptionExample
5Daily, 100+ transactionsDaily invoice receipt processing
4Daily/weekly, 20-100 transactionsWeekly vendor payment batch
3Weekly/monthly, moderate volumeMonthly bank reconciliation, 500 items
2Monthly, low volumeQuarterly board report generation
1Infrequent, very low volumeAnnual audit preparation

Why it matters: ROI scales directly with volume. Automating a process that runs once a quarter will rarely justify the development cost. The process automation assessment should weight this criterion heavily when budgets are tight.

Criterion 3: Data Structure (1-5)

What it measures: How standardized and machine-readable are the inputs and outputs?

ScoreDescriptionExample
5Fully structured, digital dataERP exports, database queries, API data
4Mostly structured with minor variationsStandardized Excel templates with occasional formatting differences
3Semi-structuredPDF invoices from multiple vendors with different layouts
2Mostly unstructuredEmail requests with varying formats and language
1Fully unstructuredHandwritten forms, scanned documents, verbal instructions

Why it matters: Structured data is automation fuel. Unstructured data requires OCR, natural language processing, or AI interpretation — all of which add cost, complexity, and error rates. Your process automation assessment should flag any process scoring below 3 here as requiring additional investment in data standardization.

Criterion 4: Process Stability (1-5)

What it measures: How often do the process steps, systems, or business rules change?

ScoreDescriptionExample
5No changes in 12+ monthsStandard GL posting procedures
4Minor changes 1-2 times per yearMonthly close checklist with occasional additions
3Moderate changes quarterlyCompliance reporting with periodic regulatory updates
2Frequent changes monthlySales commission calculations with changing rules
1Constant fluxNew product onboarding process still being defined

Why it matters: Every process change requires an automation update. Unstable processes eat maintenance budgets. In your process automation assessment, a score of 1-2 here means you should stabilize the process before investing in automation.

Criterion 5: Error Impact and Frequency (1-5)

What it measures: How often do errors occur in the manual process, and what is the consequence?

ScoreDescriptionExample
5Frequent errors with high financial impactManual journal entries with material misstatement risk
4Regular errors with moderate impactData entry mistakes requiring correction and reprocessing
3Occasional errors with limited impactFormatting inconsistencies in management reports
2Rare errors with minimal impactOccasional typos in internal memos
1Virtually error-freeSimple file transfers between folders

Why it matters: This criterion is scored inversely from what you might expect. High error rates and high impact mean automation delivers more value — both in cost savings and risk reduction. A process automation assessment that ignores error impact underestimates the true ROI of automation.

Criterion 6: Technology Compatibility (1-5)

What it measures: How accessible are the systems involved to automation tools?

ScoreDescriptionExample
5APIs available, cloud-based systemsModern SaaS ERP with REST API
4Web-based with standard HTML elementsWeb portal with standard forms and tables
3Mix of web and desktop applicationsERP web interface plus local Excel processing
2Primarily desktop or legacy systemsSAP GUI, AS/400 green screens
1Citrix, virtual desktop, or highly securedCitrix-hosted applications, biometric authentication

Why it matters: Technology accessibility determines development cost and reliability. Processes scoring 4-5 can use lightweight, low-cost tools like Python + Playwright. Processes scoring 1-2 may require enterprise RPA platforms with higher licensing costs. The process automation assessment should factor technology fit into the ROI calculation.

Putting It All Together: The Scoring Worksheet

Here is how to run a process automation assessment on any process in your organization:

CriterionWeightScore (1-5)Weighted Score
Rule Complexity20%______
Volume & Frequency20%______
Data Structure15%______
Process Stability15%______
Error Impact15%______
Technology Compatibility15%______
Total100%___/5.0

Interpreting Results

Weighted ScoreRecommendation
4.0 - 5.0Strong candidate — automate now. Expected ROI > 200% in year one.
3.0 - 3.9Good candidate — worth automating after top-tier processes. Investigate further.
2.0 - 2.9Marginal candidate — address process issues first, then reassess.
Below 2.0Not recommended — process needs fundamental redesign before automation is viable.

Real-World Assessment Examples

Let me walk through three finance processes using this framework to show how the process automation assessment works in practice.

Example 1: AP Invoice Processing

CriterionScoreRationale
Rule Complexity4Clear matching rules, simple exception handling
Volume & Frequency5Daily, hundreds of invoices
Data Structure3Mix of structured POs and semi-structured vendor invoices
Process Stability5Stable process for years
Error Impact4Regular data entry errors, duplicate payment risk
Technology Compatibility4Web-based ERP, standard forms
Weighted Score4.2Strong candidate

Example 2: Revenue Recognition Analysis

CriterionScoreRationale
Rule Complexity2Requires significant judgment on contract interpretation
Volume & Frequency2Monthly, limited contract volume
Data Structure3Mix of structured data and contract documents
Process Stability2Rules change with new ASC 606 interpretations
Error Impact5Material misstatement risk
Technology Compatibility3Multiple systems involved
Weighted Score2.8Marginal — focus on data gathering only

Example 3: Bank Reconciliation

CriterionScoreRationale
Rule Complexity5Pure matching logic
Volume & Frequency4Monthly, 500+ transactions
Data Structure5Fully structured data from bank and GL
Process Stability5Process unchanged in years
Error Impact4Matching errors delay close
Technology Compatibility4Bank portal + ERP, both web-based
Weighted Score4.5Excellent candidate

Common Assessment Mistakes

Having run dozens of these evaluations, here are the mistakes I see most often in process automation assessment:

Scoring based on the ideal process, not the actual one. Your SOP says it takes 2 hours; reality says 6. Score what actually happens.

Ignoring exception handling. The main path scores 5/5 on rule complexity. But 20% of transactions hit exceptions that require judgment. That drops the real score to 3.

Overweighting technology compatibility. A process that scores 5 on every criterion except technology (score: 2) is still worth automating — you just need a different technology approach.

Assessing in isolation. Some processes are mediocre automation candidates alone but become strong candidates when combined with upstream or downstream automations. Consider the process chain, not just individual steps.

Key Takeaways

  • Use the six-criterion process automation assessment to evaluate any process in 30 minutes
  • Scores of 4.0+ are strong candidates for immediate automation
  • Rule complexity and volume are the strongest predictors of automation success
  • Score the actual process, not the documented ideal
  • Consider process chains — some automations unlock value in adjacent processes
  • Use the weighted scoring worksheet to compare candidates objectively and prioritize your automation roadmap

Next Steps

You now have the same process automation assessment framework I use with every client. Try it on your top 10 most time-consuming finance processes. Rank them by weighted score. The top 3 are your automation starting lineup.

Want us to run this assessment for your team? We offer a complimentary Process Automation Assessment where we evaluate your top 10 processes, score them using this framework, and deliver a prioritized implementation roadmap with ROI estimates.

No sales pitch. Just data-driven recommendations from a finance veteran who has done this 100+ times.

Get Your Free Assessment


David Farley is the founder of ForgeRPA and a 30-year finance veteran turned Automation Architect. With 30 years of finance and automation experience — from Excel macros to enterprise RPA — he helps companies automate financial processes without expensive licensing fees.