Coaching Loops

Possibly the most underrated, poorly documented, yet incredibly useful ServiceNow plugin!

If you are looking for a way to improve the learning speed of new hires, train whole groups to learn new process or simply make fulfillers better at their jobs, you’ll be interested by the Coaching loops functionality.

When you want to improve a team of fulfillers, you can put satisfaction surveys in place, have yearly training events or do some coaching during the yearly performance review.  Those very common methods, may not the most efficient tool to use. Let me explain why…

Satisfaction surveys allows end users to give feedbacks, but those are not focused on improving the quality of service. They don’t contain professional advice for the fulfiller.

Yearly training events are nice, but they are classroom events, where the teacher is usually not aware of the strengths and weaknesses of the individual fulfillers. Even if it was the case, the teacher often doesn’t have opportunity to focus on individuals.

During performance reviews, if the manager or team leader is well prepared, he can give good feedbacks to the fulfiller, but those reviews happens only every six or twelve months. This is not frequent enough to improve efficiently. Would you be comfortable with a school where the only exams are at the end of the year?

Coaching loops are the ITIL way to implement continuous improvement for fulfillers. For each element of a process that you want to improve (aka coaching discipline), you need to select workers to be trained (a coachee group of learners) and experts that will assess the coachees (coaching group of trainers).

Coaching loops use continuous assessments. They contain advice from an expert (typically a team leader) about a very recent event (a ticket that have just been modified or closed) and therefore they provide the fastest improvement ratio via the best coaching efficiency. Coaching has to be an iterative, ongoing process. Irregular appraisals are not efficient. This is the same approach that professional coaches use on Olympic athletes!

To avoid strains on coaches, you can specify clever triggers like those available in satisfaction surveys. Examples would include limiting the triggering a coaching assessment for each fulfiller to once per week (excluding the newest hire) or define that only 10% of coaching opportunities should generate real assessments.

First you need to decide areas that could be improved in your process. As an example, let’s say you want to check that your Service Desk (the coachees) correctly set the affected Configuration Item when working on Incidents. If you change the Configuration Item field to be mandatory on ticket closure, you may find that many technicians won’t bother to select the relevant CI. They will select a random or very generic CI, impeding your capacity to detect recurring issue on problematic Configuration Items. In that case we could define this as a nice opportunity to use coaching loops.

Other use cases would be to train your Service Desk to write better work notes when escalating incidents to a second level group or to train your admins to use your naming convention in update sets.

Coaching Loops implement the Kepner-Tregoe’s Performance System

From my perspective, this underrated plugin is deserved by a poor documentation, so let’s dive in implementing one real world example.

Activating the plugin

It as simple as going to “System Definition” > “Plugins” and activate the “Coaching Loops” plugin. Like most plugins there is no activation cost.

By default, its configured to coach a Service Desk, so it adds four modules to the Service Desk application. You may of course use them for other processes and create similar links in other places.

Creating a Coaching Discipline

A coaching discipline can be any area of improvement in one of your processes. Let’s create one as an example. In this case we want to improve the quality of the Service Desk’s answers for incidents.

First, we’ll have to name the coaching discipline, select its table, and add some optional conditions (maybe critical incidents are coached by another expert? In this case it would be another discipline). The assessment duration also need to be defined.

Then we set coachee and coaching groups, including optional peers for extra review.

Then we specify how often we want the discipline to be assessed.

Creating a Coaching Opportunity

For the system to work, you need to define a Discipline AND an Opportunity. A coaching opportunity is an area within a process where a coachee can be coached, as to improve the process efficiency. For incidents management, it could be steps like “First Response”, “Categorization”, “Quality of Investigation”, “Knowledge Transfer for Escalation”, or “Proposed Solution”.

Here is an example for “Categorization”: When an incident is closed with no Business service set, we trigger a coaching opportunity. The coach, maybe the Service Desk team leader, will have to check if this information has been omitted by negligence, or if it’s really not relevant for the current incident.

The platform creates Coaching Assessments

Each time a record is updated, the system will check if it can find a matching discipline and opportunity. If both a present, the system may create an assessment, depending of the configuration you set in the discipline. If every opportunity creates an assessment, it may be too much work for the coaches… So, you may define that only some percentage of the opportunities triggers a new assessment.

Let’s have a look at an actual assessment record. From the form, you can review the record that triggered the assessment. The snapshot field contain the coaching guidelines you defined in the opportunity.

The coachee then assess the fulfiller and what kind of followup could be needed for additional guidance.

The coach may provide advice for the coachee and justify the assessment rating.

Once the assessment is complete the coachee may re-open it if he/she contest the decision.

Now you know how to install and use the Coaching loops plugin. To conclude this article, here are a few additional bullet points.

Technical Tips & Tricks

  • Every record update starts a search for a matching opportunity, then for a matching discipline. If both are found, triggering an assessment is considered.
  • The system is NOT able to trigger multiple Assessments should several discipline /opportunity be matched by a record update. It will stop at first match.
  • For non itll coachees, you need to assign the role cl_user.
  • Since coachees are already fulfillers, there’s no extra licensing cost.
  • You can use the coaching process on tables that do not extend the Task table. Duplicate the business rule “Coaching Opportunity creator for Task“, specify a new table, make any other required changes, and save the new Best regards, under a new name. 

Improvements ideas

Coaching Loop are available since 2012 but have never been updated after the first release. I learned that ServiceNow recently assigned a new product owner the plugin. I’m quite excited over the possibility that this amazing plugin could be given more attention over a new and improved release!

In the meantime, here is some improvements you can do on your own instance:

  • Add relevant mouse-over Hints and guidance to the assessment form fields.
  • Create an interactive Guided Tour, to ensure that users understand what continuous coaching is and how to use the assessments.
  • Make Short Description mandatory.
  • Add Activity History to the form.
  • Update the Work Note field Type from “Journal Input” to “Journal” (for consistency with UI16).

History and Usage

  • This plugin is from 2012 and have never been updated since.
  • This gem received little publicity and is possibly the most useful AND most under-used plugin.
  • Use this to gamify your team’s performance.
  • Think outside ITIL and apply this to all kind of task-based process.

Sources

Bonus PowerPoint presentation

The illustrations from this article come from a presentation I made for my local ServiceNow User Group in November 2017. You’re welcome to download it and freely re-use the slides as you want:

One Reply to “Coaching Loops”

Leave a Reply