From chef-sumi
Design patterns for agentic AI systems, multi-agent orchestration, generative UI, RAG interfaces, AI safety guardrails, trust calibration, and the paradigm shift from tool-based to agent-based interfaces. Covers AI copilot frameworks, prompt engineering UX, and AI anti-patterns. Use when the user mentions: agentic AI, AI agent, multi-agent, generative UI, RAG interface, AI guardrails, AI safety UX, AI copilot design, AI trust, AI fatigue, prompt engineering UX, LLM interface.
How this skill is triggered — by the user, by Claude, or both
Slash command
/chef-sumi:agentic-ai-generative-uxThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
The interface paradigm has fundamentally shifted. Traditional software treats users as operators — clicking buttons, filling forms, navigating menus. Agentic AI inverts this relationship. The system becomes an autonomous agent that acts on behalf of the user, infers goals, executes multi-step plans, and reports results. The user's role shifts from operator to supervisor, delegator, and collabor...
The interface paradigm has fundamentally shifted. Traditional software treats users as operators — clicking buttons, filling forms, navigating menus. Agentic AI inverts this relationship. The system becomes an autonomous agent that acts on behalf of the user, infers goals, executes multi-step plans, and reports results. The user's role shifts from operator to supervisor, delegator, and collaborator.
Gartner identified agentic AI as the number-one strategic technology trend for 2025. This is not incremental. It is a category-level change in how humans interact with software, equivalent to the shift from command-line to graphical UI, or from desktop to mobile-first.
The three eras coexist. Not every task needs an agent. The designer's job is to match the right interaction model to the right task and user context.
Agentic systems must infer user goals rather than waiting for explicit commands. This creates a new design challenge: intent resolution.
What an agent cannot do is as important as what it can do. Constraint design is a first-class UX discipline for agentic systems.
Agents running asynchronously — while users do other work — require entirely new UX patterns for monitoring, attention management, and result delivery.
Systems with multiple specialized agents require coordination patterns that are visible and comprehensible to users.
Generative UI (GenUI) dynamically creates interface elements based on context rather than rendering pre-designed layouts. Google's A2UI research shows 72% user preference for generative UI over purely conversational interfaces for complex tasks.
Design for outcomes, not layouts. Instead of designing a fixed screen for "flight booking," design outcome specifications: "The user needs to evaluate and select a flight." The AI generates the optimal interface for that outcome given the current context, device, user preferences, and data.
Generative UI must produce interfaces that are on-brand and consistent. Constrain generation to your design system's components, tokens, and patterns. The AI composes from your component library — it does not invent new visual elements from scratch. This ensures accessibility, brand consistency, and production quality.
Retrieval-Augmented Generation (RAG) interfaces surface AI-generated content grounded in retrieved source documents. These require specific UX patterns for trust and verification.
Trust is the central design challenge for AI interfaces. The goal is calibrated trust — users trust the AI exactly as much as its actual reliability warrants. Over-trust leads to unverified acceptance of errors. Under-trust leads to wasted verification effort and eventual abandonment.
Map every agent capability to a guardrail tier based on risk and reversibility.
NNG Group's State of UX 2026 report identifies AI fatigue as a critical concern. Users are increasingly resistant to unnecessary AI features, low-quality AI-generated content, and forced AI interactions. Avoid:
AI is not always the answer. Prefer direct manipulation for: binary choices, simple CRUD operations, well-defined form fills, single-click actions, and tasks where user preference is clear. AI adds value for: ambiguous goals, complex multi-step workflows, pattern recognition at scale, personalization, and creative assistance.
Users have wildly varying mental models of AI capabilities. Design for progressive AI literacy.
Design systems that serve all three levels simultaneously through progressive disclosure of AI controls.
Six augmentation patterns from UX research for helping users write better prompts:
ai-spatial-voice-ux.ux-ethics-content-strategy.accessibility-inclusive-design.ux-metrics-measurement.design-systems-architecture.The v3.0 upgrade introduces dedicated reference materials for conversational AI patterns, hallucination guardrails, and ambient AI contexts.
Conversational AI Dialogue Patterns
See references/conversational-ai-dialogue-patterns.md for comprehensive conversation UI patterns covering dialogue state machines, turn-taking design, multi-turn context management, streaming UX for token-by-token LLM output, error recovery in conversational flows, AI persona consistency frameworks, and memory/context transparency. This reference also covers the Smashing Magazine (Feb 2026) agentic control/consent/accountability triad — a three-pillar ethical framework for agentic interfaces that ensures users maintain meaningful control over agent actions, provide informed consent for autonomous operations, and can hold the system accountable through audit trails and explainable decisions.
LLM Hallucination Design Guardrails
See references/llm-hallucination-design-guardrails.md for the hallucination-specific design reference covering hallucination taxonomy (intrinsic vs. extrinsic, factual vs. faithfulness), confidence indicator design patterns (calibrated uncertainty visualization, hedge language in AI responses), verification UX (inline fact-check affordances, source-grounding UI, user-initiated verification flows), and AI quality gates for production deployment (automated hallucination detection thresholds, human-in-the-loop review triggers, regression monitoring dashboards). This reference extends the Trust Calibration and AI Safety UX sections above with hallucination-specific depth.
Proactive AI in Ambient Computing
See the ambient-calm-zero-ui skill for design patterns at the intersection of agentic AI and ambient computing — where AI agents operate proactively in the background without screen-based interfaces. This skill covers notification philosophy for agent-initiated ambient actions, peripheral awareness displays for background agent status, calm technology principles for non-intrusive AI suggestions, and the tension between proactive AI helpfulness and user attention respect.
npx claudepluginhub phazurlabs/sumi --plugin sumiProvides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.