ai-product-design

ai-product-design is a skill for Claude Code from Dragoon0x/everything-design-taste. It costs 18 tokens per session (291 once invoked), scanned A, original, MIT.

A guide to designing user experiences for AI features such as suggestions, classification, generation, prediction, and automation.

In plain words
What is it for?
Use it when designing AI suggestions, generated content, confidence indicators, source labels, feedback controls, and decision records.
Why use it?
It helps developers explain AI limitations, show uncertainty when relevant, and let users correct mistakes.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the edt plugin — 117 skills, 80 agents shipped together

Good fit Use it when designing AI suggestions, generated content, confidence indicators, source labels, feedback controls, and decision records.

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

Made for: Claude Code.

Or install edt, the plugin that ships this one along with the rest of its 117 skills, 80 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 ai-product-design

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/dragoon0x/everything-design-taste/ai-product-design"><img src="https://agentmods.dev/badge/skills/dragoon0x/everything-design-taste/ai-product-design.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 18 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 291 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.00018 $0.00291
Opus 5 $0.00009 $0.00146
Sonnet 5 $0.00004 $0.00058
Haiku 4.5 $0.00002 $0.00029

Measured 8d ago against content hash 204bf285ee29, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

ai-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 8d 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/ai-product-design/SKILL.md · 37 lines

What it actually says

AI Product Design

Core Principles

  1. Set expectations: Tell users what AI can and cannot do
  2. Show confidence: Indicate AI's certainty level when relevant
  3. Allow override: Users can always correct or override AI decisions
  4. Be transparent: Show how AI arrived at its output when possible
  5. Fail gracefully: AI mistakes should be easy to spot and fix

Patterns

Pattern Example
Suggestion Email autocomplete, search suggestions
Classification Spam detection, content categorization
Generation Text, image, code generation
Prediction Estimated delivery time, churn prediction
Automation Auto-tagging, smart replies

AI Suggestion UX

  • Show suggestion inline or as a separate element
  • Accept: one tap/click or keyboard shortcut
  • Reject: easy dismiss, don't re-suggest the same thing
  • Edit: modify the suggestion before accepting
  • Feedback: way to indicate if suggestion was helpful

AI Transparency

  • 'AI-generated' label on AI content
  • Confidence scores when relevant (but don't overwhelm)
  • Source attribution for AI summaries
  • Audit trail for AI decisions in business contexts
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. 8d ago First seen · 37 lines · 18 tokens per session scan A 204bf285ee29

Subscribe to this mod's changes

ai-product-design is a skill published in the GitHub repository Dragoon0x/everything-design-taste (11 stars, last pushed 5mo ago), licensed MIT. It adds 18 tokens to every session and 291 once invoked, about $0.0001 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-09-03.

Related

Other skills, from other repositories

ai-product-design

Design, specify, map, evaluate, or improve an AI assistant, LLM feature, copilot, chatbot, agent, recommendation, generation, or automation workflow. Define capability boundaries, user control, recovery, trust, evidence, uncertainty, permissions, and evaluation. Trigger on "design this AI feature", "build an AI…

aditya-ariosity/ux-ui-skills · 105 tokens

ai-component-patterns

Use when designing or implementing any of the 6 core AI UI components. Each has specific patterns, pitfalls, and required sub-components that generic UI components don't address.

RBraga01/builder-design · 38 tokens

prompt-ux-design

Use when designing the user-facing prompt experience for any AI feature. Covers input design, suggestion patterns, history, feedback signals, and the interaction model between user intent and model execution.

RBraga01/builder-design · 41 tokens

accessibility

Audit and improve web accessibility following WCAG 2.2 guidelines. Use when asked to "improve accessibility", "a11y audit", "WCAG compliance", "screen reader support", "keyboard navigation", or "make accessible".

addyosmani/web-quality-skills · 51 tokens

ss-reference

Compile screenshots, URLs, Figma exports, or an existing UI into a project-local StyleSeed output grammar with evidence, tokens, confidence, anti-patterns, and a validation screen. Use when the user supplies a design reference that StyleSeed does not already model.

bitjaru/styleseed · 56 tokens

auteur

Design and build complete web experiences from scratch — award-level product and marketing pages, cinematic scroll-directed sites where the page is directed like a film, and multi-screen products (app, dashboard, admin, settings, onboarding, docs site) built as one design system with every component, state and route…

agiwhitelist/auteur · 191 tokens