cognitive-walkthrough

cognitive-walkthrough is a skill for Claude Code, Codex from mastepanoski/claude-skills. It costs 38 tokens per session (4,224 once invoked), scanned A, original, MIT.

A task-focused usability review that steps through an interface as a first-time user would, looking for unclear actions, confusion, and learning problems.

In plain words
What is it for?
Use it to examine tasks such as checking out, uploading a file, signing up, or completing onboarding. It can also help compare designs and prepare questions for usability testing.
Why use it?
It helps explain why people get stuck or fail to finish an important task. It focuses on one user journey instead of giving only a broad interface review.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to examine tasks such as checking out, uploading a file, signing up, or completing onboarding. It can also help compare designs and prepare questions for usability testing.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/mastepanoski/claude-skills/cognitive-walkthrough
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add mastepanoski/claude-skills --skill cognitive-walkthrough
Clone the repo
git clone --depth 1 https://github.com/mastepanoski/claude-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for cognitive-walkthrough

README.md
[![agentmods](https://agentmods.dev/badge/skills/mastepanoski/claude-skills/cognitive-walkthrough/github.svg)](https://agentmods.dev/skills/mastepanoski/claude-skills/cognitive-walkthrough)
Your own site
<a href="https://agentmods.dev/skills/mastepanoski/claude-skills/cognitive-walkthrough"><img src="https://agentmods.dev/badge/skills/mastepanoski/claude-skills/cognitive-walkthrough/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for cognitive-walkthrough

Your own site · 80×15
<a href="https://agentmods.dev/skills/mastepanoski/claude-skills/cognitive-walkthrough"><img src="https://agentmods.dev/badge/skills/mastepanoski/claude-skills/cognitive-walkthrough.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 38 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,224 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • Socket pass 18 Mar 2026
  • Snyk pass 16 Feb 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00038 $0.04224
Opus 5 $0.00019 $0.02112
Sonnet 5 $0.00008 $0.00845
Haiku 4.5 $0.00004 $0.00422

Measured 12d ago against content hash 482e0684333b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

cognitive-walkthrough scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/cognitive-walkthrough/SKILL.md · 564 lines

How it starts

The opening of the file, as written. The whole thing — 564 lines — stays where its author put it; the contents beside it link to each section on GitHub.

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?

Read the full file on GitHub · 564 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 564 lines · 38 tokens per session scan A 482e0684333b

Subscribe to this mod's changes

cognitive-walkthrough is a skill published in the GitHub repository mastepanoski/claude-skills (53 stars, last pushed 3mo ago), licensed MIT. It adds 38 tokens to every session and 4,224 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

agent-config

Use when writing or editing agent configuration, especially permission rules in settings.json, skills, hooks, or MCP servers. Covers the permission-matching behaviour that makes a rule grant more than it reads, and how to check configuration with agentfile.

dennishavermans/agentfile · 51 tokens

fireworks-tech-graph

A generator for technical diagrams that exports them as SVG and PNG images. It is intended for architecture, data-flow, flowchart, sequence, agent, memory, and concept-map diagrams.

boshi-xixixi/TraeSkill · 105 tokens

draw-io-diagram-generator

Use when creating, editing, or generating draw.io diagram files (.drawio, .drawio.svg, .drawio.png). Covers mxGraph XML authoring, shape libraries, style strings, flowcharts, system architecture, sequence diagrams, ER diagrams, UML class diagrams, network topology, layout strategy, the hediet.vscode-drawio VS Code…

boshi-xixixi/TraeSkill · 94 tokens

design

Check design-system and UI consistency for diffs that touch user-facing surfaces. Use for visual changes, design checks, or as the UI stage of $ship, including small component, style, copy, and layout changes.

magarcia/skills · 46 tokens

make-repo-contribution

All changes to code must follow the guidance documented in the repository. Before any issue is filed, branch is made, commits generated, or pull request (or PR) created, a search must be done to ensure the right steps are followed. Whenever asked to create an issue, commit messages, to push code, or create a PR, use…

boshi-xixixi/TraeSkill · 82 tokens

drawio

Generate draw.io diagrams as .drawio files and export to PNG/SVG/PDF with embedded XML.

boshi-xixixi/TraeSkill · 23 tokens