What problem does it solve? Feature-level specs can all pass while the actual user experience remains broken. This Skill helps you define, document, and test real user journeys—complete flows with emotional states, error recovery, and timing constraints—so you validate experiences, not just features. ## Core Features & Use Cases - Journey Documentation Templates: Structured markdown templates for critical, common, and edge-case journeys with success criteria, friction points, and error scenarios per step. - Playwright Journey Testing: Serial E2E test patterns that verify each journey step, measure completion time, and test error recovery (e.g., payment decline, session timeout). - UX Validation Utilities: Automated checks for page load time, CTA visibility, layout shift (CLS), and accessibility focus management. - Use Case: Define a "Signup to First Value" journey with a 5-minute target, then write Playwright tests that verify the CTA is above the fold, signup completes in under 5 seconds, onboarding is skippable, and users recover gracefully from duplicate-email errors. ## Quick Start Ask the AI to document and test the critical signup-to-first-value user journey for my app using the user-journeys skill.