From designpowers
Evaluates cognitive load (intrinsic, extraneous, germane), wayfinding, focus management, memory demands, and decision complexity in interfaces for users with cognitive differences or under stress.
npx claudepluginhub owl-listener/designpowers --plugin designpowersThis skill uses the workspace's default tool permissions.
The hardest accessibility barriers to see are cognitive ones. A screen reader user encounters a missing label and knows immediately. A person with a processing difference encounters an interface that demands too much of their working memory and just... leaves. This skill makes cognitive demands visible and manageable.
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.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Designs and optimizes AI agent action spaces, tool definitions, observation formats, error recovery, and context for higher task completion rates.
The hardest accessibility barriers to see are cognitive ones. A screen reader user encounters a missing label and knows immediately. A person with a processing difference encounters an interface that demands too much of their working memory and just... leaves. This skill makes cognitive demands visible and manageable.
For each screen or flow, evaluate three types of load:
Intrinsic load — complexity inherent to the task
Extraneous load — complexity added by poor design
Germane load — effort spent learning the system
Extraneous load is design debt. Reduce it:
People need to know three things at all times:
For multi-step processes:
Attention is a limited resource. Protect it:
Cognitive accessibility means mistakes are cheap:
For each screen or flow, note:
ui-composition and interaction-designaccessible-content (language complexity), adaptive-interfaces (personalisation), inclusive-personas (cognitive diversity)designpowers-critique| Guideline | Implementation |
|---|---|
| Provide help and support | Contextual help adjacent to complex interactions |
| Use clear language | Plain language, no jargon, short sentences |
| Make it easy to find things | Consistent navigation, clear labels, search |
| Make tasks easy to complete | Fewer steps, clear progress, forgiving input |
| Avoid reliance on memory | Display information rather than requiring recall |
| Provide feedback | Clear confirmation of actions and state changes |
| Prevent and support error correction | Validation, undo, confirmation for destructive actions |