ai-product-design

ai-product-design is a skill for Codex from aditya-ariosity/ux-ui-skills. It costs 105 tokens per session (1,551 once invoked), scanned A, original, MIT.

A design guide for features that use AI, such as copilots, agents, recommendations, or generated content.

In plain words
What is it for?
Use it to plan AI workflows, user controls, trust signals, error handling, and evaluation needs.
Why use it?
It helps define what the AI can and cannot do, how people review its output, and how they recover from mistakes.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to plan AI workflows, user controls, trust signals, error handling, and evaluation needs.

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

Made for: Codex.

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/aditya-ariosity/ux-ui-skills/ai-product-design/github.svg)](https://agentmods.dev/skills/aditya-ariosity/ux-ui-skills/ai-product-design)
Your own site
<a href="https://agentmods.dev/skills/aditya-ariosity/ux-ui-skills/ai-product-design"><img src="https://agentmods.dev/badge/skills/aditya-ariosity/ux-ui-skills/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/aditya-ariosity/ux-ui-skills/ai-product-design"><img src="https://agentmods.dev/badge/skills/aditya-ariosity/ux-ui-skills/ai-product-design.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 105 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,551 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.00105 $0.01551
Opus 5 $0.00053 $0.00776
Sonnet 5 $0.00021 $0.00310
Haiku 4.5 $0.00011 $0.00155

Measured yesterday against content hash 4db0caf47ef7, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, 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 yesterday.

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.

ai-product-design/SKILL.md · 160 lines

How it starts

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

AI Product Design

Design the human-system relationship. The experience must help users understand capability, judge output quality, correct errors, and retain control over consequences.

1. Test whether AI belongs

Define:

  • user goal and current workflow;
  • value AI may add: speed, scale, synthesis, prediction, personalization, or automation;
  • deterministic alternative and why it is insufficient;
  • acceptable error, latency, cost, and review burden;
  • affected people, data, objects, and downstream actions;
  • business outcome and user outcome;
  • evidence needed to continue investing.

Do not invent organization policy, retention, approval roles, architecture, quality thresholds, or launch percentages. Mark recommended controls as proposals and assign unresolved values to the accountable product, policy, security, legal, data, or engineering owner.

Prefer deterministic interaction when rules are stable, correctness must be exact, or users can complete the task faster without probabilistic behavior.

2. Map capability and risk

Read references/capability-risk-and-trust.md. Create:

Task | AI role | Inputs and sources | Expected quality | Failure modes | Consequence | Human control | Escalation

Separate suggestion, drafting, classification, recommendation, and execution. A system that can generate a plan does not automatically have permission to carry it out.

3. Select the interaction form

Use this decision map:

Task condition | Interaction form | Required controls

  • local text, data, or design transformation | inline assistance | preview, compare, accept, reject, undo;
  • known parameters and repeatable output | structured controls | defaults, constraints, validation, editable inputs;
  • bounded choice among options | recommendation with evidence | ranked options, source links, tradeoffs, dismiss;
  • ambiguous or iterative intent | conversational interaction | active scope, context window, correction, history;
  • repeated review and approval | batch workflow | queue, status, bulk actions, item-level override;
  • multi-step action across systems | agentic workflow | permission, preview, approval, execution log, verification, undo.

Read the full file on GitHub · 160 lines

Files

What ships with it

6 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. yesterday Changed · +9 lines · +35 tokens per session 4db0caf47ef7
  2. 8d ago First seen · 151 lines · 70 tokens per session scan A 17c24dc0ca6a

Subscribe to this mod's changes

ai-product-design is a skill published in the GitHub repository aditya-ariosity/ux-ui-skills (2 stars, last pushed 2d ago), licensed MIT. It adds 105 tokens to every session and 1,551 once invoked, about $0.0005 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-04.

Related

Other skills, from other repositories

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

enhance-prompt

Transforms vague UI ideas into polished, Stitch-optimized prompts. Enhances specificity, adds UI/UX keywords, injects design system context, and structures output for better generation results.

google-labs-code/stitch-skills · 41 tokens

design-with-claude

Use when design work needs a product designer's eye: auditing a codebase for design-system gaps, fixing WCAG contrast and unlabeled inputs, choosing type scales or spacing steps, reviewing UI that looks generic or AI-generated, or designing forms, tables, dashboards, navigation, checkout, onboarding, dark mode, and…

imsaif/design-with-claude · 0 tokens

stitch-ued-guide

Visual vocabulary, design terminology, and prompt engineering strategy for Stitch. Reference this when you need layout pattern names, aesthetic style terms, color structure formulas, or device guidelines.

gabelul/stitch-kit · 40 tokens

ai-interaction-patterns

AI UX patterns — prompt UX, wayfinding, HITL, trust, disclosure, memory, generative UI.

terrene-foundation/kailash-coc-claude-py · 29 tokens

prompt-decompiler

This skill should be used when the user says "decompile this prompt", "reverse engineer this prompt", "analyze this prompt", "break down this prompt", "what does this prompt do", "adapt this prompt for", "simplify this prompt", "split this prompt", "migrate this prompt", "why does this prompt work", "explain this…

RadOrigin-LLC/RAD-Claude-Skills · 153 tokens