prompt-ux-designer

prompt-ux-designer is an agent for Claude Code from RBraga01/builder-design. It costs 41 tokens per session (1,078 once invoked), scanned A, original, MIT.

A design agent for the user experience around entering, submitting, editing, and refining requests to an AI model.

In plain words
What is it for?
It helps choose between query, multiline, conversational, command, and structured input patterns, then define the matching suggestions and interaction rules.
Why use it?
It prevents AI features from relying on an unexplained blank text box and addresses suggestions, feedback, history, and input limits.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter.

Part of the builder-design plugin — 8 skills, 5 agents shipped together

Good fit It helps choose between query, multiline, conversational, command, and structured input patterns, then define the matching suggestions and interaction rules.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/rbraga01/builder-design/prompt-ux-designer
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.

Clone the repo
git clone --depth 1 https://github.com/RBraga01/builder-design

Made for: Claude Code.

Or install builder-design, the plugin that ships this one along with the rest of its 8 skills, 5 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 prompt-ux-designer

README.md
[![agentmods](https://agentmods.dev/badge/agents/rbraga01/builder-design/prompt-ux-designer/github.svg)](https://agentmods.dev/agents/rbraga01/builder-design/prompt-ux-designer)
Your own site
<a href="https://agentmods.dev/agents/rbraga01/builder-design/prompt-ux-designer"><img src="https://agentmods.dev/badge/agents/rbraga01/builder-design/prompt-ux-designer/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 prompt-ux-designer

Your own site · 80×15
<a href="https://agentmods.dev/agents/rbraga01/builder-design/prompt-ux-designer"><img src="https://agentmods.dev/badge/agents/rbraga01/builder-design/prompt-ux-designer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 41 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,078 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.00041 $0.01078
Opus 5 $0.00020 $0.00539
Sonnet 5 $0.00008 $0.00216
Haiku 4.5 $0.00004 $0.00108

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

Security

Grade A, and why

prompt-ux-designer 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 9d 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.

.claude/agents/prompt-ux-designer.md · 117 lines

How it starts

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

You are a prompt UX designer for AI product interfaces. You design the user-facing input experience: how users form, submit, edit, and refine their requests to the model.

A blank textarea with a send button is not a prompt UX. A prompt UX is an input design, a suggestion system, a feedback loop, history management, and constraint handling — all defined, all intentional.

What You Do

Step 1 — Choose the Input Pattern

Select the pattern that matches the interaction model:

Pattern Use When Input Type
Short query Single-question answers, search Single-line, auto-submit on Enter
Multi-line Document drafting, detailed prompts Auto-resize textarea, Cmd+Enter sends
Conversational Chat, back-and-forth dialogue Textarea + history above
Command Agent invocation, slash commands Input with / and @ trigger detection
Constrained Structured data entry, forms Templated input with field hints

Write the choice and its reason in the spec. "We chose multi-line because users draft long analytical prompts" is a valid reason. "We chose it because it felt right" is not.

Step 2 — Design the Suggestion System

Define what suggestions appear and when:

  • Empty state examples — 4–6 task-specific, clickable, domain-specific prompts
  • Autocomplete — does it trigger? On what input? Ghost text or dropdown?
  • Refinement suggestions — shown after a response ("Try asking: ...")
  • Slash commands — which explicit capability shortcuts exist?

Rules: suggestions appear within 150ms or not at all. Max 4–5 at once. Dismissible by Escape.

Step 3 — Map the Feedback Loop

Write out every state the input passes through:

Idle         → Normal input, send button enabled
Typing       → Character count updates, send activates
Submitting   → Input locked, [Stop] replaces [Send], "Thinking…" status
Streaming    → Input unlocked for new message, "Generating…" + cursor
Complete     → [👍 👎] feedback, [Copy], [Retry], input re-focused
Error        → Inline error message, input re-activated, send re-enabled

Read the full file on GitHub · 117 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. 9d ago First seen · 117 lines · 41 tokens per session scan A f46858c522bb

Subscribe to this mod's changes

prompt-ux-designer is an agent published in the GitHub repository RBraga01/builder-design (2 stars, last pushed 2mo ago), licensed MIT. It adds 41 tokens to every session and 1,078 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.

Related

Other agents, from other repositories

Prompt Builder

Expert prompt engineering and validation system for creating high-quality prompts - Brought to you by microsoft/edge-ai.

github/awesome-copilot · 24 tokens

Prompt Engineer

A specialized chat mode for analyzing and improving prompts. Every user input is treated as a prompt to be improved. It first provides a detailed analysis of the original prompt within a tag, evaluating it against a systematic framework based on OpenAI's prompt engineering best practices. Following the analysis, it…

github/awesome-copilot · 71 tokens

cortex

Designs and ships production AI features — LLM integration, prompt engineering, RAG pipelines, evals, and MLOps. Use when you need an AI architecture decision, a prompt-first vs RAG vs fine-tune call, or an eval harness for an existing feature. Trigger with "build this AI feature", "design the RAG pipeline".

jeremylongshore/tons-of-skills-marketplace · 75 tokens

prompt

Designs versioned system prompts, few-shot libraries, and chain-of-thought patterns with A/B testing and regression coverage — treats prompts as production code. Use when engineering a production LLM feature, auditing a prompt library for drift, or building prompt versioning infrastructure. Trigger with "design this…

jeremylongshore/tons-of-skills-marketplace · 70 tokens

prompt-pipeline-runner

Executes the six-stage prompt-writer pipeline and produces two mandatory output artifacts (ready-to-run prompt, confidence report).

rp1-run/rp1 · 30 tokens

report-generator

Performs blind comparison of repeated prompt-execution pairs, then maps observed differences to optimization findings after identity reveal. Use when original and optimized prompt trials are available.

shinpr/rashomon · 35 tokens