I-have-ADHD – A skill for coding assistant that stops it from burying the answer A new open-source skill called 'i-have-adhd' for coding assistants such as Claude Code and Codex aims to prevent AI responses from burying the answer, enforcing rules like leading with the next action, numbering multi-step tasks, and capping lists at five items. The skill, available via plugin marketplaces, is loosely based on 'The Adult ADHD Tool Kit' by J. Russell Ramsay and Anthony L. Rostain and is released under the MIT license. ADHD-friendly outputs. No ADHD diagnosis needed English · 简体中文 /ayghri/i-have-adhd/blob/main/.github/readme/README.zh-CN.md · 日本語 /ayghri/i-have-adhd/blob/main/.github/readme/README.ja.md · 한국어 /ayghri/i-have-adhd/blob/main/.github/readme/README.ko.md · Tiếng Việt /ayghri/i-have-adhd/blob/main/.github/readme/README.vi.md · Português BR /ayghri/i-have-adhd/blob/main/.github/readme/README.pt-BR.md Claude Code claude plugin marketplace add ayghri/i-have-adhd claude plugin install i-have-adhd@i-have-adhd Then type /i-have-adhd . No local clone needed: Claude Code fetches the repo and keeps it updated. Want it on every session? touch ~/.claude/.i-have-adhd-always see INSTALL.md /ayghri/i-have-adhd/blob/main/INSTALL.md . Codex codex plugin marketplace add ayghri/i-have-adhd --ref main codex plugin add i-have-adhd@i-have-adhd Then type $i-have-adhd to apply the output style explicitly. The skill can also be invoked implicitly when Codex sees a task that benefits from it. Install instructions for other coding agents live in INSTALL.md /ayghri/i-have-adhd/blob/main/INSTALL.md . A skill for your coding assistant that stops it from burying the answer. Action first. Steps numbered. No "Hope this helps " | | 10 rules. Full text in SKILL.md /ayghri/i-have-adhd/blob/main/skills/i-have-adhd/SKILL.md . - Lead with the next action. - Number multi-step tasks. - End with one concrete next step. - Suppress tangents. - Restate state every turn. - Specific time estimates minutes, not "a bit" . - Make wins visible. - Matter-of-fact errors. - Cap lists at 5 items. - No preamble. No recap. No closers. Fork, edit skills/i-have-adhd/SKILL.md , then swap your copy in: claude plugin uninstall i-have-adhd drop the upstream copy first: claude plugin marketplace remove i-have-adhd fork and upstream share both names claude plugin marketplace add