usability-frameworks
Usability testing methodology, Nielsen's heuristics, and usability metrics. Use when planning usability tests, evaluating UI against heuristics, writing test scripts, or measuring task success rates. Trigger on: 'run a usability test', 'heuristic evaluation', 'usability test script', 'task success rate', 'think-aloud protocol'.
What this skill does
# Usability Frameworks Comprehensive frameworks and methodologies for planning, conducting, and analyzing usability tests to improve user experience. ## When to Use This Skill **Auto-loaded by agents**: - `research-ops` - For usability testing and heuristic evaluation **Use when you need**: - Planning usability tests - Conducting user testing sessions - Evaluating interface designs - Identifying usability problems - Testing prototypes or live products - Applying Nielsen's heuristics - Measuring usability metrics ## Core Concepts ### What is Usability Testing? Usability testing is a method for evaluating a product by testing it with representative users. Users attempt to complete typical tasks while observers watch, listen, and take notes. **Purpose**: Identify usability problems, discover opportunities for improvement, and learn about user behavior and preferences. **When to use**: - Before development (testing prototypes) - During development (iterative testing) - After launch (validation and optimization) - Before major redesigns ### The Five Usability Quality Components (Jakob Nielsen) 1. **Learnability**: How easy is it for users to accomplish basic tasks the first time? 2. **Efficiency**: How quickly can users perform tasks once they've learned the design? 3. **Memorability**: Can users remember how to use it after time away? 4. **Errors**: How many errors do users make, how severe, and how easily can they recover? 5. **Satisfaction**: How pleasant is it to use the design? ## Usability Testing Methodologies ### 1. Moderated Testing **Setup**: Researcher guides participants through tasks in real-time **Location**: In-person or remote (video call) **Best for**: - Early-stage prototypes needing clarification - Complex products requiring guidance - Exploring "why" behind user behavior - Uncovering emotional reactions **Process**: 1. Welcome and set expectations 2. Pre-task questions (background, experience) 3. Task scenarios with think-aloud protocol 4. Post-task questions and discussion 5. Wrap-up and thank you **Advantages**: - Rich qualitative insights - Can probe deeper into issues - Observe non-verbal cues - Clarify misunderstandings immediately **Limitations**: - More time-intensive (30-60 min per session) - Researcher bias possible - Smaller sample sizes - Scheduling logistics ### 2. Unmoderated Testing **Setup**: Participants complete tasks independently, recorded for later review **Location**: Remote, on participant's own schedule **Best for**: - Mature products with clear tasks - Large sample sizes needed - Quick turnaround required - Benchmarking and metrics **Process**: 1. Automated instructions and consent 2. Participants record screen/audio while completing tasks 3. Automated post-task surveys 4. Researcher reviews recordings later **Advantages**: - Faster data collection - Larger sample sizes - More natural environment - Lower cost per participant **Limitations**: - Can't probe or clarify - May miss nuanced insights - Technical issues harder to resolve - Participants may skip think-aloud ### 3. Hybrid Approaches **Combination methods**: - Moderated first impressions + unmoderated task completion - Unmoderated testing + follow-up interviews with interesting cases - Moderated pilot + unmoderated scale testing ## Nielsen's 10 Usability Heuristics Quick reference for evaluating interfaces. See `references/nielsens-10-heuristics.md` for detailed explanations and examples. 1. **Visibility of system status** - Keep users informed 2. **Match between system and real world** - Speak users' language 3. **User control and freedom** - Provide escape hatches 4. **Consistency and standards** - Follow platform conventions 5. **Error prevention** - Prevent problems before they occur 6. **Recognition rather than recall** - Minimize memory load 7. **Flexibility and efficiency of use** - Accelerators for experts 8. **Aesthetic and minimalist design** - Remove irrelevant information 9. **Help users recognize, diagnose, and recover from errors** - Plain language error messages 10. **Help and documentation** - Provide when needed ## Think-Aloud Protocol ### What It Is Participants verbalize their thoughts while completing tasks, providing real-time insight into their mental model. ### Types **Concurrent think-aloud**: Speak while performing tasks - More natural thought flow - May affect task performance slightly **Retrospective think-aloud**: Review recording and explain thinking after - Doesn't disrupt natural behavior - May forget or rationalize thoughts ### Facilitating Think-Aloud **Prompts to use**: - "What are you thinking right now?" - "What are you looking for?" - "What would you expect to happen?" - "Is this what you expected?" **Don't**: - Ask leading questions - Provide hints or solutions - Interrupt natural flow too often - Make participants feel tested See `references/think-aloud-protocol-guide.md` for detailed facilitation techniques. ## Task Scenario Design Good task scenarios are critical to meaningful usability test results. ### Characteristics of Good Task Scenarios **Realistic**: Based on actual user goals **Specific**: Clear endpoint/success criteria **Self-contained**: Provide all necessary context **Actionable**: Clear starting point **Not prescriptive**: Don't tell them how to do it ### Example Transformation **Poor**: "Click on the 'My Account' link and change your password" - Too prescriptive, tells them exactly where to click **Good**: "You've heard about recent security breaches and want to make your account more secure. Update your account to use a stronger password." - Realistic motivation, clear goal, doesn't prescribe path ### Task Complexity Levels **Simple tasks** (1-2 steps): Establish baseline usability **Medium tasks** (3-5 steps): Test core workflows **Complex tasks** (6+ steps): Evaluate overall experience and error recovery See `assets/task-scenario-template.md` for ready-to-use templates. ## Severity Rating Framework Not all usability issues are equal. Prioritize fixes based on severity. ### Three-Factor Severity Rating **Frequency**: How often does this issue occur? - High: > 50% of users encounter - Medium: 10-50% encounter - Low: < 10% encounter **Impact**: When it occurs, how badly does it affect users? - High: Prevents task completion / causes data loss - Medium: Causes frustration or delays - Low: Minor annoyance **Persistence**: Do users overcome it with experience? - High: Problem doesn't go away - Medium: Users learn to avoid/work around - Low: One-time problem only ### Combined Severity Ratings **Critical** (P0): High frequency + High impact **Serious** (P1): High frequency + Medium impact, OR Medium frequency + High impact **Moderate** (P2): High frequency + Low impact, OR Medium frequency + Medium impact, OR Low frequency + High impact **Minor** (P3): Everything else See `assets/severity-rating-guide.md` for detailed rating criteria and examples. ## Usability Metrics ### Quantitative Metrics **Task Success Rate**: % of participants who complete task successfully - Binary: Did they complete it? (yes/no) - Partial credit: Did they complete most of it? **Time on Task**: How long to complete (for successful completions) - Compare to baseline or competitor benchmarks **Error Rate**: Number of errors per task - Define what counts as an error for each task **Clicks/Taps to Task Completion**: Efficiency measure - More relevant for well-defined tasks ### Standardized Questionnaires **SUS (System Usability Scale)**: - 10 questions, 5-point Likert scale - Score 0-100 (industry avg ~68) - Quick, reliable, easy to administer - Good for comparing versions or benchmarking **UMUX (Usability Metric for User Experience)**: - 4 questions, lighter than SUS - Similar reliability - Faster for participants **SEQ (Single Ease Question)**: - "Overall, how difficult or easy was the task to complete?" (1-7) - One question per task - Im
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.