Before we start on any automation projects, we first have to check if a process is worth automating.
A. Prerequisites for Automation
1. Process Analysis: Prerequisites for automation – (Is it worth?)
- Does the process have business rules ?
- These rules are currently where humans have to make decisions.
- Having business rules makes it easier to automate a process.
- Is the process relatively simple ?
- If the process is complex, you need to break it down to simple steps and automate.
- More complex business rules can be built on top of these simple processes
- Check if the change has impact ?
- Ensure the changes have sizable impact.
- Check if the impact is worth the upfront cost, in terms of the development and time spent.
- Identify the KPIs to measure the savings:
- Time Saved
- Money Saved
- Wastage Reduced
- Errors Reduced
- Customer Satisfaction
2. “RIPE” for automation? – (Now ?)
Out of the list of processes identified by process analysis, how many are “RIPE” for automation ?. This can be identified by seeing how many of the below questions apply to each process candidates. The best process to be automated is the one which will have the most impact.
- Does the Process have well defined business rules?
- Is the process simple/basic at its heart?
- Does the flow of data remain constant each time?
- Does the process have high volume of data?
- Is the process repetitive in nature?
- Does the process take a lot of time to complete manually?
- Does the process directly impact the customers?
- Is the Process an error prone process?
- Does automating the process have any of the below impacts:
- Reduce Cost?
- Reduce Wastage?
- Reduce Errors?
- Reduce Time Taken?
- Increase Customer Satisfaction?
3. Identify the team
- Developers
- Process SMEs – Process Experts
- Automation Experts
- Project Leads/Business Professionals
- Support Staff/ Report Creators
B. Buy in for automation
- Highlight the cost Savings:
- Highlight the time savings, waste reductions, risk reduction, error reductions
- Go with Facts
- Go with Development opportunities:
- By removing no n value adding tasks, from people’s jobs, it gives more time to train and upskill and achieve their goals set by the managers.
- Highlight the opportunities for development.
- Go with Risk:
- Highlight risks of not automating
- Highlight risks of being less competitive
- Issues with more errors
- Issues with more wastage
- Go with Wins: Share your past successes with your team.
C. Delivering Automation (Approx. 6months)
8 Steps to Process Automation
1. Process Assessment – (Approx. 2 weeks)
2. Planning of Project – (Approx. 2 weeks)
3. Business Process Definition Doc (PDD) – (Approx. 6-8 weeks)
4. Solution Design Documentation (SDD) – (Approx. 2 weeks)
- Once the entirety of the process is known, the future state can be discussed and planned.
- SDD focuses more on the technical nature of automation.
- The developers will design what the original process will look like in automated form – the To Be Process.
5. Development – (Approx. 6-8 weeks)
- The development is soley in the hands of the developers to complete.
- During this stage the developers focus on moderate development.
6. UAT – (Approx. 4 weeks)
- The team that is going to use the bot within their process will test it.
- To complete testing, the developers will provide SMEs user test data and scenarios to run.
- At this stage the developers will deliver bot controller training to SMEs. Trained on how to initiate, run and stop the bot.
- They will also be shown how to assist with maintenance if required.
7. Prod & Maintenance – (Approx. 1 weeks)
- The manual processes will either be parallelly done or completely replaced.
- Post go live support kicks in. The development team will offer some form of maintenance and support to the delivered solution.
- At this stage the results of the new process will be shared more widely across the business, success celebrated.
8. Identifying next solution to Automate
- Once the solution is delivered, it is important that lessons are recorded and success is ready to be replicated to next project.