plan-review-experience

plan-review-experience is a skill for Claude Code from duthaho/claudekit. It costs 121 tokens per session (2,534 once invoked), scanned A, original, MIT.

A reviewer for written software plans that examines both user experience (UX) and developer experience (DX), including how interfaces and error states work.

In plain words
What is it for?
Use it to score and improve plans for user-facing screens or developer-facing APIs and command-line tools.
Why use it?
It helps find unclear information, missing states, accessibility issues, awkward developer interfaces, and generic AI-written content before implementation.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

Part of the claudekit plugin — 15 skills, 8 agents shipped together

Good fit Use it to score and improve plans for user-facing screens or developer-facing APIs and command-line tools.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/duthaho/claudekit/plan-review-experience
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 duthaho/claudekit --skill plan-review-experience
Clone the repo
git clone --depth 1 https://github.com/duthaho/claudekit

Made for: Claude Code.

Or install claudekit, the plugin that ships this one along with the rest of its 15 skills, 8 agents.

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 plan-review-experience

README.md
[![agentmods](https://agentmods.dev/badge/skills/duthaho/claudekit/plan-review-experience/github.svg)](https://agentmods.dev/skills/duthaho/claudekit/plan-review-experience)
Your own site
<a href="https://agentmods.dev/skills/duthaho/claudekit/plan-review-experience"><img src="https://agentmods.dev/badge/skills/duthaho/claudekit/plan-review-experience/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 plan-review-experience

Your own site · 80×15
<a href="https://agentmods.dev/skills/duthaho/claudekit/plan-review-experience"><img src="https://agentmods.dev/badge/skills/duthaho/claudekit/plan-review-experience.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 121 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,534 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
  • NVIDIA SkillSpector pass 7 Sept 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.00121 $0.02534
Opus 5 $0.00060 $0.01267
Sonnet 5 $0.00024 $0.00507
Haiku 4.5 $0.00012 $0.00253

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

Security

Grade A, and why

plan-review-experience 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 10d 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/plan-review-experience/SKILL.md · 187 lines

How it starts

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

Plan Review — Experience Dimension

Overview

The experience-dimension reviewer for plan-review. Scores five sub-dimensions: information hierarchy, state coverage, accessibility, DX ergonomics, and AI-slop avoidance. UX and DX in one pass reflects that "user" and "developer" are both human consumers of an interface — what differs is the surface (a screen vs an API/CLI), not the rigor required. The skill produces scored findings paired with concrete fixes the plan author can apply. Used by plan-review's orchestrator in parallel with plan-review-architecture.

When to Use

  • Invoked by plan-review as one of its two parallel reviewers
  • The user wants an experience pass on a plan without the architecture review
  • A plan has been edited substantially in user-facing or API-facing areas

When NOT to Use

  • The plan has no user-facing or developer-facing surface (pure internal job; experience review will produce noise)
  • The change is single-task and the experience implications are obvious

Process

Step 1: Pre-read

Goal: Identify the surfaces the plan touches.

Inputs: The plan file. Optionally: the spec, existing UI mockups, or API specs.

Actions:

  1. Read the spec and plan.
  2. Identify each user-facing or developer-facing surface in the plan: screens, modals, error states, API endpoints, CLI flags, config keys, log lines, error messages, docs.
  3. For each, note: who consumes this, in what context, with what level of familiarity.

Output: A surfaces inventory: <surface> — <consumer> — <context>.

Step 2: Score the five sub-dimensions

Goal: 5 scores with cited findings.

Inputs: The plan and the surfaces inventory.

Actions: For each sub-dimension below, score 0-10 and write at least one finding citing a plan task or section.

  1. Information hierarchy (0-10)
    • For each user-facing surface: does the plan name what's primary, secondary, tertiary?
    • Does the plan say what the user sees first?
    • Score 10 = hierarchy is unambiguous from the plan.
    • Score 5 = the plan describes what's on a screen but not what's emphasized.
    • Score 0 = the plan lists features without ordering.

Read the full file on GitHub · 187 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. 10d ago First seen · 187 lines · 121 tokens per session scan A 99a8497e9d5a

Subscribe to this mod's changes

plan-review-experience is a skill published in the GitHub repository duthaho/claudekit (97 stars, last pushed 1mo ago), licensed MIT. It adds 121 tokens to every session and 2,534 once invoked, about $0.0006 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

brand-identity

Brand strategy and identity design for businesses and products. Use when creating brand guidelines, developing visual identity systems, or defining brand positioning.

travisjneuman/.claude · 30 tokens

generic-react-ux-designer

Professional UI/UX design expertise for React applications. Covers design thinking, user psychology (Hick's/Fitts's/Jakob's Law), visual hierarchy, interaction patterns, accessibility, performance-driven design, and design critique. Use when designing features, improving UX, solving user problems, or conducting design…

travisjneuman/.claude · 69 tokens

graphic-design

Professional graphic design principles for digital and print media. Use when creating visual designs, choosing color palettes, typography, layouts, or providing design feedback.

travisjneuman/.claude · 32 tokens

frontend-enhancer

This skill should be used when enhancing the visual design and aesthetics of web applications. It provides modern UI components, design patterns, color palettes, animations, and layout templates. REQUIRES ui-research skill first. Use this skill for tasks like improving styling, creating responsive designs…

travisjneuman/.claude · 79 tokens

generic-ux-designer

Professional UX expertise for any project type. Covers user research, design thinking, interaction patterns, accessibility, and design critique. Use when designing new features, improving UX, conducting design reviews, or evaluating user flows. For visual UI work, combine with ui-research skill.

travisjneuman/.claude · 60 tokens

generic-design-system

Complete design system reference for any project - colors, typography, spacing, components, animations. Adapts to project theme and tech stack. Use when implementing UI, choosing colors, creating animations, or ensuring brand consistency. For new design systems, use ui-research skill first.

travisjneuman/.claude · 60 tokens