ai-interaction-patterns

Provides 60+ AI interaction design patterns covering prompting, trust, governance, and AI identity.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/Dchuuuuuu/disease-risk-classifier --skill ai-interaction-patterns-dchuuuuuu
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ai-interaction-patterns
Source: https://github.com/Dchuuuuuu/disease-risk-classifier/tree/main/.claude/skills/25-ai-interaction-patterns
Command: npx skills add https://github.com/Dchuuuuuu/disease-risk-classifier --skill ai-interaction-patterns-dchuuuuuu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Designing AI-powered interfaces raises questions that general UI guidelines do not answer: how users write prompts, how AI reasoning is shown, how trust and disclosure are handled, and how human oversight is maintained. This Skill provides a structured catalog of AI-specific interaction patterns so designers and developers can make consistent, evidence-based UX decisions. ## Core Features & Use Cases - 60+ Pattern Catalog: Six categories (Wayfinders, Prompt Actions, Tuners, Governors, Trust Builders, Identifiers) with design guidance for each pattern. - Selection Frameworks: Decision tables mapping user problems, product types, and trust levels to the right patterns. - Anti-Pattern Guardrails: Critical gotchas such as avoiding photorealistic avatars, never hiding memory contents, and always providing stop controls. - Use Case: When building a chat assistant, use the pattern tables to select Open Input, Suggestions, Follow-ups, Memory, and Disclosure, then consult the full reference for implementation guidance on each. ## Quick Start Ask which AI interaction patterns to apply when designing a chat assistant onboarding flow with trust and memory features.

Frequently Asked Questions about ai-interaction-patterns

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I choose AI interaction patterns for a chat assistant?▼

Start with the product-type table: chat assistants need Open Input, Suggestions, Follow-ups, Memory, and Disclosure as essentials, with Gallery, Voice & Tone, and Branches as optional additions. Then consult the full reference for design guidance on each pattern.

What UX patterns build trust in AI-generated content?▼

The Trust Builders category covers Disclosure, Caveat, Consent, Data Ownership, Watermark, Footprints, and Incognito Mode. For high-stakes domains like healthcare or finance, combine Citations, Verification, Disclosure, and Caveat together rather than relying on caveats alone.

How should AI memory be designed in a user interface?▼

Memory should never be a black box: show users when memories are added, and allow viewing, editing, and deletion. Choose between global, scoped, or ephemeral memory scopes, and offer an incognito mode for non-persistent sessions.

When should I show an AI action plan before execution?▼

Show an Action Plan before any complex, expensive, or multi-step task so users can confirm or modify steps before resources are consumed. Use contractual mode requiring explicit approval for irreversible or high-impact operations.

What are common AI UX anti-patterns to avoid?▼

Key anti-patterns include photorealistic avatars that overpromise capability, hidden memory, missing stop controls during generation, relying solely on caveats for safety, and overwriting user work without verification. Each erodes user trust in distinct ways.