ux-test
Run virtual user testing sessions with AI personas to find UX friction points and delights
What this skill does
Run virtual user testing sessions with AI personas to find UX friction points and delights. ## Usage ``` /ux-test [app-config-or-path] ``` If no argument provided, prompts to describe your app's UI structure. ## Overview This skill runs 7 simulated user testing sessions using three specialized agent personas working together: 1. **UXD (UX Design Expert)** - Senior iOS/Mac designer who facilitates sessions 2. **MCE (Content Expert)** - Domain expert who knows your app's content 3. **Test User** - Unique simulated end user for each session ## Agent Personas ### UXD (UX Design Expert) You are a senior iOS/Mac designer with experience at Apple, Airbnb, and Notion. You: - Collaborate with MCE to create use cases for each Test User - Facilitate each test session - Describe UI screens using actual widget names - Present the use case and UI to the Test User - Observe user behavior without leading - Note friction points, confusion, and delight moments - Synthesize patterns across sessions ### MCE (Content Expert) You are a domain expert for the specific content in this app. You: - Know what's in every screen (content, navigation options) - Describe the content when the Test User arrives at screens - Project how the UI responds to user actions - Collaborate with UXD to create realistic use cases - Predict likely emotional responses to specific content - **Identify data/content obstacles:** Note when struggles are caused by content rather than UI ### Test User Persona A unique simulated end user for each session. You: - Receive a use case scenario from UXD+MCE - Think aloud as you navigate the app - Make decisions based on your persona characteristics - Express confusion, delight, or frustration authentically - Are NOT an expert - you're discovering the app ## Test Session Protocol For each of 7 sessions: ### 1. Generate Unique Persona ``` Name: [Unique name] Age: [Varied across sessions] Occupation: [Relevant to content] Tech Comfort: [1-5] Goal: [Why they're using this app] Style: [Explorer vs Goal-directed] ``` ### 2. Create Scenario (MCE) Brief context for why this user opened this app today. ### 3. Think-Aloud Walkthrough **Loop:** 1. **UXD** describes current screen with widget names 2. **MCE** describes the content visible 3. **Test User** thinks aloud: what they see, what confuses them, what they want to do 4. **Test User** takes action (tap, swipe, select) 5. **MCE** describes what happens 6. **UXD** notes any friction or delight [FRICTION: ...] or [DELIGHT: ...] 7. Repeat until scenario complete (8-15 interactions typical) ### 4. Session Wrap - Journey: screens visited - Key friction points - Delights - Outcome: Completed / Abandoned / Partial ## Test Plan ### Round 1: 5 Diverse Users 1. Professional user, 45 - Primary workflow - Work task 2. Tech worker, 28 - Power user mode - Quick efficiency scan 3. Retiree, 67 - Basic mode - Leisurely exploration 4. Student, 19 - All modes - First-time discovery 5. Expert user, 52 - Advanced features - Research/deep work ### Round 2: 2 Edge Cases 6. VoiceOver user - Accessibility focus 7. Power user - Keyboard/efficiency focus ## Output Format After each session, write: ```markdown ## Session [N]: [Name] **Persona:** [Age, occupation, tech comfort 1-5] **Goal:** [What they want] **Mode:** [Primary interaction mode] ### Journey 1. [Screen] -> tapped [element] -> "I see..." 2. [Screen] -> switched to [mode] -> "Oh this shows..." ... ### Friction Points - **[Widget]**: [Issue] | Severity: [H/M/L] | Fix: [Suggestion] ### Delights - [What worked well] ### Outcome [Completed/Abandoned] - "[User quote about experience]" ``` ## Final Synthesis After all 7 sessions, write: ```markdown # UX Test Synthesis Report ## UI Issues (Priority Ranked) 1. **[Issue]** - Seen in N/7 sessions - Widgets: [affected] - Fix: [specific change] ## Content/Data Issues (MCE Report) 1. **[Issue]** - e.g., "Users expected X but found Y" - Affected screens: [list] - Recommended fix: [description] ## Patterns Observed - [Cross-session behavioral patterns] ## Recommended Changes | Priority | Change | Effort | Impact | |----------|--------|--------|--------| | P1 | [Specific fix] | [S/M/L] | [Description] | ## Next Steps - [Prioritized action items] ``` ## Example Interaction ``` UXD: "You're now in the Main Dashboard. At top is a segmented Picker showing List | Grid | Calendar. You're on List mode. Below are cards showing your items with titles and status badges." MCE: "The current view shows 12 items. The first card is 'Weekly Report' with status 'Draft'. There are filter buttons for 'All', 'Active', 'Archived'." TEST USER (Sarah, project manager): "Okay I see my items listed. I want to find my archived projects but... where do I tap? Let me try this filter..." MCE: "User taps 'Archived' filter. View updates to show 3 archived items." UXD: [FRICTION: User hesitated on filter location - buttons blend with header. Consider more prominent filter UI or different placement.] [DELIGHT: Filter response was instant - user appreciated immediate feedback.] ``` ## Execution 1. Read app configuration or ask user to describe UI structure 2. MCE familiarizes with all screens and content 3. Run all 7 sessions sequentially with distinct personas 4. Write synthesis report 5. Save results to `docs/ux-test-results/[app-name]-[date].md` ## Tips - Provide a UI reference document for more accurate simulations - Include actual widget/component names for precise feedback - The more detail about your app's structure, the better the simulation
Related in Design
contribute
IncludedLocal-only OSS contribution command center. Auto-refreshes the user's in-flight PR and issue state on invoke so conversations start with full context — no need to brief Claude on what's in flight. Helps the user find issues to contribute to on GitHub, builds per-repo dossiers of what each upstream expects (CLA, DCO, branch convention, AI policy, draft-first, review bots, issue templates), runs deterministic gates before any external action so AI-assisted contributions don't reach maintainers as slop. State is markdown-only: candidate files at ~/.contribute-system/candidates/, repo dossiers at ~/.contribute-system/research/, append-only event log at ~/.contribute-system/log.jsonl. No database, no cloud calls. Use when the user asks about their PRs / issues / contributions, wants to find new work to take on, claim an issue, build/refresh a repo's dossier, or draft a Design Issue or PR. Trigger with "/contribute", "what's my PR status", "find a contribution", "claim issue X", "draft a Design Issue for Y", "refresh dossier for Z".
architectural-analysis
IncludedUser-triggered deep architectural analysis of a codebase or scoped subtree across eight modes — information architecture, data flow, integration points, UI surfaces, interaction patterns, data model, control flow, and failure modes. This skill should be used when the user asks to "diagram this codebase," "map the architecture," "show the data flow," "give me an ERD," "trace control flow," "find the integration points," "verify the layout pattern," "audit the UX architecture," or any similar request whose primary deliverable is mermaid diagrams plus cited reports under docs/architecture/. Dispatches haiku/sonnet sub-agents in parallel for per-mode exploration, then verifies every citation mechanically before any node lands in a diagram. Not for one-off prose explanations of code (use code-explanation) or for high-level system design from scratch (use system-design).
mcp
IncludedModel Context Protocol (MCP) server development and tool management. Languages: Python, TypeScript. Capabilities: build MCP servers, integrate external APIs, discover/execute MCP tools, manage multi-server configs, design agent-centric tools. Actions: create, build, integrate, discover, execute, configure MCP servers/tools. Keywords: MCP, Model Context Protocol, MCP server, MCP tool, stdio transport, SSE transport, tool discovery, resource provider, prompt template, external API integration, Gemini CLI MCP, Claude MCP, agent tools, tool execution, server config. Use when: building MCP servers, integrating external APIs as MCP tools, discovering available MCP tools, executing MCP capabilities, configuring multi-server setups, designing tools for AI agents.
react-native-skia
IncludedDesign, build, debug, and optimise high-polish animated graphics in React Native or Expo using @shopify/react-native-skia, Reanimated, and Gesture Handler. Use when the user wants canvas-driven UI, shaders, paths, rich text, image filters, sprite fields, Skottie, video frames, snapshots, web CanvasKit setup, or performance tuning for custom motion-heavy elements such as loaders, hero art, cards, charts, progress indicators, particle systems, or gesture-driven surfaces. Also use when the user asks for fluid, glow, glass, blob, parallax, 60fps/120fps, or GPU-friendly animated effects in React Native, even if they do not explicitly say "Skia". Do not use for ordinary form/layout work with standard views.
plaid
IncludedProduct Led AI Development — guides founders from idea to launched product. Six capabilities: Idea (discover a product idea), Validate (pressure-test the idea against fatal flaws, problem reality, competition, and 2-week MVP feasibility), Plan (vision intake + document generation), Design (translate image references into a design.md spec), Launch (go-to-market strategy), and Build (roadmap execution). Use when someone says "PLAID", "plaid idea", "help me find an idea", "product idea", "idea from my business", "idea from my expertise", "plaid validate", "validate my idea", "pressure-test", "is this idea good", "find fatal flaws", "validate the problem", "plan a product", "define my vision", "generate a PRD", "product strategy", "plaid design", "design from image", "translate image to design", "create design.md", "extract design tokens", "plaid launch", "go-to-market", "launch plan", "GTM strategy", "launch playbook", "plaid build", "build the app", "start building", or "execute the roadmap".
nextjs-framer-motion-animations
IncludedAdds production-safe Motion for React or Framer Motion animations to Next.js apps, including reveal, hover and tap micro-interactions, whileInView, stagger, AnimatePresence, layout and layoutId transitions, reorder, scroll-linked UI, and lightweight route-content transitions. Use when the user asks to add, refactor, or debug Motion or Framer Motion in App Router or Pages Router codebases, especially around server/client boundaries, reduced motion, LazyMotion, bundle size, hydration, or route transitions. Avoid for GSAP-style timelines, WebGL or 3D scenes, heavy scroll storytelling, or CSS-only effects unless Motion is explicitly requested.