> ## Documentation Index
> Fetch the complete documentation index at: https://adhd.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Adopters & Ecosystem

> Projects that officially ship or integrate ADHD.

ADHD has been adopted, ported, forked, and studied across the agent ecosystem. Shipping it in your project? [Open a PR](https://github.com/UditAkhourii/adhd) adding yourself, or [open an issue](https://github.com/UditAkhourii/adhd/issues/new).

## Featured

* 🔌 **[repowire](https://github.com/prassanna-ravishankar/repowire)** — the first OSS project to officially ship ADHD. Its maintainer ported the framework onto repowire's mesh-orchestrator primitives in [PR #313](https://github.com/prassanna-ravishankar/repowire/pull/313) (merged): frames become frame-shifted temp peers, the generator/critic split maps onto separate peers vs. the orchestrator's own turn, with attribution via `metadata.based-on` (MIT).
* 📰 **[The New Stack](https://thenewstack.io/claude-code-adhd/)** ran a feature story on ADHD for Claude Code.
* 🔬 An independent **[evidence-based research review](https://github.com/testdouble/han/blob/adhd-swarm-research/docs/research/adhd-application-to-han.md)** (11 sources, 8 validation rounds) was published against the method — findings tracked openly as [issues #16–#18](https://github.com/UditAkhourii/adhd/issues).

## All adopters

| Project                                                            | What they did                                                                                                                                                                                                                                                                                                                                                                                                                   | Status                      |
| ------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------- |
| [**repowire**](https://github.com/prassanna-ravishankar/repowire)  | Ported ADHD onto mesh-orchestrator primitives — frames as frame-shifted temp peers, generator/critic split as separate peers vs. the orchestrator's turn. Ships in the default orchestrator template. ([PR #313](https://github.com/prassanna-ravishankar/repowire/pull/313))                                                                                                                                                   | ✅ Merged · MIT attribution  |
| [**mstack**](https://github.com/mayank-io/mstack)                  | Vendored ADHD as the `think` plugin in their Claude plugin marketplace — wires the divergent-then-converge loop into mstack for architecture, naming, API design, and fuzzy debugging.                                                                                                                                                                                                                                          | ✅ Shipped · MIT attribution |
| [**zk-flow-oss**](https://github.com/matt-metivier/zk-flow-oss)    | Adapted ADHD's `IDEATION_FRAMES` into their critique workflow as a pre-pass to reduce anchoring bias before review.                                                                                                                                                                                                                                                                                                             | ✅ Shipped · MIT attribution |
| [**han**](https://github.com/testdouble/han)                       | Published an [evidence-based research application](https://github.com/testdouble/han/blob/adhd-swarm-research/docs/research/adhd-application-to-han.md) of ADHD onto Han's plugin model — 11 sources, 8 validation rounds. Findings landed as issues [#16](https://github.com/UditAkhourii/adhd/issues/16)–[#18](https://github.com/UditAkhourii/adhd/issues/18).                                                               | ✅ Research integration      |
| [**app-library**](https://github.com/yslee5005/app-library)        | Built an `expert-thinker` MoAI agent on the ADHD pattern — tree-of-thought with isolated divergence and a separate critic pass.                                                                                                                                                                                                                                                                                                 | ✅ Shipped                   |
| [**striatum**](https://github.com/halbritt/striatum)               | Installer scaffold for Claude Code recommends `npx skills add UditAkhourii/adhd` for architecture, API design, and naming work.                                                                                                                                                                                                                                                                                                 | ✅ Shipped                   |
| [**awesome-prompts**](https://github.com/ai-boost/awesome-prompts) | Packaged the ADHD loop as a standalone prompt (`adhd_parallel_ideation_skill.txt`) for users without the skill installed.                                                                                                                                                                                                                                                                                                       | ✅ Shipped                   |
| [**nix-skills**](https://github.com/sudosubin/nix-skills)          | Nix packaging of the ADHD skill for the Nix-based agent-skills ecosystem.                                                                                                                                                                                                                                                                                                                                                       | ✅ Shipped                   |
| [**caioniehues/adhd**](https://github.com/caioniehues/adhd)        | Fork with a customized `SKILL.md` re-pointing install + docs to their own distribution while keeping upstream attribution.                                                                                                                                                                                                                                                                                                      | ✅ Fork · attribution        |
| [**ktg-one/adhd**](https://github.com/ktg-one/adhd)                | Fork used as a personal "codified model of how my brain works" — wired into a knowledge base as a cognitive-architecture pattern.                                                                                                                                                                                                                                                                                               | ✅ Fork · in use             |
| [**wtfismyrepo**](https://github.com/nandnijaiswal/wtfismyrepo)    | Uses ADHD as the explanation engine for codebase onboarding: a deterministic analysis layer (import-graph PageRank, git-churn fragility, PR/issue signals) feeds the diverge→score→cluster→deepen loop across 12 codebase-specific frames (`new-grad`, `archeologist`, `security-researcher`, `on-call-at-3am`, …), then deepens the non-obvious pick into a full walkthrough. Zero extra deps — Claude runs the frames itself. | ✅ Shipped · MIT attribution |
| [**mythify**](https://github.com/hannsxpeter/mythify)              | Added trap-clause and alternatives guidance to its analysis prompt packet after evaluating the divergent-frames-then-critic pattern — surfaces "the one that looks good but isn't, and why" before a plan is committed to. ([PR #18](https://github.com/hannsxpeter/mythify/pull/18))                                                                                                                                           | ✅ Merged                    |
| [**godaudits**](https://github.com/hannsxpeter/godaudits)          | Shipped v2.11.0 adopting measurement and provenance discipline from an ADHD review — an independent refutation pass, severity-aware recall metrics, and attribution/limits tracking on eval results. ([PR #13](https://github.com/hannsxpeter/godaudits/pull/13))                                                                                                                                                               | ✅ Shipped                   |
| [**godplans**](https://github.com/hannsxpeter/godplans)            | Shipped v1.8.0 turning its self-audit into an independent audit gate (separate scoring pass, isolated context) and adding a no-skill baseline control arm to its eval harness, inspired by ADHD's generator/critic split. ([PR #8](https://github.com/hannsxpeter/godplans/pull/8))                                                                                                                                             | ✅ Shipped                   |
| [**Claude1.0**](https://github.com/Ro-Sama-33/Claude1.0)           | Installed the ADHD skill into `.agents/skills/adhd/`. ([PR #16](https://github.com/Ro-Sama-33/Claude1.0/pull/16))                                                                                                                                                                                                                                                                                                               | ✅ Installed                 |

## Community

* 🎮 **[Join the ADHD Discord](https://discord.gg/NbWwkwwGw)** — real-time thinking on frame design, eval problems, trap-hunting, and neurodivergence-inspired research on reasoning architectures.
* 👉 **[Join the ADHD community](https://tally.so/r/WO1Nzj)** as a contributor, maintainer, early adopter, or member — one short form; frame contributions, eval problems, integrations, and adopter onboarding are coordinated there.

## Contact

**Udit Akhouri** — author of the [preprint](https://adhdstack.github.io/) and maintainer.

[adhdstack.github.io](https://adhdstack.github.io/) · [@akhouriudit](https://x.com/akhouriudit) · [LinkedIn](https://www.linkedin.com/in/udit-akhouri-10160a168/) · [researchudit@gmail.com](mailto:researchudit@gmail.com) · [@UditAkhourii](https://github.com/UditAkhourii)

Open to collaboration with research labs and applied-AI teams working on reasoning, planning, and agentic systems.
