product-design

product-design is a skill for Claude Code, Codex from mblode/agent-skills. It costs 67 tokens per session (2,662 once invoked), scanned A, original, MIT.

A planning guide for deciding how a user interface should behave before it is built or reviewed. It covers actions, outcomes, possible states, recovery, and accessibility.

In plain words
What is it for?
Use it to choose an interaction, design a user flow, define what actions do, map reachable states, and set requirements for handling errors and different users.
Why use it?
It helps prevent interfaces that work only in the ideal case or leave users unsure what an action will affect. Accessibility is treated as part of completing the task.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions CLAUDE.md; mentions AGENTS.md.

Part of the agent-skills plugin — 26 skills shipped together

Good fit Use it to choose an interaction, design a user flow, define what actions do, map reachable states, and set requirements for handling errors and different users.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/mblode/agent-skills/product-design
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 mblode/agent-skills --skill product-design
Clone the repo
git clone --depth 1 https://github.com/mblode/agent-skills

Made for: Claude Code, Codex.

Or install agent-skills, the plugin that ships this one along with the rest of its 26 skills.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/mblode/agent-skills/product-design/github.svg)](https://agentmods.dev/skills/mblode/agent-skills/product-design)
Your own site
<a href="https://agentmods.dev/skills/mblode/agent-skills/product-design"><img src="https://agentmods.dev/badge/skills/mblode/agent-skills/product-design/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 product-design

Your own site · 80×15
<a href="https://agentmods.dev/skills/mblode/agent-skills/product-design"><img src="https://agentmods.dev/badge/skills/mblode/agent-skills/product-design.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 67 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,662 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 6 Sept 2026
  • Snyk pass 6 Sept 2026
  • 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.00067 $0.02662
Opus 5 $0.00034 $0.01331
Sonnet 5 $0.00013 $0.00532
Haiku 4.5 $0.00007 $0.00266

Measured 2d ago against content hash 06869498ef67, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

product-design 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 2d 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/product-design/SKILL.md · 114 lines

How it starts

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

Product Design

Decide what the interface should do, then route who builds and verifies it: pick the right interaction, make scope and consequence clear, cover reality beyond the happy path.

  • IS: the decision layer. From a brief, spec, mockup, intent, or existing UI: choose the interaction and control, name the object, scope, and consequence of each action, settle reversibility and the safeguard it implies, enumerate every reachable state, set resilience expectations, and require accessibility as task completion. It decides, then routes build, verification, and wording out.
  • IS NOT:
    • whether a feature deserves investment or fits the product: the external product-judgment skill from Brandwriter.
    • building or styling UI, visual direction, palettes, type: ui-design.
    • auditing the built result (rendered quality, a11y markup, keyboard, layout, performance, React or Next code-level UX with a ship verdict): ui-design Audit mode.
    • copy wording, persuasion, or AI-ism removal: copywriting.
    • motion, gesture physics, or deep typography: ui-animation, typography-audit.
    • whether an agentic feature earns trust: ax-audit.

Routing boundary

product-design owns action semantics, scope, reversibility, and contested state choices. ui-design builds and styles those states. ui-animation owns timing, gestures, and measured motion. A routine missing loading or error state stays with the UI build; a gesture replacing a control needs a product decision and an accessible alternative before its physics.

Request modes

Resolve one mode from the user's verb and artifact before acting, then load that mode's references. references/rules.md loads in every mode: every finding cites a rule ID from it, and you cannot conclude that no rule governs a decision without the registry in front of you.

Mode Dispatch when the user asks for Load (plus references/rules.md)
shape (default) "design the flow for", "what control here", "how should this work", "is this the right pattern", a brief with no settled UI references/product-judgment.md, references/surfaces.md
spec "spec the right interaction", "define the expected states", judgment applied before or during a build references/product-judgment.md, references/surfaces.md, references/naming-and-copy.md; route the build to ui-design
review "review this flow for product correctness", "what's wrong with this UX decision", "is this the right interaction" references/interface-quality.md
action "what should this action affect", "should this be undoable", "do we need a confirm dialog", or reversibility is unsettled references/naming-and-copy.md; route final wording to copywriting
harden "make this resilient", "what breaks here", error, permission, offline, expiry, and destructive paths references/surfaces.md, references/interface-quality.md, references/product-judgment.md

Read the full file on GitHub · 114 lines

Files

What ships with it

7 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 2d ago Changed · +1 lines 06869498ef67
  2. 3d ago Changed · -39 lines · -118 tokens per session a247264e02e0
  3. 9d ago First seen · 152 lines · 185 tokens per session scan A 08308e2a96c5

Subscribe to this mod's changes

product-design is a skill published in the GitHub repository mblode/agent-skills (106 stars, last pushed today), licensed MIT. It adds 67 tokens to every session and 2,662 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.

Related

Other skills, from other repositories

design-inventory

Use to run the Claude Design to ClosedLoop pipeline against the current web-ui. Stage A inventories a design export zip into schema-validated findings (typed design units - screens, regions like nav bars, standalone components like a chat dialog; UX and behavioral changes; Storybook component reuse mapping; token…

closedloop-ai/claude-plugins · 173 tokens

mermaid-visualizer

This skill should be used when a user asks to explain a complex idea, concept, or system architecture, or when a diagram would be helpful to visualize control flows, system architectures, data flows, state machines, sequence diagrams, or entity relationships.

closedloop-ai/claude-plugins · 55 tokens

html-artifacts

Author the HTML for a plan artifact, dashboard iframe, or Slack attachment — structure, design plan, available runtime, theming, and craft. Read this before writing HTML for saveplan, outputiframe, or slackattachhtml.

langchain-ai/open-swe · 51 tokens

taiyi-ui-design

A design-planning guide for describing how an application's user interface should look and behave. It produces a UI-DESIGN.md document covering layouts, components, interactions, accessibility, and error states.

Dong90/oh-my-taiyiforge · 35 tokens

spawn-reviewers

Spawn and collect the reviewer fleet at stage20spawnreviewers. Consumes spawn.json.spec (the authoritative spawn spec from derive-spawn-spec / derive-static-spec), resolves GRAPHPROJECT, builds per-agent prompts from the per-agent template + role suffixes (Bug Hunter A/B, Unified Auditor, Domain Critics, Impact…

closedloop-ai/claude-plugins · 182 tokens

verify-findings

Dispatch and collect the finding-verifier fleet at stage23verifyfindings (PLN-722). Reads verifymanifest.json (written by stage22bverifyprepare), spawns one falsify-oriented verifier Task per toverify[] entry with mode-specific Task scheduling (GitHub mode dispatches verifiers synchronously; local mode uses parallel…

closedloop-ai/claude-plugins · 171 tokens