Skip to content

TiSDD

TiSDD (This Is Service Design Doing, 2018) is the canonical reference book and method bank for service design, authored by Marc Stickdorn, Markus Hormeß, Adam Lawrence, and Jakob Schneider. It documents ~50 service-design methods (personas, customer journeys, service blueprints, co-creation workshops, etc.) with case studies from organisations including Adobe, Lufthansa, and the UK Government Digital Service.

Authoritative sourcehttps://www.thisisservicedesigndoing.com/methods
AuthorsStickdorn, Hormeß, Lawrence, Schneider
Local home in the kittemplate/docs/service-design/
Slot in pentaglyph#5 of 5 — the service-design layer

Most software-architecture documentation kits (including pentaglyph until 2026) skip a layer that becomes critical the moment your product has actual users:

  • Who are these users, concretely? Not “developers” — which developers, with what goals, in what context?
  • What journey are they on? Not “use the API” — what step-by-step experience leads to value?
  • What’s happening backstage when they touch the product? Not “the backend processes the request” — what humans, systems, and policies are involved?

These are service-design questions, and pentaglyph deliberately did not invent its own answers. Instead, TiSDD is bound as the upstream canon.

A persona names a specific user archetype with goals, context, and constraints. Not demographics — decision-relevant attributes.

“Maya, senior backend engineer, 8 years experience, evaluating new doc kits during her team’s quarterly tech-debt sprint. Decides on tooling for a 12-person team. Will reject anything that takes more than 30 min to evaluate.”

Pentaglyph template: 6_persona.md. Lives under service-design/personas/.

Journey maps — how do they experience this?

Section titled “Journey maps — how do they experience this?”

A journey map walks one persona through the stages of an experience, showing what they think / feel / do at each stage. Identifies friction points.

Pentaglyph template: 7_journey-map.md. Lives under service-design/journeys/.

Service blueprints — what happens frontstage and backstage?

Section titled “Service blueprints — what happens frontstage and backstage?”

A service blueprint maps the user-visible frontstage journey to the backstage systems, humans, and processes that produce it. Reveals where customer-facing failures originate in invisible backend issues.

Pentaglyph template: 8_service-blueprint.md. Lives under service-design/blueprints/.

Several service-design canons exist. TiSDD was chosen because:

  • Authoritative book + free method bank — the methods site is free and exhaustive.
  • Active community — workshops, certifications, and a maintained method library.
  • Tool-neutral — TiSDD describes the methods, not which Figma / Miro / Mural template to use. Aligns with pentaglyph’s domain-neutrality philosophy.
  • Industry adoption — used at Adobe, Lufthansa, GDS, and other large product organisations.
template/docs/service-design/
├── personas/ ← Template 6
├── journeys/ ← Template 7
└── blueprints/ ← Template 8

Note: service-design/ is opt-in via --include=service-design. Not installed by default in minimal / standard / full profiles, because many engineering teams don’t need it. Most useful for customer-facing product teams and regulated industries with explicit user-experience requirements.

  • Customer-facing product teams (B2C, B2B SaaS with real onboarding journeys).
  • Regulated industries where user experience must be documented for audit (healthcare, finance).
  • Any team where the question “who is this for, and how do they experience it?” is non-trivial.
  • Internal libraries and developer tools — the persona is usually obvious (yourself + 2 colleagues).
  • Throwaway prototypes.
  • Codebases with no user-facing surface.

The original pentaglyph predecessor (named tetragram) had four standards: arc42 + C4 + MADR + Diátaxis. In 2026, TiSDD was added as the fifth peer standard when service design became necessary for several downstream consumers building customer-facing platforms. The rename from tetragram (four) to pentaglyph (five) reflects this expansion.