Customer Journey & AI Touchpoint Mapping
Purpose
Maps the customer's service journey stage by stage from the customer's own
point of view, identifies friction points, and deliberately decides where
on the journey AI is worth placing — only where it removes real friction or
creates new value, not everywhere it's technically possible.
Anchored in research
- The service design / customer journey mapping tradition (a widely known
service design technique, e.g. Stickdorn & Schneider, This Is Service
Design Thinking).
- A research report supplied by the user, "AI Business Designer in the Age
of AI" (2026) — the concept-and-modeling section: strategic goals are
translated into service journeys and prototypes, and AI is placed on the
journey in a way that adds value.
Method
- Choose the customer journey to examine (e.g. the purchase process,
onboarding, a support process) and set its start and end points.
- Map the journey's stages chronologically from the customer's point of
view — what the customer does, thinks, and feels at each stage. Use a
standard journey-map structure (stage, customer action, customer
thought, customer emotion, touchpoint/channel) so the map stays
comparable across projects.
- Identify friction points (pain points): at which stages does the
customer experience frustration, uncertainty, delay, or unnecessary
effort? Distinguish friction the customer actually notices from friction
that's only visible internally (e.g. a manual handoff between two teams
that the customer never sees) — this skill maps the former.
- At each friction point, ask whether this is a problem where AI could
genuinely create value for the customer — not just internal
efficiency. Use the triage in
../../../ai-strategy-and-governance/skills/ai-opportunity-portfolio/SKILL.md
(prediction/classification/generation + data availability) for this
assessment, and check specifically: does removing this friction change
what the customer experiences, or only what happens behind the scenes?
Internal efficiency gains belong in a value chain or automation-fit
analysis, not on this map.
- Place AI touchpoints on the journey only at the points where they
remove real friction or create new value — resist adding AI simply
because it's possible. A journey stage with no identified friction point
is a candidate for no AI touchpoint, and that's a legitimate outcome
of this exercise, not a gap to fill.
- Check the overall picture: does the sum of the AI touchpoints
produce a coherent, consistent experience, or a scattered collection of
isolated AI features that each solve a local problem but don't add up to
a journey the customer would describe as "better"?
- Produce a structured journey map (stage, friction point, AI
touchpoint or not, rationale) and validate it with customer data or
interviews, not just an internal assumption.
What this skill does NOT do
- Doesn't replace real customer research — identifying friction points is
only as good as the customer data behind it, not an internal assumption.
- Doesn't make the AI implementation decision for you — see
../../../ai-strategy-and-governance/skills/ai-opportunity-portfolio/SKILL.md
and ai-use-case-feasibility-and-poc-scoping for the technical/business
assessment.
- Isn't the same thing as
../value-chain-mapping/SKILL.md — the value
chain looks at the company's internal activities; this skill looks at the
customer's experience from the outside in.
Refinement notes
Areas to keep deepening with real practice:
- your own rules of thumb for when an AI touchpoint is worth adding to the
journey vs. when it isn't
- concrete templates (into
../../references/, e.g. a journey-map
template)
- reference cases / your own examples of a successful or failed AI
touchpoint placement
- what this skill deliberately does not do (guardrails, common mistakes) —
add to the list above
Once this section is filled in and validated in practice, update the
maturity field in skills_index.json to draft, validated, or
canonical (see ../../../meta/maturity_levels.md). Don't add new
fields to the frontmatter — name and description are the only ones
allowed (see ../../../meta/frontmatter_schema.md).
Continue from here
- Related skill in the same pack:
../value-chain-mapping/SKILL.md
(a complementary internal perspective), ../strategy-canvas-and-value-curve/SKILL.md
(friction points can be sources of differentiation against competitors).
- Related skill in another pack:
../../../ai-strategy-and-governance/skills/ai-opportunity-portfolio/SKILL.md,
../../../specialisation-packs/ai-native-startup-design/skills/customer-vision-to-jtbd/SKILL.md
(JTBD-based customer understanding supports building the journey).
- This pack's shared guardrails:
../../CLAUDE.md
References
../../references/ — the pack's shared background material
../../CLAUDE.md — the pack's shared guardrails
1---2name: customer-journey-and-ai-touchpoint-mapping3description: Maps the stages and friction points of a customer's service journey, and places AI on the journey only at the points where it genuinely creates value for the customer — not technology-first.4---56# Customer Journey & AI Touchpoint Mapping78## Purpose910Maps the customer's service journey stage by stage from the customer's own11point of view, identifies friction points, and deliberately decides where12on the journey AI is worth placing — only where it removes real friction or13creates new value, not everywhere it's technically possible.1415## Anchored in research1617- The service design / customer journey mapping tradition (a widely known18 service design technique, e.g. Stickdorn & Schneider, *This Is Service19 Design Thinking*).20- A research report supplied by the user, "AI Business Designer in the Age21 of AI" (2026) — the concept-and-modeling section: strategic goals are22 translated into service journeys and prototypes, and AI is placed on the23 journey in a way that adds value.2425## Method26271. **Choose the customer journey to examine** (e.g. the purchase process,28 onboarding, a support process) and set its start and end points.292. **Map the journey's stages chronologically from the customer's point of30 view** — what the customer does, thinks, and feels at each stage. Use a31 standard journey-map structure (stage, customer action, customer32 thought, customer emotion, touchpoint/channel) so the map stays33 comparable across projects.343. **Identify friction points (pain points):** at which stages does the35 customer experience frustration, uncertainty, delay, or unnecessary36 effort? Distinguish friction the customer actually notices from friction37 that's only visible internally (e.g. a manual handoff between two teams38 that the customer never sees) — this skill maps the former.394. **At each friction point, ask whether this is a problem where AI could40 genuinely create value for the customer** — not just internal41 efficiency. Use the triage in42 `../../../ai-strategy-and-governance/skills/ai-opportunity-portfolio/SKILL.md`43 (prediction/classification/generation + data availability) for this44 assessment, and check specifically: does removing this friction change45 what the customer *experiences*, or only what happens behind the scenes?46 Internal efficiency gains belong in a value chain or automation-fit47 analysis, not on this map.485. **Place AI touchpoints on the journey only at the points where they49 remove real friction or create new value** — resist adding AI simply50 because it's possible. A journey stage with no identified friction point51 is a candidate for *no* AI touchpoint, and that's a legitimate outcome52 of this exercise, not a gap to fill.536. **Check the overall picture:** does the sum of the AI touchpoints54 produce a coherent, consistent experience, or a scattered collection of55 isolated AI features that each solve a local problem but don't add up to56 a journey the customer would describe as "better"?577. **Produce a structured journey map** (stage, friction point, AI58 touchpoint or not, rationale) and validate it with customer data or59 interviews, not just an internal assumption.6061## What this skill does NOT do6263- Doesn't replace real customer research — identifying friction points is64 only as good as the customer data behind it, not an internal assumption.65- Doesn't make the AI implementation decision for you — see66 `../../../ai-strategy-and-governance/skills/ai-opportunity-portfolio/SKILL.md`67 and `ai-use-case-feasibility-and-poc-scoping` for the technical/business68 assessment.69- Isn't the same thing as `../value-chain-mapping/SKILL.md` — the value70 chain looks at the company's internal activities; this skill looks at the71 customer's experience from the outside in.7273## Refinement notes7475Areas to keep deepening with real practice:7677- your own rules of thumb for when an AI touchpoint is worth adding to the78 journey vs. when it isn't79- concrete templates (into `../../references/`, e.g. a journey-map80 template)81- reference cases / your own examples of a successful or failed AI82 touchpoint placement83- what this skill deliberately does *not* do (guardrails, common mistakes) —84 add to the list above8586Once this section is filled in and validated in practice, update the87`maturity` field in `skills_index.json` to `draft`, `validated`, or88`canonical` (see `../../../meta/maturity_levels.md`). **Don't add new89fields to the frontmatter** — `name` and `description` are the only ones90allowed (see `../../../meta/frontmatter_schema.md`).9192## Continue from here9394- Related skill in the same pack: `../value-chain-mapping/SKILL.md`95 (a complementary internal perspective), `../strategy-canvas-and-value-curve/SKILL.md`96 (friction points can be sources of differentiation against competitors).97- Related skill in another pack:98 `../../../ai-strategy-and-governance/skills/ai-opportunity-portfolio/SKILL.md`,99 `../../../specialisation-packs/ai-native-startup-design/skills/customer-vision-to-jtbd/SKILL.md`100 (JTBD-based customer understanding supports building the journey).101- This pack's shared guardrails: `../../CLAUDE.md`102103## References104105- `../../references/` — the pack's shared background material106- `../../CLAUDE.md` — the pack's shared guardrails