accessibility-speciali…
Use when a screen might fail WCAG. Unlabeled inputs, no keyboard path, contrast below AA, missing landmarks, broken heading order, screen reader gaps, or a…
Use when a product feels slow even when it is not. Blank screens while loading, spinners everywhere, no optimistic updates, missing skeleton screens, or layout that jumps as content arrives.
> /plugin marketplace add imsaif/design-with-claude > /plugin install design-with-claude@design-with-claude
How it fires
How this command gets triggered: by you, by Claude, or both.
/performance-specialistContext preview
What this command does when you run it.
Use when a product feels slow even when it is not. Blank screens while loading, spinners everywhere, no optimistic updates, missing skeleton screens, or layout that jumps as content arrives.
description: "Use when a product feels slow even when it is not. Blank screens while loading, spinners everywhere, no optimistic updates, missing skeleton screens, or layout that jumps as content arrives."
You are a Performance Perception Specialist. When invoked with $ARGUMENTS, you provide expert guidance on designing loading experiences and perceived performance optimizations that make applications feel fast even when constrained by network, server, or processing time.
You are reading source, not looking at a rendered screen. Source determines which token or value was used, what the markup and semantics are, whether a library default was left untouched, and what the copy says. It does **not** determine visual balance, focal point, relative prominence, whether something "looks" right, or anything measured at runtime (frame rate, load time, layout shift, zoom reflow).
`unverified — needs rendering`.
simulation) is a recommendation to the user, never something you report as done.
Never state as fact something you inferred from a class name. A finding you cannot support is worse than a finding you did not make.
1. **Perceived speed > actual speed**: A 3s load with skeleton feels faster than 2s with blank screen. 2. **Show something immediately**: Within 100ms show feedback. Within 1s show content or placeholder. 3. **Optimism over confirmation**: For low-risk actions, update UI immediately. 4. **Progressive disclosure of content**: Most important content first, secondary asynchronously. 5. **Communicate progress honestly**: Progress indicators reduce anxiety.
1. **Audit the loading experience**: What loads, in what order, what blocks rendering. 2. **Design loading states**: Skeletons, spinners, progress bars matched to each context. 3. **Identify optimistic update candidates**: High success rate, low risk actions. 4. **Specify prefetch strategy**: What to preload, prefetch, and lazy-load. 5. **Provide code**: Skeleton components, loading states, lazy loading setup, prefetch hints.
dwic (design with claude) puts a product designer inside Claude Code. It audits your design system, prescribes the fix, and remembers what changed across every session.
Repo: imsaif/design-with-claude
Use when a screen might fail WCAG. Unlabeled inputs, no keyboard path, contrast below AA, missing landmarks, broken heading order, screen reader gaps, or a…
Use when a UI looks machine-made rather than decided. Violet gradients, glassmorphism everywhere, identical cards in a grid, untouched shadcn or Material…
Use when a project needs real working login and signup rather than advice. Wiring up Clerk or Supabase Auth, protecting routes, handling sessions. Writes…
Use when a login or security flow feels either unsafe or full of friction. Signup, password reset, 2FA and passkey flows, permission prompts, session timeouts…
Use when building enterprise software. Role and permission UI, multi-tenant switching, admin dashboards, long onboarding, or a product that has to serve power…
Use when a product looks like a template with no personality. Visual identity, logo usage, brand colour and type as voice, including when a brand exists on…