A cross-platform AI skill for clearer answers, smaller active workloads, and fewer cognitive dead ends. ADHD & 47 Tabs makes the useful part of an AI response easier to find, start, and finish. It is not a medical tool and does not diagnose or treat ADHD. No diagnosis is required. The skill uses four response contracts: 1. Answer: conclusion first, then necessary evidence and caveats. 2. Action: s
npx mdskills install zgbrenner/adhd-and-47-tabs@zgbrenner? Sign in with GitHub to claim this listing.Defines four clear response contracts to reduce cognitive load with actionable format rules
1# ADHD & 47 Tabs23**A cross-platform AI skill for clearer answers, smaller active workloads, and fewer cognitive dead ends.**45> Your brain has enough tabs open. Your AI does not need to add twelve more.67[](https://github.com/zgbrenner/adhd-and-47-tabs/raw/main/dist/adhd-and-47-tabs.zip)8[](LICENSE)910ADHD & 47 Tabs makes the useful part of an AI response easier to find, start, and finish. It is not a medical tool and does not diagnose or treat ADHD. No diagnosis is required.1112## How it works1314The skill uses four response contracts:15161. **Answer:** conclusion first, then necessary evidence and caveats.172. **Action:** smallest useful action first, bounded steps, and a definition of done.183. **Artifact:** finished email, code, plan, prompt, or checklist first.194. **Project update:** current state, verified progress, blockers, and one active next step.2021The goal is **lower cognitive load, not minimum word count**. Detailed requests still receive detailed answers.2223## Download and upgrade2425[Download the canonical `adhd-and-47-tabs.zip`](https://github.com/zgbrenner/adhd-and-47-tabs/raw/main/dist/adhd-and-47-tabs.zip) and verify it with [`SHA256SUMS`](dist/SHA256SUMS). The repository rebuilds both files deterministically during `make check`, so the public package stays synchronized with the skill source.2627Version 2 renamed the package from `i-have-adhd-and-47-tabs`. Remove or disable the old copy before installing v2 so both versions do not load together.2829## Claude3031Skills are available on Claude Free, Pro, Max, Team, and Enterprise plans, but code execution must be enabled.32331. Enable **Code execution and file creation** in **Settings → Capabilities**. Team and Enterprise workspaces may require an owner to enable it in organization settings.342. Download the ZIP.353. Open **Customize → Skills**.364. Select **+ → Create skill → Upload a skill**.375. Upload and enable **ADHD & 47 Tabs**.3839Official guide: [Use skills in Claude](https://support.claude.com/en/articles/12512180-use-skills-in-claude).4041## ChatGPT4243OpenAI says Personal Skills are generally available for ChatGPT Business, Enterprise, Healthcare, and Edu accounts. Workspace administrators may also control access. Skills must currently be installed separately on desktop and web or mobile surfaces.44451. Download the ZIP.462. Open **Plugins** in the ChatGPT sidebar.473. Select the **Skills** tab, then **Create → Upload from your computer**.484. Upload the ZIP.4950Official guide: [Skills in ChatGPT](https://help.openai.com/en/articles/20001066).5152For a Custom GPT fallback, copy [`chatgpt-custom-gpt/INSTRUCTIONS.md`](chatgpt-custom-gpt/INSTRUCTIONS.md) into a GPT named **ADHD & 47 Tabs**.5354## Codex5556```text57$skill-installer install https://github.com/zgbrenner/adhd-and-47-tabs/tree/main/adhd-and-47-tabs58```5960Restart Codex after installation.6162## GitHub Copilot6364GitHub CLI 2.90.0 or later can preview and install Agent Skills:6566```bash67gh skill preview zgbrenner/adhd-and-47-tabs adhd-and-47-tabs68gh skill install zgbrenner/adhd-and-47-tabs adhd-and-47-tabs --scope user69gh skill publish --dry-run70```7172Official guide: [Adding Agent Skills for GitHub Copilot](https://docs.github.com/en/copilot/how-tos/copilot-on-github/customize-copilot/customize-cloud-agent/add-skills).7374## Universal Skills CLI7576```bash77npx skills add zgbrenner/adhd-and-47-tabs78```7980## Core behavior8182- Lead with the answer, finished output, recommendation, or first action.83- Show one active path and rank meaningful alternatives.84- Keep the active working set small without truncating requested artifacts.85- Preserve project state without replaying the full history.86- Report progress only when it is verified.87- Troubleshoot sequentially.88- Do not force a next step after a complete answer.89- Remove generic preambles, recaps, tangents, and empty closers.9091Read the full skill at [`adhd-and-47-tabs/SKILL.md`](adhd-and-47-tabs/SKILL.md).9293## Evaluate and validate9495The repository includes 12 cross-platform scenarios and a dependency-free scorer:9697```bash98python3 scripts/score_responses.py --responses responses.jsonl99make check100make install-hooks101```102103See [`docs/EVALUATION.md`](docs/EVALUATION.md). This repository intentionally uses **no GitHub Actions or hosted CI** and requires no third-party Python packages.104105## Community106107Use [Discussions](https://github.com/zgbrenner/adhd-and-47-tabs/discussions) for questions and the [issue forms](https://github.com/zgbrenner/adhd-and-47-tabs/issues/new/choose) for reproducible problems. Read [`SUPPORT.md`](SUPPORT.md) and [`CONTRIBUTING.md`](CONTRIBUTING.md).108109## Attribution and license110111Original concept and skill: [Ayoub Ghriss, `ayghri/i-have-adhd`](https://github.com/ayghri/i-have-adhd).112113Cross-platform adaptation: [Zachary Brenner](https://github.com/zgbrenner).114115MIT licensed. The original notice is preserved in [`LICENSE`](LICENSE) and adaptation history is in [`NOTICE.md`](NOTICE.md).116
Full transparency — inspect the skill content before installing.