# User Journey Testing

> Validate work through a realistic user path. Use for UX, tool workflows, onboarding, and generated instructions.

- Skill: `lubochka/user-journey-testing` (Agent Skill)
- Install (CLI): `npx skillmds@latest add lubochka/user-journey-testing`
- Raw SKILL.md: https://api.skillmd.com/api/skills/lubochka/user-journey-testing/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: lubochka (https://skillmd.com/u/lubochka)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/lubochka/user-journey-testing

---


# User Journey Testing

## Purpose
Validate work through a realistic user path.

## When to Use
Use for UX, tool workflows, onboarding, and generated instructions.

## Inputs
User goal, steps, expected result, viewport/tool/runtime context.

## Steps
1. State the user's goal.
2. Walk the end-to-end steps.
3. Record friction, failure, or confusion.
4. Update instructions or mark blockers.

## Gates
The journey either succeeds or has a clear blocker and next action.

## Evidence
Journey notes, screenshots when safe, command output, or report.

## Anti-Patterns
Testing only implementation internals and ignoring the user outcome.

## Related
`e2e-test-matrix`, `output-readability-gate`

