Service Design
Learn how to design IT services, processes, and other aspects of service management.
Content
Service Catalog Management
Versions:
Watch & Learn
AI-discovered learning video
Sign in to watch the learning video for this topic.
Service Catalog Management — The IT "Menu" That Actually Helps People
Imagine walking into a restaurant where the menu is scribbled on a napkin, half the dishes are missing, and the waiter insists that mushroom risotto is a networking function. Welcome to unmanaged services. Let us not be those people.
This lesson sits right after Design Coordination and the Service Design overview, so you already know how we bundle design activities and keep them from turning into chaos. Now we get specific: how to represent services so users, finance, operations, and suppliers all speak the same language.
Service Catalog Management is the discipline that builds and maintains the single source of truth for the services an IT organization offers. It is where strategy becomes consumable, design becomes discoverable, and operations can actually deliver what was promised.
Why this matters (and why your coffee break depends on it)
- Customers need clarity: what can I request, how much will it cost, and what will I get? No one likes surprises — except toddlers and plot twists.
- Operations needs precision: accurate inputs, clear SLAs, and defined support boundaries reduce firefights and midnight debugging marathons.
- Finance and Strategy need traceability: what do we charge, what drives cost, and how do services map to business outcomes?
If Service Strategy told us what value looks like, and Service Design told us how to make it reliable, Service Catalog Management tells us what to list on the menu and how to describe each dish so people actually order it correctly.
Core purpose and objectives
- Create and maintain the service catalog as a single source of usable information for all stakeholders.
- Ensure accuracy and availability of service information so that request fulfillment, change, and incident processes can use it reliably.
- Support decision making in finance, capacity, and service portfolio activities.
Key outcomes
- A published, accurate service catalog accessible to users and staff.
- Clear mappings between catalog items and SLAs, costs, CI relationships, and operational runbooks.
- A lightweight governance model that keeps the catalog trustworthy.
What belongs in a service catalog entry? (the minimal menu item)
Each service or catalog item should have a consistent set of attributes. Think of this as the nutritional label for IT services.
- Name and ID — unique and human readable
- Description — what it does and who it is for
- Owner and support groups — RACI essentials
- Availability and SLA targets — uptime, response, resolution tiers
- Cost and billing model — chargeback, showback, fixed price
- Requestable options — configuration choices and constraints
- Dependencies and relationships — CIs and supporting services
- Status — active, in development, retired
- How to request — portal link, form fields, approvals
- Runbook / Known errors — quick links for support staff
Business catalog vs Technical catalog — quick comparison
| Aspect | Business Service Catalog | Technical Service Catalog |
|---|---|---|
| Audience | End users, customers, finance | IT staff, architects, operations |
| Content | Service descriptions, SLAs, costs, request paths | CI relationships, integration details, monitoring points |
| Purpose | Drive consumption and easy requests | Enable delivery, support, and automation |
Both are needed. One helps users order; the other helps deliver.
How it connects to things you already learned
- From Service Strategy: catalog items should map to value propositions and business outcomes. If the strategy says focus on mobile productivity, your catalog must expose mobile workspace services with prioritized SLAs and pricing.
- From Design Coordination: use the governance mechanisms you designed to approve new catalog entries, changes, and retirements. Design Coordination ensures these updates are consistent with other design activities.
Activities and a lightweight workflow
- Define the service and its attributes (Product owner, service designer)
- Validate dependencies with configuration management (CMDB) and architecture
- Approve via Design Coordination or CAB for catalog publication
- Publish to the service portal and internal catalogs
- Maintain through periodic reviews and change control
- Retire when the service is deprecated and update stakeholders
Pro tip: Set review cadences by criticality. Financial services twice a year, internal dev tools annually.
Sample service catalog entry (JSON snippet)
{
"serviceId": "svc-001-mobile-workspace",
"name": "Mobile Workspace",
"description": "Secure mobile device management with access to corporate email and files.",
"owner": "IT Workplace Team",
"sla": { "availability": "99.5%", "response": "4 hours" },
"costModel": "per-user monthly",
"requestPath": "/portal/request/mobile-workspace",
"dependencies": ["identity-service", "mfa", "email-service"],
"status": "active"
}
Metrics that prove the catalog is working
- Catalog completeness: percent of operational services represented in the catalog
- Accuracy rate: percent of catalog attributes validated against CMDB
- Time to publish: average time from service approval to being requestable
- Request success rate: percent of requests that complete without manual intervention
- User satisfaction: portal usability and clarity scores
Which of these will execs care about? Start with accuracy and time to publish; those show control and speed.
Common pitfalls (and how to avoid them)
- Treating the catalog as a document, not a living system. Fix: automate syncs with CMDB and link to real-time monitoring.
- Overloading entries with technical jargon. Fix: maintain separate business and technical views.
- No governance for changes. Fix: lightweight approval and scheduled audits.
Quick checklist for your next catalog sprint
- Define owners for top 10 services
- Map each item to an SLA and a CI set
- Publish request forms with clear inputs
- Schedule quarterly accuracy reviews
- Add analytics to measure request success and time to fulfill
Closing — The big idea to take with you
A service catalog is not a pretty brochure. It is the contract between IT and the business, the shopping experience for users, and the assembly line instruction for operations. Do it well and you reduce friction, speed delivery, and make decision making measurable. Do it poorly and you will be the napkin menu restaurant: charming in a museum, disastrous for dinner.
Remember: strategy says what matters. Design makes it reliable. The catalog makes it usable. Keep them aligned and your users will stop calling at 2 a.m.
Key takeaways
- Build both business and technical views; they serve different audiences.
- Keep the catalog automated, governed, and reviewed regularly.
- Link every catalog item to SLAs, costs, and CIs to enable downstream processes.
Final thought: Treat your catalog like a living thing. Feed it accurate data, trim what is dead, and it will reward you with fewer incidents and happier users.
Comments (0)
Please sign in to leave a comment.
No comments yet. Be the first to comment!