# ISO 20000 Business Relationship Management

> Establish business relationship management for ISO/IEC 20000-1:2011 Clause 7.1 -- customer relationships, satisfaction measurement, complaint handling, and communication planning.



Tags: ISO 20000, SMS, Business Relationship, Customer Management, IT Service Management


## Example Prompts

- Identify service customers and users for each service in scope
- Create a complaint handling procedure with SLA targets
- Define a customer satisfaction measurement approach
- Validate our business relationship management process

URL: https://rakenne.app/skills/iso20000-business-relationship/index.md

Try this skill: https://rakenne.app/a/?skill=iso20000-business-relationship



## Overview

Manage your customer relationships with the rigor that ISO/IEC 20000-1 Clause 7.1 demands. This skill guides you through identifying service customers and user groups, establishing regular review cadences, building a complaint handling procedure, and defining how you measure customer satisfaction -- all aligned with your service catalog and SLA register.

For managed service providers pursuing ISO 20000 certification, business relationship management is often the process that auditors scrutinize most closely. It is not enough to deliver services; you must demonstrate that you systematically manage the relationship: who the customers are, how you communicate with them, how you handle complaints, and how you measure whether they are satisfied.

For a step-by-step walkthrough, see the [**ISO 20000 SMS workspace tutorial**](/learn/tutorials/iso20000-sms-workspace-guide/).

### What It Covers

- **Service customer identification** -- mapping each service to its customer and key user groups
- **Relationship management activities** -- service reviews, satisfaction surveys, escalation touchpoints
- **Complaint handling procedure** -- end-to-end lifecycle from receipt to corrective action
- **Communication plan** -- channels, frequency, audience, and escalation paths
- **Customer satisfaction measurement** -- survey instruments, CSAT/NPS metrics, targets, and continual improvement linkage

## Example Conversation

> **You:** We're a managed service provider with about 120 staff. We need to set up business relationship management for our ISO 20000 certification. We have three main service lines: managed infrastructure, cloud hosting, and IT helpdesk.
>
> **Agent:** I'll help you build the business relationship management process for Clause 7.1. Let me start by identifying the customers and user groups for each of your three services. For each service line:
>
> 1. Who is the contracting customer (the organization or department that agrees to service terms)?
> 2. Who are the key user groups that consume the service day-to-day?
> 3. How often do you currently meet with each customer for service reviews?
>
> **You:** Managed infrastructure -- customer is Northgate Financial, users are their IT ops team and developers. Cloud hosting -- we have two customers, RetailCo and MedTech Solutions, users are their platform engineering teams. Helpdesk -- customer is Northgate again, users are all 500 of their employees. We do quarterly reviews with Northgate and monthly with the others.
>
> **Agent:** Good, I've mapped three services to their customers and user groups. Now let's establish the complaint handling procedure. ISO 20000 requires a defined lifecycle for complaints. I'll walk you through each stage:
>
> 1. **Receipt and acknowledgement** -- How should customers submit complaints (email, portal, phone)?
> 2. **Acknowledgement SLA** -- What's your target time to acknowledge a complaint?
> 3. **Escalation path** -- Who handles escalation if the complaint is not resolved within the target window?
>
> **You:** Complaints come in through our service portal or via the account manager. We want to acknowledge within 4 business hours. Escalation goes to the service delivery manager, then the operations director.
>
> **Agent:** Now let's define the customer satisfaction measurement approach. ISO 20000 requires you to measure satisfaction systematically, not just react to complaints. What method would you prefer?
>
> - **Periodic survey** (e.g., quarterly CSAT or annual NPS)
> - **Post-interaction survey** (after each major incident or service request)
> - **Both**
>
> **You:** Both. Quarterly CSAT surveys for all customers plus a post-interaction survey after major incidents. We want to target 85% satisfaction.
>
> **Agent:** I'll now run the `brm_process_validator` to check completeness...
>
> **Result:** 4/4 sections complete. All customers mapped to services, complaint procedure defined with 5 stages, satisfaction measurement approach documented, and communication plan established. The process document is ready for review.

## Sample Output Excerpt

The skill produces a structured JSON file capturing all business relationship data, plus a markdown process document. Here is a representative excerpt from the JSON.

---

```json
{
  "customers": [
    {
      "service_name": "Managed Infrastructure",
      "customer_name": "Northgate Financial",
      "user_groups": ["IT Operations", "Development Team"],
      "review_frequency": "quarterly"
    },
    {
      "service_name": "Cloud Hosting",
      "customer_name": "RetailCo",
      "user_groups": ["Platform Engineering"],
      "review_frequency": "monthly"
    },
    {
      "service_name": "Cloud Hosting",
      "customer_name": "MedTech Solutions",
      "user_groups": ["Platform Engineering"],
      "review_frequency": "monthly"
    }
  ],
  "complaint_procedure": {
    "stages": ["receipt", "logging", "investigation", "resolution", "feedback"],
    "sla_acknowledgement": "4 business hours",
    "escalation_path": "Account Manager → Service Delivery Manager → Operations Director"
  },
  "satisfaction_measurement": {
    "method": "Quarterly CSAT survey + post-major-incident survey",
    "frequency": "quarterly",
    "target": "85% satisfaction",
    "metrics": ["CSAT", "Post-incident satisfaction"]
  },
  "communication_plan": {
    "channels": ["Service portal", "Email", "Quarterly review meetings"],
    "frequency": "Monthly status reports, quarterly face-to-face reviews",
    "escalation_paths": ["Account Manager", "Service Delivery Manager", "Operations Director"]
  }
}
```

<!-- /excerpt -->

## Extension Tools

### `brm_process_validator`

Validates `business-relationships.json` for ISO 20000-1 Clause 7.1 completeness. Run after drafting the business relationship management process.

| Check | What It Does |
|-------|-------------|
| **Customers identified** | Confirms at least one customer is mapped per service, with service_name and customer_name present |
| **Complaint procedure** | Verifies complaint procedure is defined with stages |
| **Satisfaction measurement** | Checks that a measurement approach is present with method and metrics |
| **Communication plan** | Validates communication channels and escalation paths are documented |

## Getting Started

Activate the *ISO 20000 Business Relationship Management* skill and have your service catalog ready -- the agent will ask you to map customers and user groups to each service. Prepare your current review cadences, preferred complaint channels, and any existing satisfaction survey data.

The completed business relationship data feeds into other ISO 20000 processes -- supplier management references customer expectations, and continual improvement uses satisfaction metrics as a key input.



---

Back to [Skill Library](https://rakenne.app/skills/index.md)
