design-engineer:review

design-engineer:review is a command for coding agents from volomydyr/design-engineer-plugin. It costs 53 tokens per session (4,032 once invoked), scanned A, original, MIT.

A context-aware review workflow for website and interface design. It can review a project step by step or summarise it, and its audit mode examines multiple pages and records designer feedback.

In plain words
What is it for?
Reviewing designs, auditing several pages, checking existing UI components, and creating a component gallery when a project lacks one.
Why use it?
It provides a structured way to find visual, usability, and commercial problems across an existing interface.

Command

Part of the design-engineer plugin — 35 skills, 11 commands, 10 agents, 6 hooks shipped together

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.

agentmods
npx agentmods add commands/volomydyr/design-engineer-plugin/review
Clone the repo
git clone --depth 1 https://github.com/volomydyr/design-engineer-plugin

Or install design-engineer, the plugin that ships this one along with the rest of its 35 skills, 11 commands, 10 agents, 6 hooks.

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 design-engineer:review

README.md
[![agentmods](https://agentmods.dev/badge/commands/volomydyr/design-engineer-plugin/review.svg)](https://agentmods.dev/commands/volomydyr/design-engineer-plugin/review)
Your own site
<a href="https://agentmods.dev/commands/volomydyr/design-engineer-plugin/review"><img src="https://agentmods.dev/badge/commands/volomydyr/design-engineer-plugin/review.svg" alt="Measured on agentmods" height="20"></a>
Per session 53 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 4,032 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00053 $0.04032
Opus 5 $0.00026 $0.02016
Sonnet 5 $0.00011 $0.00806
Haiku 4.5 $0.00005 $0.00403

Measured 4d ago against content hash fce37b563613, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

design-engineer:review 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 4d 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.

commands/review.md · 316 lines

How it starts

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

Design Review

Plugin paths

Your conversation context contains a line DESIGN_ENGINEER_PLUGIN_ROOT: <absolute path> injected by the plugin's UserPromptSubmit hook. Whenever this command references ${DESIGN_ENGINEER_PLUGIN_ROOT}/..., substitute the absolute path from that context line. No shell commands are run from this command body.

Spacer rule (per CLAUDE.md rule #6): Before every AskUserQuestion tool call this command makes, end the preceding chat message with the canonical 3-horizontal-rule spacer (three lines of characters). This applies to every option set described in this command body.

Context

#$ARGUMENTS

If the project has UI components but no gallery yet, design-system-auditor will auto-scaffold one transparently during this review (v4.6.0 transparent infrastructure – no menu, no permission ask). The gallery is a single-page visual catalog of every component, all variants, real production styles, source-path labels – useful here for redundancy detection on existing codebases.

Argument routing

If $ARGUMENTS is audit, jump to Step A1: Page-by-page commercial audit below. Otherwise proceed to Step 1.

Step 1: Read project context

Before asking anything or starting work:

  1. Read .design-engineer-plugin/config.yaml for mode (guided/autopilot) and goal
  2. Check what tools are available (is Figma connected? is Playwright available?)
  3. Scan the project briefly: what tech stack, what files exist, are there components, is there a design system?

Step 2: Plan the review

Based on what you found, present ALL available review areas as text:

Here's what I can review for your project:

**Core areas:**
- UX and usability – interaction flows, navigation, state handling, error states
- Visual quality – spacing, typography, color, alignment, polish
- Accessibility – WCAG compliance, keyboard navigation, screen readers
- Design system compliance – token usage, component reuse, naming patterns

**Additional areas:**
- Figma comparison – compare implementation against Figma designs side by side
- Psychology scan – cognitive load, decision fatigue, trust signals, behavioral patterns
- Ethics review – dark patterns, informed consent, data transparency

Read the full file on GitHub · 316 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. 4d ago First seen · 316 lines · 53 tokens per session scan A fce37b563613

Subscribe to this mod's changes

design-engineer:review is a command published in the GitHub repository volomydyr/design-engineer-plugin (19 stars, last pushed 1mo ago), licensed MIT. It adds 53 tokens to every session and 4,032 once invoked, about $0.0003 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.