Install
$ agentstack add skill-owl-listener-inclusive-design-skills-focus-attention-design ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
Focus and Attention Design
Design interfaces that help people maintain focus on their task by removing unnecessary distractions and giving users control over their attention environment.
Core Principle
Every element on screen should serve the user's current task. If it exists for the business but not for the user, it is a distraction.
Design Patterns
Single Purpose
- One primary action per screen or section
- Secondary actions visually de-emphasised (smaller, muted colour, text link)
- Remove decorative elements that don't serve the task
- Hide advanced options behind "Show more" or "Advanced"
- Present choices sequentially, not simultaneously, when possible
Interruption Control
- No autoplay audio or video
- No pop-ups that aren't triggered by user action
- Allow users to dismiss or defer notifications
- Save state before showing any modal — closing it must not lose work
- Never remove content from the screen without user action
- If a banner or alert is needed, make it dismissable and non-blocking
Visual Calm
- Generous whitespace between sections
- Limited colour palette (3–4 colours for UI elements)
- Subtle borders and dividers, not heavy lines
- No flashing, blinking, or rapidly changing content
- Animation only for functional feedback (loading, transitions)
- Always respect prefers-reduced-motion
Time Sensitivity
- Avoid time limits unless absolutely essential
- If time limits exist, warn well before expiry
- Provide easy extension (one click, not multi-step)
- Allow at least 20 seconds per required decision
- Save progress automatically in timed contexts
- For session timeouts: save state and allow seamless return
Assessment Questions
For each screen, ask:
- What is the ONE thing the user should do here?
- Is that one thing the most visually prominent element?
- What on this screen competes for attention? Can it be removed or muted?
- Can the user control interruptions (notifications, modals, autoplay)?
- Is there artificial urgency that doesn't serve the user?
Anti-Patterns to Flag
- Countdown timers on non-time-sensitive actions
- "Only 2 left!" urgency messaging
- Autoplay video or audio
- Multiple competing calls to action
- Chat widgets that pop up unsolicited
- Moving or animated advertisements near task areas
- Layout shifts that redirect attention
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: Owl-Listener
- Source: Owl-Listener/inclusive-design-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.