askill
service-diagnosis

service-diagnosisSafety 95Repository

Use when identifying bottlenecks, waste, and failure modes in a service — designs PDSA improvement experiments with lane-anchored measures

2 stars
1.2k downloads
Updated 2/14/2026

Package Files

Loading files...
SKILL.md

Service Diagnosis

Core principle: Diagnosis without measurement is opinion. Measurement without aim is vanity. Every improvement must state what gets better, for whom, and how you'd know.

Prerequisite

This skill reads an existing blueprint. Run service-design:service-blueprint first. The blueprint's lanes, moments of truth, and failure modes are the raw material for diagnosis.

Identify Fail Points

Mark fail points on the blueprint. For each, trace root cause across five categories:

CategoryWhat it catches
PolicyRules that force bad outcomes — approval gates, eligibility traps, rigid scripts
TrainingStaff lack knowledge or confidence to handle the scenario
SystemTechnical failures — downtime, latency, missing integrations
HandoffDrops between teams, channels, or stages — no owner, no signal
IncentiveMetrics that reward behavior misaligned with customer outcomes

Surface redundancies (duplicate work, conflicting ownership) and capacity constraints (queues, wait times, batching). These are structural — they won't appear in individual complaint data.

Anchor Measures to Lanes

Map measures directly onto blueprint lanes. Measures that float free of lanes measure nothing actionable.

LaneMeasures
Customer outcomesTask success rate, time-to-value, perceived clarity
Frontline outcomesHandle time, rework rate, escalation rate
System outcomesLatency, defect rate, policy exception frequency

State current and target for each. If current is unknown, tag [gap] — that gap is itself a finding.

Design PDSA Tests

For each top fail point, design a test: aim (what this proves), change (smallest safe experiment), measure (signal of success), expected outcome (prediction), risk/guardrail (stop condition), decision rule (scale if X, revert if Y). Small scale — one segment, one workflow, one week. Avoid big-bang rollouts.

Value Stream Mapping

When operational bottlenecks dominate — queues, rework, long lead times — diagram material and information flows end to end. Separate value-creating steps from waste (waiting, transport, overprocessing, duplication). The blueprint provides structure; the value stream map provides timing.

SERVQUAL Lens

Optional but powerful. Score the service against five dimensions:

DimensionQuestion
TangiblesDoes the physical/digital evidence signal quality?
ReliabilityDoes the service deliver what it promised?
ResponsivenessDoes the org act willing and fast?
AssuranceDo actors trust the service's competence?
EmpathyDoes the service treat the person as individual?

Map gaps to blueprint lanes. A reliability gap traced to a backstage handoff is actionable. A reliability gap floating in the abstract is not.

Confidence Discipline

Tag every claim: [confirmed] (verified in code, data, or docs), [hypothesis] (inferred from patterns), or [gap] (unknown). For each hypothesis, note what would confirm or refute it.

Output

Write to docs/service-design/<slice>/diagnosis.md using the template at service-design/templates/diagnosis.md. Populate the Aim Statement, Fail Points, Redundancies, Capacity Constraints, Lane-Anchored Measures, PDSA Tests, and SERVQUAL Assessment sections.

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

82/100Analyzed 2/19/2026

High-quality service diagnosis methodology with structured frameworks (fail point categories, lane-anchored measures, PDSA tests, SERVQUAL). Well-organized with clear tables and actionable guidance. Tags are mismatched (github-actions, observability, testing don't reflect service diagnosis). Lacks prerequisite skill context but provides substantial, reusable content.

95
85
80
72
70

Metadata

Licenseunknown
Version-
Updated2/14/2026
PublisherZempTime

Tags

github-actionsobservabilitytesting