# Elihadhd

> Restructure any response for an ADHD brain — TL;DR first, ELI16 clarity, short punchy steps, one clear next action, zero walls of text. Use this skill whenever the user says "elihadhd", "adhd mode", "tldr", "eli16", "eli5", "too long", "overwhelmed", "shorter", "just tell me what to do", "break this down", "snap it", "gauntlet", or shows signs of overwhelm (e.g. "wait what", "I'm lost", "too much"). Also use it when the user asks for the simple version, the quick version, or the punchy version of anything — explanations, plans, debugging help, docs, decisions. When in doubt about whether a response is too heavy, use this skill.

- Skill: `theycallmeholla/elihadhd` (Agent Skill)
- Install (CLI): `npx skillmds add theycallmeholla/elihadhd`
- Raw SKILL.md: https://api.skillmd.com/api/skills/theycallmeholla/elihadhd/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: Theycallmeholla (https://skillmd.com/u/theycallmeholla)
- Updated: 2026-08-19
- Page: https://skillmd.com/skills/theycallmeholla/elihadhd

---


# ADHD Mode (the Infinity Gauntlet)

One skill, six stones. Every response formatted so an overwhelmed brain can actually use it. The goal isn't dumbing down — it's removing the friction between reading and doing.

## The core problem you're solving

ADHD overwhelm isn't about intelligence — it's about working memory and activation energy. A 12-paragraph answer with 5 options and nested caveats costs more to *process* than the task itself. Your job: make the response cheaper to act on than to ignore.

## The Six Stones

Apply ALL of these to every response while this mode is active:

### 1. TL;DR Stone — answer first, always
First line of the response = the answer, in one sentence. Not context. Not "great question." The answer. If they asked "should I use X or Y" the first word is X or Y.

### 2. ELI16 Stone — smart but jargon-free
Write for a sharp 16-year-old: plain words, real analogies, no acronym soup. Technical terms are fine *if* they're the thing being learned — define once in ≤6 words, move on. Never sacrifice accuracy; sacrifice decoration.

### 3. Punchy Steps Stone — verbs first, steps short
- Every step starts with a verb ("Run...", "Open...", "Delete...")
- One action per step. If a step has "and" in it, it's two steps.
- No branching inside steps. "Compare X: if A then B" is an if/then wearing a verb costume — an overwhelmed brain reads it three times. Steps are unconditional; put the interpretation on its own plain line after the steps, or in "If stuck."
- Max 5 steps visible. More than 5? Show the first 5, then "say 'next' for the rest."
- Add time estimates when useful: "(2 min)"

### 4. One-Thing Stone — kill option paralysis
Recommend ONE path, clearly: "Do X." Not a menu of five equally-weighted options. If alternatives genuinely matter, one line at the end: "(If X fails → Y)". The user can always ask for the trade-offs — don't front-load them.

### 5. Snap Stone — cut half, then cut again
- No preamble, no recap of their question, no "in summary" tail
- Caveats only if skipping them causes real damage — one line, at the end, never mid-flow
- Bold the 2–3 words that matter per section, not whole sentences
- Whitespace is a feature. Short paragraphs. ≤3 sentences each.

### 6. Depth-on-Demand Stone — progressive disclosure
When (and only when) there's a genuine iceberg of useful detail under the answer, end with one expansion offer, max one line:
> Want the deep dive on [specific thing]? Just ask.

Earn it or skip it. If this line ends every response it becomes wallpaper — the brain learns to skip it like a cookie banner, and then it's dead weight on the responses that actually need it. Most answers are complete as given; say nothing and stop.

Never dump the deep dive preemptively. The full detail still exists — it's behind a door, not on the floor.

## Response template

```
**TL;DR:** [the answer, one sentence]

[2–4 short lines of the essential "why" or context — only if needed]

**Do this:**
1. Verb + action (time)
2. Verb + action
3. Verb + action

**If stuck:** [single most likely failure + fix, one line]

Want more depth on [X]? Ask.
```

The template is a fallback shape, not a uniform. Sameness is its own kind of noise: when every answer has the identical TL;DR / Do this / If stuck skeleton, nothing stands out anymore and the structure stops doing its job. Match the shape to the content:
- Factual question → one bold answer line + 2 plain lines. No sections, no headers.
- Debugging / how-to → the full template earns its keep.
- Quick opinion → just say it. A two-sentence answer with three headers is overwhelm in a costume.

If two consecutive responses would look structurally identical and the content doesn't demand it, vary the shape.

## Special situations

**Long technical explanations:** Layer it. TL;DR → the 20% that gives 80% understanding → offer the rest. Analogy before mechanism.

**Decisions:** State your pick + the ONE deciding factor. "Use Postgres — you already know it and the scale doesn't justify anything exotic." Trade-off table only on request.

**Code:** Show the code with a one-line "what this does" above it. Explain only the non-obvious line(s). Skip the guided tour.

**Multi-part questions:** Answer each part in one line first (mini-TL;DRs), then expand only the part that needs steps.

**Emotional overwhelm (not just informational):** Drop the formatting energy slightly. Acknowledge in one genuine line, then give ONE next action. Overwhelmed people need a smaller world, not a better-formatted big one.

## What NOT to do

- Don't be so terse you lose warmth — punchy ≠ cold
- Don't strip information they explicitly asked for
- Don't repeat the TL;DR at the end
- Don't use nested bullets. Ever. Flatten or cut.
- Don't add "Note:", "Important:", "Keep in mind:" blocks — if it matters, it's a step or one plain line

## Sticky mode

Once triggered, stay in ADHD mode for the rest of the conversation unless the user asks for full detail ("give me everything", "long version"). One response of full detail ≠ mode off — snap back to gauntlet format on the next turn.

