adhd-accommodations

Audit Buggsy education surfaces for ADHD accommodations and executive-function guardrails.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/blucsigma05/tbm-apps-script --skill adhd-accommodations
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: adhd-accommodations
Source: https://github.com/blucsigma05/tbm-apps-script/tree/main/.claude/skills/adhd-accommodations
Command: npx skills add https://github.com/blucsigma05/tbm-apps-script --skill adhd-accommodations

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill prevents educational app designs from overloading ADHD students’ executive function by enforcing research-backed accommodations for attention, working memory, emotional control, pacing, and feedback tone.

Core Features & Use Cases

  • Executive-function guardrails for Buggsy education surfaces: applies the Dawson & Guare (Smart but Scattered) A-B-C model to homework, missions, and question/feedback flows.
  • Operational gates for sequence, pacing, and UI feedback: enforces the 3-2-1 same-type/chunking rule, brain breaks every 4 questions, count-up timing (except the Fact Sprint speed exception), and warm amber wrong-answer color (no red).
  • Live wiring-aware auditing: distinguishes aspirational config from what is actually implemented, and requires reviewers to cite the relevant live hooks (e.g., HomeworkModule cadence and selectors) rather than relying on generic accessibility advice.

Quick Start

Use this skill to audit a HomeworkModule or new Buggsy education surface by checking the 3-2-1 rule, brain-break cadence, count-up timer rule, and wrong-answer warm-color constraint.

Frequently Asked Questions about adhd-accommodations

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

FAQPage Schema
How do I make an education app interface ADHD-friendly?

To make an education interface ADHD-friendly, reduce cognitive load by enforcing executive-function guardrails like the 3-2-1 question sequencing rule, brain breaks every 4 questions, and warm amber wrong-answer feedback. This protects working memory and learning persistence.

Why should I use a count-up timer instead of a countdown timer for ADHD homework modules?

A count-up timer for ADHD homework modules prevents the anxiety and cognitive overload triggered by visible time pressure. It protects executive-function bandwidth during question answering, with a countdown timer exception only permitted for Fact Sprint speed flows.

How do I audit live wiring in an education module against ADHD accommodation rules?

Auditing live wiring requires verifying actual implemented hooks like HomeworkModule cadence against the 3-2-1 chunking rule and brain-break frequency. This distinguishes aspirational configuration from operational enforcement and prevents relying on generic accessibility advice.

What is the 3-2-1 rule for ADHD question sequencing in education UX?

The 3-2-1 rule for ADHD question sequencing is an operational gate that chunks same-type questions to reduce cognitive load. Enforcing this pattern in daily missions and homework modules protects executive function bandwidth and sustains engagement.

Does warm amber wrong-answer feedback work better than red for ADHD students?

Warm amber wrong-answer feedback works better than red for ADHD students because it avoids triggering emotional dysregulation. Replacing harsh red with warm amber is an explicit anti-pattern prohibition that maintains attention without punitive emotional spikes.

When do I need to enforce brain breaks during education question answering?

You need to enforce brain breaks every 4 questions during education question answering to restore executive-function bandwidth. This pacing constraint applies across homework, daily missions, and investigation modules to prevent attention fatigue and support learning persistence.