user-journeys

Map and validate end-to-end user journeys with Playwright tests.

1|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/aberrantCode/llm_skills --skill user-journeys-aberrantcode
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: user-journeys
Source: https://github.com/aberrantCode/llm_skills/tree/main/claude/skills/user-journeys
Command: npx skills add https://github.com/aberrantCode/llm_skills --skill user-journeys-aberrantcode

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Teams often test individual features but miss how real users experience end‑to‑end flows, leading to frustration and dropped conversions. This skill provides a systematic way to map, document, and test complete user journeys.

Core Features & Use Cases

  • Journey Documentation Template: Structured markdown for goals, steps, success criteria, and error recovery.
  • Playwright Test Generation: Ready‑to‑run E2E tests for critical and edge‑case journeys such as signup, checkout, and error recovery.
  • UX Validation Checklist: Automated checks for clarity, speed, forgiveness, accessibility, and mobile readiness.
  • Metrics Dashboard: Helpers to track journey duration, drop‑off, and success rates.

Quick Start

Generate a user‑journey document for the “Signup to First Value” flow and run its Playwright test.

Frequently Asked Questions about user-journeys

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate end-to-end user journeys in Playwright?

You validate end-to-end user journeys by generating ready-to-run Playwright test scaffolds that automate critical flows like signup, checkout, and error recovery to prevent usability gaps.

What is user journey mapping for web applications?

User journey mapping documents complete user experiences using structured markdown templates that define goals, steps, success criteria, and error recovery paths for critical onboarding and checkout flows.

How do I track UX validation metrics for user flows?

Track UX validation metrics using provided dashboard helpers to monitor journey duration, drop-off rates, and success rates across tested user flows for quantitative usability analysis.

Can I use this to test error recovery and edge-case journeys?

Yes, this generates Playwright E2E tests specifically targeting edge-case journeys and error recovery scenarios, applying automated UX validation checks for clarity, forgiveness, and accessibility.

Do I need Playwright installed to map user journeys?

Playwright is required to run the generated E2E test scaffolds for automated validation, but the structured markdown journey documentation templates can be created independently without test execution.