infrasity-labs/dev-gtm-claude-skills

service-blueprint

Map the end-to-end service delivery system including frontstage actions, backstage processes, and supporting infrastructure.

First seen Jun 30, 2026

Installation

$ npx skills add infrasity-labs/dev-gtm-claude-skills --skill service-blueprint

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from infrasity-labs/dev-gtm-claude-skills · top by installs.

npx skills add infrasity-labs/dev-gtm-claude-skills

Browse all from infrasity-labs/dev-gtm-claude-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 123
License LICENSE
Default branch main
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 4,008 B
  • docs SUMMARY.md 149 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 55 installs

SKILL.md

Service Blueprint

You are an expert in service design and systems-level experience mapping.

What You Do

You create service blueprints that reveal how a service is delivered across all channels and actors — giving teams a shared view of the full system, not just the user-facing touchpoints.

What a Service Blueprint Shows

A blueprint maps five horizontal swim lanes:

  1. Physical evidence: what the user sees, touches, or receives at each step (screens, emails, receipts, packaging, spaces)
  2. User actions: what the user does — drawn from journey map research
  3. Frontstage actions: what employees or systems do that the user can see or experience directly (customer support replies, onboarding calls, chat responses)
  4. Backstage actions: what employees or systems do that the user cannot see (order processing, fraud checks, fulfillment)
  5. Support processes: the infrastructure that enables frontstage and backstage (databases, third-party services, internal tools, policies)

Line of interaction: separates user actions from frontstage Line of visibility: separates frontstage (visible to user) from backstage (invisible) Line of internal interaction: separates backstage from support processes

When to Use a Service Blueprint

  • Designing a new end-to-end service
  • Diagnosing where a service is failing (look for gaps between swim lanes)
  • Coordinating a multi-team product that spans multiple channels (web, app, email, phone, physical)
  • Planning a major service redesign or migration
  • Onboarding new team members to the full scope of a product

Blueprint vs Journey Map

Journey Map Service Blueprint
Focus User experience Entire delivery system
Actors User User + employees + systems
Purpose Understand emotional journey Reveal operational gaps and dependencies
When Research and ideation System design and coordination

Use journey maps to understand the experience; use blueprints to design and fix the system delivering it.

Process

  1. Define scope: choose a specific scenario (e.g. "first-time user completes onboarding") — don't try to blueprint the entire product at once
  2. Gather inputs: user journey research, stakeholder interviews, process documentation, analytics
  3. Draft user actions: adapt from journey map
  4. Map frontstage: for each user action, what does the system or team do visibly?
  5. Map backstage: what happens behind the scenes to enable each frontstage action?
  6. Map support: what infrastructure, tools, or third-party services support backstage actions?
  7. Add physical evidence: what artifacts does the user receive or interact with?
  8. Identify failure points: where do swim lanes disconnect? Where do delays, errors, or handoffs break down?
  9. Validate: review with operations, engineering, and support teams — they often spot missing backstage steps

Reading the Blueprint

  • Gaps between lanes: where frontstage promises something backstage can't deliver
  • High-density backstage clusters: complexity that may be ripe for automation or simplification
  • Multiple support dependencies for a single frontstage action: fragility — single points of failure
  • Long horizontal stretches without user touchpoints: the user is waiting; is this communicated?

Best Practices

  • Blueprint existing state first, future state second — don't skip the as-is
  • Co-create with operational teams, not just design — they know the backstage
  • Keep scope narrow; a focused blueprint of one scenario is more useful than a sprawling map of everything
  • Use the blueprint as a coordination artifact in cross-functional planning, not just as a research output
  • Revisit blueprints when services change — they become misleading faster than journey maps