# V1 Reviewing Usability

> Use when reviewing a UI, product flow, prototype, form, admin surface, or control for user-error risk. Triggers on "review this UI", "usability review", "why is this confusing", "is this flow discoverable", "review this interaction".

- **Type:** Skill
- **Install:** `agentstack add skill-v1-io-v1tamins-v1-reviewing-usability`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [v1-io](https://agentstack.voostack.com/s/v1-io)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [v1-io](https://github.com/v1-io)
- **Source:** https://github.com/v1-io/v1tamins/tree/main/plugins/v1tamins/skills/v1-reviewing-usability

## Install

```sh
agentstack add skill-v1-io-v1tamins-v1-reviewing-usability
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Reviewing Usability

Review an interaction for whether a real user can discover what to do, do it correctly, understand what happened, and recover when things go wrong.

This is a review-only skill: follow the shared [review skeleton](references/review-skeleton.md) for posture, the findings-first output format, and severity tiers. This skill's lens is Norman's action cycle — can a real user discover what to do, do it correctly, understand what happened, and recover when things go wrong?

## Quick Start

For a product surface, prototype, screenshot, app flow, form, dashboard interaction, admin tool, or physical/digital control:

1. Identify the user's concrete goal and starting context.
2. Inspect the actual rendered or visible surface when available; do not review only source code, alt text, or requirements if the interaction can be viewed.
3. Walk the action cycle: goal, plan, specify, perform, perceive, interpret, and compare.
4. Check discoverability, signifiers, mappings, feedback, constraints, conceptual model, and error recovery.
5. Return findings first, ordered by severity, with concrete fixes and validation checks.

## What To Review

Review every visible or implied step in the interaction:

- Controls, labels, affordances, icons, buttons, gestures, keyboard shortcuts, and disabled states.
- Entry points, empty/loading/error states, success states, confirmation states, and recovery paths.
- Form fields, validation, defaults, destructive actions, permissions, and mode switches.
- Navigation, hierarchy, object relationships, state changes, and system-generated feedback.
- Copy that explains what something is, what will happen, or what already happened.

If the surface is not visible, first try to render or open it. If rendering is blocked, say exactly what was reviewed instead.

## Review Workflow

### 1. Establish The User Task

Extract or infer:

| Field | Questions |
| --- | --- |
| User | Who is trying to do the task, and what do they already know? |
| Goal | What outcome are they trying to produce? |
| Context | What happened just before this surface appears? |
| Stakes | What happens if the user gets it wrong, gives up, or misunderstands state? |
| Success | How should the user know they are done? |

If the task is unclear, mark that as a finding before discussing layout, copy, or style.

### 2. Action-Cycle Walkthrough

Walk the interaction from the user's point of view using the shared [interaction review taxonomy](references/interaction-review-taxonomy.md). Use its action-cycle stages to find gulfs of execution and evaluation.

### 3. Discoverability Pass

Use the taxonomy's discoverability mechanisms to name the exact failure: affordance, signifier, mapping, feedback, constraint, conceptual model, or knowledge-in-the-world gap.

Do not stop at "the button should be clearer." Explain why the user would mispredict the outcome.

### 4. Error-Design Pass

Treat user mistakes as design evidence before treating them as user failure. Use the taxonomy's error modes and fix priority to separate slips, mistakes, mode errors, memory burdens, irreversible actions, automation surprises, and extreme-input failures.

### 5. Redesign Recommendations

For each actionable issue, propose the smallest change that fixes the user-task failure.

Avoid generic advice such as "make it intuitive" or "improve UX." Tie every fix to the user's goal, predicted action, observed confusion, or failure mode.

## Output Format

Use the Output Format in the [review skeleton](references/review-skeleton.md). This skill adds one section after **What Works**:

```markdown
## Action-Cycle Map

| Stage | User Expectation | Surface Signal | Risk |
| --- | --- | --- | --- |
```

Severity tiers follow the skeleton; in this skill:

- **Critical:** likely to cause irreversible harm, data loss, security/privacy error, money-movement error, or dangerous misuse.
- **High:** blocks the primary task or causes a likely serious mistake.
- **Medium:** creates confusion, hesitation, wrong turns, or avoidable support burden.
- **Low:** polish issue with a clear readability or learnability benefit.

Residual risks to list when there are no findings: uninspected mobile state, unavailable permissions, missing analytics, or untested novice users.

## Review Checks

Before finalizing, ask:

- What does the user believe they can do from this surface?
- What action will the user try first, and why?
- What feedback confirms the action succeeded, failed, or is still pending?
- What state, scope, object, mode, or permission is invisible but necessary?
- What failure would be blamed on the user even though the interface invited it?
- What cues could be moved from memory into the world?
- Did the review inspect the rendered interaction, not just implementation or requirements?

## Chaining

- Use `v1-testing-prototypes` when the goal is to plan or synthesize live user sessions.
- Use `v1-reviewing-data-graphics` for charts, quantitative dashboards, and metric displays.
- Use `v1-debug` when the confusing interaction has already produced a production failure, support incident, or reproducible bug.
- Use `v1-prd` after the review reveals requirements, states, or edge cases that must be specified.

## When Not To Use This Skill

- Do not use for live prototype-test planning or synthesis; use `v1-testing-prototypes`.
- Do not use for chart or metrics truthfulness reviews unless the main issue is interaction; use `v1-reviewing-data-graphics`.
- Do not use for production bug root-cause work; use `v1-debug`.
- Do not use for broad product viability or customer-demand questions; use `v1-learning-from-customers` or `v1-strategy-review`.

## Examples

**Ambiguous destructive action**

Finding: A delete action appears beside multiple objects, but the confirmation does not name the selected object or recovery path.

Fix: Name the object, show the consequence, require confirmation only at the destructive boundary, and provide undo when feasible.

**Missing async feedback**

Finding: A save button returns to its idle state while the request is still pending, so users click repeatedly or navigate away.

Fix: Show pending state, disable duplicate submit, report success or failure, and preserve user input on failure.

**Poor control mapping**

Finding: A row of toggles controls a different row of settings below it, forcing users to infer which toggle affects which object.

Fix: Place each control next to the object it controls or group the controlled object and control in one repeated unit.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [v1-io](https://github.com/v1-io)
- **Source:** [v1-io/v1tamins](https://github.com/v1-io/v1tamins)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-v1-io-v1tamins-v1-reviewing-usability
- Seller: https://agentstack.voostack.com/s/v1-io
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
