design-review

design-review is a command for Claude Code from openplanr/planr-pipeline. It costs 35 tokens per session (538 once invoked), scanned A, original, MIT.

A review workflow for an already generated design. It serves the real design in a live board where reviewers pin comments to exact regions, then regenerates only the affected screen.

In plain words
What is it for?
Use it to review finalized HTML or canvas designs, pin fixes to specific screens or sections, regenerate those screens, and approve the result. Sharing is an explicit action and does not happen automatically.
Why use it?
It turns vague visual feedback into targeted changes and keeps the resulting design specifications and tracking files synchronized.

Command for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: names the AskUserQuestion tool.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the planr-pipeline plugin — 8 skills, 10 commands, 9 agents, 1 hook shipped together

Good fit Use it to review finalized HTML or canvas designs, pin fixes to specific screens or sections, regenerate those screens, and approve the result. Sharing is an explicit action and does not happen automatically.

Compare 6 commands from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add openplanr/planr-pipeline
Claude Code
/plugin install planr-pipeline

Made for: Claude Code.

Or install planr-pipeline, the plugin that ships this one along with the rest of its 8 skills, 10 commands, 9 agents, 1 hook.

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

README.md
[![agentmods](https://agentmods.dev/badge/commands/openplanr/planr-pipeline/design-review/github.svg)](https://agentmods.dev/commands/openplanr/planr-pipeline/design-review)
Your own site
<a href="https://agentmods.dev/commands/openplanr/planr-pipeline/design-review"><img src="https://agentmods.dev/badge/commands/openplanr/planr-pipeline/design-review/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 design-review

Your own site · 80×15
<a href="https://agentmods.dev/commands/openplanr/planr-pipeline/design-review"><img src="https://agentmods.dev/badge/commands/openplanr/planr-pipeline/design-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 35 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 538 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.
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.00035 $0.00538
Opus 5 $0.00017 $0.00269
Sonnet 5 $0.00007 $0.00108
Haiku 4.5 $0.00003 $0.00054

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

Security

Grade A, and why

design-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 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.

commands/design-review.md · 43 lines

How it starts

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

/planr-pipeline:design-review {slug}

Turns a /planr-pipeline:design artifact into a live review canvas: the board daemon serves the real finalized.html / canvas.html, the user pins comments on exact regions (each pin auto-maps to its screen/section id), and this loop regenerates only the pinned screen — then the results flow back into the PO artifacts (design-spec.md, finalized.json, .run-manifest.jsonl).

Engine: ${CLAUDE_PLUGIN_ROOT}/lib/design-engine/cli.mjs (absolute paths everywhere — hard rule 6). R1: STOPS after approval; print next: /planr-pipeline:plan {slug}.

The board may be shared only through its explicit Share control (or an explicit planr artifact share <artifact-file> command). Opening, commenting, regenerating, or approving does not publish the artifact. A remote reviewer returns an immutable review URL; planr artifact import "<returned-review-url>" deliberately merges that review into the adjacent feedback lifecycle. Share/import never auto-chain this review into /plan or /ship.

Task tracking

  1. Phase A — Locate artifact + serve review board
  2. Phase B — Pin loop (regenerate pinned screens, lint-gated)
  3. Phase C — Approve + sync PO artifacts (R1 stop)

Execute

${CLAUDE_PLUGIN_ROOT}/procedures/design-review-loop.md — all three phases.

Non-negotiables

  • The lint gate stays at 0 errors after every regeneration (node $PLUG/lib/design/lint.mjs <artifact> — off-grid spacing + AA contrast are hard failures; design-system token/font adherence warnings get fixed, not ignored).
  • Only the pinned screen/section is regenerated — never the whole artifact for one pin.
  • Feedback is the board's FILE; feedback-pending.json is consumed on read (hard rule 3).
  • AskUserQuestion is only the blocking wait; the board is where review happens (hard rule 2).
  • Share and review-URL import require explicit user actions; neither is an approval signal, regeneration request, publication side effect, or PLAN → SHIP transition.

Read the full file on GitHub · 43 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 · 43 lines · 35 tokens per session scan A 151c9c0d0093

Subscribe to this mod's changes

design-review is a command published in the GitHub repository openplanr/planr-pipeline (2 stars, last pushed 1mo ago), licensed MIT. It adds 35 tokens to every session and 538 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-31.