ADHD is an open-source skill for AI coding agents that implements tree-of-thought reasoning with pruning — it spawns multiple isolated reasoning processes under deliberately different cognitive frames, scores the outputs with a critic pass, prunes flawed ideas (traps), and deepens the strongest survivors. It is built on the Claude & Codex Agent SDK and distributed via npm.
It is most valuable during creative or interdisciplinary work where single-pass AI answers tend to converge on textbook solutions — such as architecture decisions, retry/timeout strategy, or exploring multiple solution paths. It is also useful when you want the agent to proactively flag traps and pitfalls in candidate approaches before committing engineering time.