Cognitive Walkthrough
This skill enables AI agents to perform a task-specific usability evaluation using the Cognitive Walkthrough method, a technique that simulates how users (especially novices) think through completing specific tasks in an interface.
Unlike broad heuristic evaluations, Cognitive Walkthrough provides deep analysis of particular user journeys, identifying where users get stuck, confused, or make errors.
Use this skill when you need granular, task-focused insights into learnability and ease of first use.
Combine with "Nielsen Heuristics" for general usability, "Don Norman Principles" for intuitive design, or "WCAG Accessibility" for inclusive access.
When to Use This Skill
Invoke this skill when:
- Analyzing specific user tasks (e.g., "complete checkout", "upload a file")
- Evaluating learnability for first-time users
- Identifying points of confusion in a flow
- Debugging why users fail to complete tasks
- Assessing onboarding or critical user journeys
- Comparing alternative designs for the same task
- Preparing for usability testing (hypothesis generation)
Inputs Required
When executing this walkthrough, gather:
- task_description: Specific task to evaluate (e.g., "Create a new account and add first item to wishlist") [REQUIRED]
- user_persona: Target user type (novice/intermediate/expert, demographics, goals, prior experience) [REQUIRED]
- interface_description: Description of the interface (web/mobile app, key features) [REQUIRED]
- screenshots_or_prototype: Visual references of the interface [OPTIONAL but highly recommended]
- starting_point: Where the task begins (e.g., "homepage", "logged-in dashboard") [OPTIONAL, defaults to common entry point]
- success_criteria: How to know task is complete [OPTIONAL, inferred from task if not specified]
The Cognitive Walkthrough Method
Cognitive Walkthrough evaluates four key questions at each step:
For Each Action in the Task:
Q1: Will users try to achieve the right effect?
- Do users understand what they need to do next?
- Is the goal of this step clear?
- Does it match their mental model of the task?
Q2: Will users notice that the correct action is available?
- Is the control/action visible?
- Can users find what they need to interact with?
- Is it discoverable without hunting?
Q3: Will users associate the correct action with the effect they're trying to achieve?
- Does the control's appearance/label suggest it will do what they want?
- Is there a clear connection between action and goal?
- Are affordances and signifiers clear?
Q4: If the correct action is performed, will users see that progress is being made?
- Is there immediate feedback?
- Does the system confirm the action succeeded?
- Can users tell they're closer to their goal?
Walkthrough Procedure
Follow these steps systematically:
Step 1: Define the Context (5 minutes)
-
Identify the task:
- What is the user trying to accomplish?
- What is the success criteria?
- Example: "Add a product to cart and proceed to checkout"
-
Define the user:
- Experience level: First-time user / Occasional user / Expert
- Domain knowledge: Novice / Familiar / Expert
- Technical proficiency: Low / Medium / High
- Context: Desktop / Mobile / Tablet, Time pressure, Environment
- Motivation: Why are they doing this task?
-
Establish starting state:
- Where does the task begin? (homepage, search results, profile page)
- What do users already know?
- What are they thinking/feeling at the start?
Step 2: Decompose the Task (10 minutes)
Break the task into atomic actions (smallest meaningful steps):
Example Task: "Create account and add item to wishlist"
- Navigate to homepage
- Find "Sign Up" or "Create Account" button
- Click "Sign Up" button
- Locate email field
- Enter email address
- Locate password field
- Enter password
- Click "Create Account" button
- Wait for confirmation/redirect
- Navigate to product page
- Find "Add to Wishlist" button
- Click "Add to Wishlist"
- Confirm item was added
Key principle: Each action should be a single, observable user behavior.
Step 3: Walk Through Each Action (30-60 minutes)
For each action, answer the 4 cognitive questions:
Action Template:
## Action [N]: [Description]
**User's Goal at this step:** [What they're trying to accomplish]
**Current State:** [What they see/where they are]
### Q1: Will users try to achieve the right effect?
- **Analysis**: [Will users know what to do next?]
- **Issues**: [Problems if any]
- **Rating**: ✅ Clear / ⚠️ Unclear / ❌ Confusing
### Q2: Will users notice the correct action is available?
- **Analysis**: [Is the control visible/findable?]
- **Issues**: [Problems if any]
- **Rating**: ✅ Visible / ⚠️ Somewhat hidden / ❌ Hidden
### Q3: Will users associate action with intended effect?
- **Analysis**: [Does the control suggest what it does?]
- **Issues**: [Problems if any]
- **Rating**: ✅ Clear / ⚠️ Ambiguous / ❌ Misleading
### Q4: Will users see progress is being made?
- **Analysis**: [Is there feedback after the action?]
- **Issues**: [Problems if any]
- **Rating**: ✅ Clear feedback / ⚠️ Delayed/weak / ❌ No feedback
### Critical Issues Found:
- [Issue 1]
- [Issue 2]
### Recommendations:
- [Specific improvement 1]
- [Specific improvement 2]
---
Step 4: Synthesize Findings (15 minutes)
After walking through all actions:
-
Identify failure points:
- Where did multiple questions get ❌ or ⚠️ ratings?
- Which steps are most likely to cause user confusion?
- Where might users give up?
-
Categorize issues:
- Critical blockers: Users likely can't complete task
- Major friction: Users struggle significantly but may succeed
- Minor issues: Small delays or confusion
- Cognitive load: Mental effort required
-
Calculate success likelihood:
- Estimate % of target users who would complete task on first try
- Identify most common failure modes
-
Prioritize improvements:
- Quick wins (easy fixes, high impact)
- Major redesigns (complex fixes, high impact)
- Nice-to-haves (easy fixes, low impact)
Step 5: Generate Report (10 minutes)
Create comprehensive walkthrough report (see format below).
Report Structure
# Cognitive Walkthrough Report
**Task**: [Task description]
**User Persona**: [User type and characteristics]
**Interface**: [System/app being evaluated]
**Date**: [Date]
**Evaluator**: [AI Agent]
---
## Executive Summary
### Task Success Prediction
**Estimated Success Rate (First Attempt)**: [X]% of target users
### Critical Findings
1. [Most critical issue]
2. [Second critical issue]
3. [Third critical issue]
### Overall Assessment
[2-3 sentence summary of learnability]
---
## User Context
### Target User Profile
- **Experience Level**: [Novice/Intermediate/Expert]
- **Domain Knowledge**: [Description]
- **Technical Proficiency**: [Low/Medium/High]
- **Device/Context**: [Desktop/Mobile, environment]
- **Motivation**: [Why they're doing this]
- **Prior Experience**: [What they already know]
### Task Definition
**Goal**: [What user wants to accomplish]
**Success Criteria**: [How to know they succeeded]
**Starting Point**: [Where task begins]
---
## Step-by-Step Walkthrough
### Action 1: [Navigate to homepage]
**User's Goal**: Find where to start creating an account
**Current State**: User just arrived at homepage
#### Q1: Will users try to achieve the right effect?
- **Analysis**: Users typically look for "Sign Up", "Register", or "Create Account" in header/nav
- **Issues**: None expected - standard mental model
- **Rating**: ✅ Clear
#### Q2: Will users notice the correct action is available?
- **Analysis**: "Sign Up" button is in top-right corner of header (standard location)
- **Issues**: Small text (12px), low contrast (#999 on #FFF = 2.8:1)
- **Rating*