# i-have-adhd：一个防止编码智能体把答案深埋在输出中的 skill

- 来源：Hacker News 热门（buzzing.cc 中文翻译）
- 作者：domhudson
- 发布时间：2026-09-09 01:53
- AIHOT 分数：65
- AIHOT 链接：https://aihot.news/items/cmtt04yw104xvro5w2axg7jct
- 原文链接：https://github.com/ayghri/i-have-adhd

## AI 摘要

GitHub 上的 i-have-adhd 项目提供一个 skill，用于防止编码智能体把最终答案深埋在输出里。该项目经由 Hacker News 热门讨论传播，HN 获得 101 分。

## 正文

ADHD-friendly outputs. No ADHD diagnosis needed!

Install

Copy/paste into your CLI prompt:

Install the i-have-adhd skill/plugin from https://github.com/ayghri/i-have-adhd, refer to the repo's AGENTS.md for instructions.

Or 🔗 check the installation instructions.

What it does

A skill for your coding assistant that stops it from burying the answer. Action first. Steps numbered. No "Hope this helps!"

What changes

Before

Great question! Let me think about this. Your auth flow has a few moving pieces: the middleware, the token verification, and the cookie handling. Looking at src/auth.ts, the verifyToken function (around lines 42-58) seems to be using an older jsonwebtoken API. One approach would be to update the package and rewrite that function. After making the change, you'd want to run the auth tests to confirm nothing breaks. By the way, you might also want to look at your dependency versions overall. Hope this helps! Let me know if you want to dig deeper.

After

Run npm install jsonwebtoken@latest, then edit src/auth.ts:42.

Open src/auth.ts

Replace verifyToken (lines 42–58) with the snippet below

Run npm test -- auth.spec.ts

Next: paste the first failing line if any test fails.

The rules

10 rules. Full text in 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.

Tune it

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 <your-username>/i-have-adhd claude plugin install i-have-adhd@i-have-adhd

Restart Claude Code, then re-invoke /i-have-adhd.

Credits

Loosely based on The Adult ADHD Tool Kit by J. Russell Ramsay and Anthony L. Rostain. Adapted for how an LLM should respond, not how a human should organize their day.

License

Star ⭐ if it saved you one scroll past one "Great question!"
