Awesome-omni-skill ops-automation-opportunity-finder

Identify and evaluate automation opportunities in banking operations using structured assessment frameworks. Use when analyzing processes for RPA, intelligent automation, AI/ML, or straight-through processing potential across payments, lending, account servicing, compliance, and back-office functions.

install
source · Clone the upstream repo
git clone https://github.com/diegosouzapw/awesome-omni-skill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/diegosouzapw/awesome-omni-skill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data-ai/ops-automation-opportunity-finder" ~/.claude/skills/diegosouzapw-awesome-omni-skill-ops-automation-opportunity-finder && rm -rf "$T"
manifest: skills/data-ai/ops-automation-opportunity-finder/SKILL.md
source content

Ops Automation Opportunity Finder

Overview

This skill produces structured automation opportunity assessments for banking operations. It evaluates processes against automation readiness criteria including volume, standardization, rule-based logic, error rates, and ROI potential. It covers RPA (Robotic Process Automation), intelligent document processing (IDP), AI/ML-driven decisioning, straight-through processing (STP), and workflow automation. Output supports business cases, technology roadmaps, and operational transformation programs.

When to Use

  • Conducting automation opportunity assessments across banking operations
  • Evaluating specific processes for RPA, AI, or intelligent automation suitability
  • Building business cases for automation investments with ROI projections
  • Prioritizing an automation pipeline based on value, feasibility, and risk
  • Assessing automation readiness (data quality, process maturity, system landscape)
  • Supporting digital transformation and operations modernization programs
  • Identifying quick wins vs. strategic automation investments

Required Inputs

InputDescriptionFormat
Process inventoryList of operational processes with descriptionsProcess catalog
Volume dataTransaction/task volumes by processOperations metrics
Effort dataFTE effort, time per task, manual stepsTime study/workforce data
Error dataError rates, rework rates, exception frequenciesQuality metrics
System landscapeApplications used, integration capabilities, APIsIT architecture
Cost dataLabor costs, error costs, processing costsFinance data
Compliance constraintsRegulatory requirements affecting automationCompliance mapping

Methodology

Step 1: Catalog Candidate Processes

Build a comprehensive process inventory across operations:

DomainProcessVolume/MonthFTEsManual StepsSystemsError Rate
PaymentsWire initiation and release[N][N][N][List][X%]
PaymentsACH return processing[N][N][N][List][X%]
PaymentsCheck exception handling[N][N][N][List][X%]
LendingLoan document review[N][N][N][List][X%]
LendingCondition clearing[N][N][N][List][X%]
Account servicesAccount opening data entry[N][N][N][List][X%]
Account servicesAddress change processing[N][N][N][List][X%]
ComplianceSAR narrative preparation[N][N][N][List][X%]
ComplianceKYC document verification[N][N][N][List][X%]
ReconciliationGL reconciliation[N][N][N][List][X%]
ReconciliationNostro/Vostro reconciliation[N][N][N][List][X%]

Step 2: Assess Automation Suitability

Score each process against automation readiness criteria:

CriterionWeightScore 1 (Low)Score 3 (Medium)Score 5 (High)
Volume20%<100/month100-1,000/month>1,000/month
Standardization20%Highly variable, many exceptionsMostly standard, some exceptionsHighly standardized, few exceptions
Rule-based logic20%Requires significant judgmentMix of rules and judgmentClearly defined business rules
Digital inputs15%Paper-based, unstructuredMix of digital and paperFully digital, structured data
System stability10%Frequent changes, unstableOccasional changesStable, well-documented
Error impact15%Low impact errorsModerate financial/customer impactHigh financial/regulatory impact

Automation suitability score = Σ (Weight × Score)

Score RangeSuitabilityRecommended Approach
4.0-5.0High — Immediate candidateRPA or STP; fast implementation
3.0-3.9Medium — Good candidate with preparationIntelligent automation; process redesign first
2.0-2.9Low-Medium — Requires significant investmentAI/ML for unstructured; phased approach
1.0-1.9Low — Not ready for automationProcess maturation needed before automation

Step 3: Select the Right Automation Technology

Match process characteristics to automation technology:

TechnologyBest ForCharacteristicsTypical ROI Timeline
RPAHigh-volume, rule-based, multi-system data entryStructured data, defined steps, stable UI6-12 months
Intelligent Document Processing (IDP)Document-heavy processes (loans, KYC, correspondence)Unstructured/semi-structured documents9-18 months
Workflow automationMulti-step processes with approvals and routingSequential/parallel tasks, rule-based routing3-9 months
AI/ML decisioningPattern recognition, prediction, classificationHistorical data, probabilistic outcomes12-24 months
Straight-through processing (STP)End-to-end elimination of manual interventionAPI integration, event-driven architecture12-24 months
Chatbot/Virtual assistantCustomer and employee inquiry resolutionFAQ, guided workflows, NLP6-12 months
Process miningProcess discovery, conformance checking, optimizationEvent logs, process execution data3-6 months

Step 4: Calculate ROI and Business Case

For each automation candidate, quantify the business case:

Cost savings calculation:

ComponentCurrent StateAutomated StateSavings
Labor (FTE equivalent)[N FTEs × $X][N FTEs × $X][$X/yr]
Error/rework costs[$X/yr][$X/yr][$X/yr]
Processing time[X hrs/item][X hrs/item][X hrs saved]
Overtime/temp staff[$X/yr][$X/yr][$X/yr]
Total annual savings[$X/yr]

Investment required:

ComponentCost
Software licensing[$X/yr]
Implementation (partner/internal)[$X one-time]
Integration development[$X one-time]
Change management/training[$X one-time]
Ongoing maintenance[$X/yr]
Total first-year cost[$X]
Total ongoing annual cost[$X/yr]

ROI metrics:

  • Net annual benefit: [Annual savings - ongoing cost]
  • Payback period: [Total investment / net annual benefit] months
  • 3-year NPV: [Calculated at institution's hurdle rate]
  • IRR: [Internal rate of return]
  • FTE capacity freed: [N FTEs redeployed to higher-value activities]

Step 5: Assess Risk and Compliance Considerations

Evaluate automation risks specific to financial services:

Risk CategoryConsiderationsMitigation
RegulatoryDoes the process have regulatory requirements for human review?Identify required human-in-the-loop checkpoints
Model riskDoes AI/ML automation create SR 11-7 model risk obligations?Assess model risk classification, validation requirements
OperationalWhat happens when the automation fails?Design fallback procedures, monitoring, alerting
Data privacyDoes the automation process PII or restricted data?Apply data handling controls, encryption, access limits
Audit trailCan automated decisions be explained and audited?Ensure logging, explainability, record retention
Change managementHow will staff and processes adapt?Training, role redesign, communication plan
Vendor riskDoes the automation depend on third-party platforms?Vendor due diligence, contractual protections, exit strategy

Step 6: Prioritize the Automation Pipeline

Rank opportunities using a value-feasibility matrix:

ProcessValue ScoreFeasibility ScoreCombinedPriority
[Process 1][1-5][1-5][Average][Rank]
[Process 2][1-5][1-5][Average][Rank]

Value score factors: Annual savings, error reduction, customer experience improvement, strategic alignment Feasibility score factors: Technical complexity, process maturity, data availability, organizational readiness, regulatory constraints

Pipeline categorization:

  • Quick wins (High feasibility, moderate value): Implement in 0-6 months
  • Strategic bets (High value, moderate feasibility): Plan and implement in 6-18 months
  • Low-hanging fruit (Moderate both): Implement as capacity allows
  • Long-term vision (High value, low feasibility): Requires process maturation first

Step 7: Design the Implementation Roadmap

Structure the automation program in waves:

Wave 1 — Foundation (0-6 months):

  • Quick wins with proven RPA technology
  • Process documentation and standardization
  • Center of Excellence (CoE) establishment
  • Governance framework and change management

Wave 2 — Expansion (6-18 months):

  • Intelligent automation (IDP, workflow)
  • Cross-functional process automation
  • Analytics and process mining integration
  • Scaling infrastructure and monitoring

Wave 3 — Transformation (18-36 months):

  • AI/ML-driven decisioning and prediction
  • End-to-end STP for target processes
  • Customer-facing automation (onboarding, servicing)
  • Continuous improvement and optimization

Output Specification

# Automation Opportunity Assessment: [Scope]

## Executive Summary
[Key findings: number of opportunities, total savings potential, recommended priorities]

## Process Inventory
[Catalog of evaluated processes with volumes, effort, and error rates]

## Automation Suitability Scores
| Process | Volume | Standardization | Rule-Based | Digital Input | System Stability | Error Impact | Total | Suitability |
|---------|--------|-----------------|------------|---------------|------------------|-------------|-------|-------------|
| [Process] | [1-5] | [1-5] | [1-5] | [1-5] | [1-5] | [1-5] | [X.X] | [High/Med/Low] |

## Top Opportunities
### [Opportunity 1]
- **Process**: [Name]
- **Technology**: [RPA/IDP/AI/STP]
- **Annual Savings**: [$X]
- **Investment**: [$X]
- **Payback**: [X months]
- **FTEs Freed**: [N]
- **Risk Level**: [Low/Medium/High]

## Prioritized Pipeline
[Value-feasibility matrix with categorization]

## Implementation Roadmap
[Three-wave implementation plan with milestones]

## Risk Assessment
[Regulatory, operational, and technology risks with mitigations]

## Recommendations
[Top 3-5 recommendations with supporting rationale]

Analysis Framework

Automation Maturity Assessment

Evaluate the institution's automation maturity:

  • Level 1 — Ad hoc: Individual macros and scripts, no governance
  • Level 2 — Opportunistic: Piloting RPA, initial CoE formation
  • Level 3 — Systematic: Established CoE, pipeline management, scaling RPA
  • Level 4 — Intelligent: Integrated intelligent automation, AI/ML in production
  • Level 5 — Autonomous: Self-optimizing processes, minimal human intervention

Process Mining Application

Before automating, mine the actual process execution:

  • Discover the true process (not the documented process) from system event logs
  • Identify process variants, rework loops, and bottlenecks
  • Quantify the proportion of straight-through vs. exception processing
  • Use conformance checking to identify deviations from standard process
  • Prioritize automation of the dominant process variant (80% path)

Human-in-the-Loop Design

For regulated processes requiring human oversight:

  • Define which steps can be fully automated vs. human-reviewed
  • Design exception routing for items outside automation confidence thresholds
  • Implement sampling-based quality assurance of automated decisions
  • Ensure explainability for AI/ML-driven decisions
  • Maintain regulatory audit trail with clear attribution (human vs. automated)

Examples

Example 1 — RPA Quick Win: "Account maintenance address change process: 2,400 requests/month, currently requiring manual data entry across 3 systems (core banking, CRM, card system) taking an average of 8 minutes per request. 3.2 FTEs dedicated to this task. Error rate: 4.5% (wrong field, incomplete update). Automation suitability score: 4.6/5.0 (high volume, highly standardized, rule-based, digital input from online banking). Recommended technology: RPA bot with structured data extraction from the online banking request form. Expected results: 95% straight-through processing (2,280 automated/month), 0.1% error rate, 2.8 FTE capacity freed. Investment: $85K implementation + $24K/year licensing. Annual savings: $196K labor + $18K error remediation = $214K. Payback: 5.2 months."

Example 2 — Intelligent Automation: "Loan document review and condition clearing: 800 loans/month, average 12 documents per loan, 45 minutes per loan for initial review. 8 FTEs. Error rate: 6% (missed conditions, incorrect classification). Automation suitability: 3.2/5.0 (moderate — semi-structured documents, some judgment required). Recommended technology: Intelligent Document Processing (IDP) with ML-based document classification and data extraction, combined with rules-based condition matching. Human-in-the-loop for low-confidence extractions (<85% confidence score). Expected results: 60% of documents auto-classified and extracted, reducing average review time to 18 minutes. 3.6 FTE capacity freed. Investment: $350K implementation + $120K/year platform. Annual savings: $295K labor + $42K error reduction = $337K. Payback: 14 months. Regulatory note: final loan approval decision remains with human underwriter per SR 11-7 model risk requirements."

Guidelines

  • Automate the process as-is only if it's well-designed; redesign before automating when the process is fundamentally flawed
  • Start with high-volume, rule-based processes for initial automation to build confidence and capability
  • Always design for exceptions; no process is 100% automatable, and exception handling must be planned
  • Quantify both hard savings (FTE, error reduction) and soft benefits (speed, consistency, scalability)
  • Regulatory requirements may mandate human oversight for certain decisions; identify these constraints early
  • RPA is not a substitute for system integration; use APIs and STP for long-term architecture
  • Monitor bot performance continuously; automation can fail silently and accumulate errors
  • Consider the impact on staff (redeployment, upskilling, morale) in the business case
  • AI/ML automations may trigger SR 11-7 model risk management requirements
  • Maintain a centralized automation inventory with ownership, monitoring, and lifecycle management

Validation Checklist

  • Process inventory is comprehensive across all banking operations domains
  • Automation suitability scoring uses consistent, weighted criteria
  • Technology recommendation matches process characteristics
  • ROI calculation includes all cost components (labor, error, investment, ongoing)
  • Payback period and NPV are calculated at the institution's hurdle rate
  • Regulatory and compliance constraints are identified for each opportunity
  • Human-in-the-loop requirements are designed for regulated processes
  • Pipeline is prioritized using value-feasibility framework
  • Implementation roadmap is phased with realistic timelines
  • Risk assessment covers regulatory, operational, vendor, and change management dimensions