Privacy and advertising choices

Git-Stars uses essential storage for site operation. Optional analytics and ad-measurement scripts stay disabled unless you accept them; partners such as Google may then use cookies or similar identifiers where required. Privacy Policy

LogoGit-Stars
Top StarsTrendingAI AgentsDaily PicksViral ReposInsights
LogoGit-Stars

Discover top GitHub projects with real rankings and AI insights

GitHub
Built withLogo of Git-StarsGit-Stars
Rankings
  • Top Stars
  • Trending
  • AI Agents
  • Daily Picks
  • Explore
Resources
  • Insights
  • Editorial Policy
About
  • About
  • Contact
Legal
  • Privacy Policy
  • Terms of Service
© 2026 Git-Stars. All Rights Reserved.
AD

UditAkhourii/adhd

AI Agent

ADHD — a skill for coding agents. Tree-of-thought with pruning, built on the Claude & Codex Agent SDK. Fans out parallel divergent thoughts under different cognitive frames, scores, prunes traps, deepens the survivors. The no-brainer skill for creative and interdisciplinary work.

2.9k Stars219 Forks14 Open Issues2.9k WatchersTypeScriptMIT
AI AgentLLM ToolDeveloper ToolUI Framework
Review Readiness

This repository page has enough original analysis, source evidence, and comparison context to be treated as an indexable Git-Stars review.

100

review score

Indexable review
Decision Snapshot

Problem solved

ADHD solves the problem of premature convergence in linear Chain-of-Thought reasoning, where the model anchors on its first output. Unlike standard Tree-of-Thought, it spawns isolated reasoning processes with zero shared context during divergence, then uses a separate critic pass to score, cluster, prune traps, and deepen survivors, enabling more creative and diverse solutions.

Deployment reality

The available setup signal starts with: npm install adhd-agent. Treat this as a starting point, then ask Codex or Claude to inspect the README, environment variables, runtime version, and deployment target before production use.

Commercial use

The recorded license is MIT. This is a useful commercial-use signal, but teams should still verify license text, dependencies, model/API terms, and trademark constraints.

Capability ceiling

Developers can build agents that generate a wide range of creative and non-obvious solutions for design decisions, fuzzy debugging, naming, API surface design, strategy, and any prompt requiring multiple approaches. Real-world use cases include generating diverse retry/timeout strategies, exploring alternative architectures, and surfacing novel ideas that a single-shot approach would miss. The ceiling is high for interdisciplinary and creative work where breadth and novelty are valued over quick, conventional answers.

Source and compliance noteLast synced: Jul 31, 2026

Git-Stars is independent and not affiliated with GitHub or this project. Analysis may be AI-assisted and based on public repository metadata plus short README-derived summaries. We do not mirror full README files, docs, issues, or social comments.

Original GitHub sourceMethodologyEditorial Policy
Editorial Evaluation

UditAkhourii/adhd is tracked as a TypeScript project in the AI Agent, LLM Tool, Developer Tool, UI Framework area. This evaluation combines public GitHub metadata, category signals, short source summaries, and Git-Stars editorial rules rather than copying project documentation.

Momentum check: the repository has 2.9k total stars, with +0 today, +791 this week, and +0 this month. These growth windows help distinguish durable adoption from short-lived visibility spikes.

Maintenance check: current activity is Moderate; the latest push was 31 days ago, and the open issue queue is 14, about 0.49% of total stars. Treat this as an adoption signal, not a substitute for engineering due diligence.

Adoption check: 219 forks and 2.9k watchers suggest how often the project is reused or followed. License signal: MIT. Always verify license compatibility before commercial or internal use.

Practical fit: this project is most relevant when you need AI prototypes, LLM workflows, and agent-style applications. Be cautious when you need a legal review, security audit, or production SLA.

Source check: Git-Stars currently has 2 explicit source reference(s) for this report and a recent growth signal of 791. Follow the original GitHub repository for final install, security, and release information.

Evidence Checklist

Analysis

Ready

Original problem, capability, and verdict guidance are available.

Sources

Ready

Repository metadata and README/source references are attached.

License

Ready

MIT is recorded for review.

Maintenance

Ready

Recent activity is visible in repository metadata.

Alternatives

Ready

Enough nearby projects exist for comparison.

Best For
  • AI prototypes, LLM workflows, and agent-style applications
  • TypeScript teams evaluating ecosystem-native tooling
Avoid When
  • you need a legal review, security audit, or production SLA
Adoption Signals

Momentum

2.9k Stars

Reuse

219 Forks

Attention

2.9k Watchers

Maintenance

moderate

License

MIT

Open issues

14

Overview

ADHD is an architectural fix for premature convergence in autoregressive reasoning, spawning isolated reasoning processes under deliberately distorted cognitive frames to generate diverse solutions for design decisions, debugging, and strategy tasks.

Key Features

- Spawns N isolated reasoning processes with zero shared context under distorted cognitive frames for divergent ideation - Runs a separate critic pass to score, cluster, prune traps, and deepen survivors - Generates 30+ ideas across clusters like economic-incentive, async-control-surface, and gamification, with non-obvious picks and trap detection

Tool Positioning

AI Agent

Agent frameworks, autonomous workflows, and tool-use systems

LLM Tool

Libraries and tools for LLM apps, RAG, prompts, and evals

Developer Tool

Tools that improve coding, testing, build, and local workflow

UI Framework

Frontend frameworks, design systems, and interface libraries

Quick Start
npm install adhd-agent
View on GitHub Project Homepage
Project Activity

63

Health Score

Moderate

Commit Activity

May 25, 2026

Created

Jul 23, 2026

Last push

Source Trail

GitHub repository metadata

metadata

GitHub README

readme_summary

Star History

+141

Today's growth

+307

7-day growth

+307

30-day growth

Jul 29, 2026Jul 31, 2026
Community Health
219

Forks

14

Open

2.9k

Watchers

Owner
AD

UditAkhourii

GitHub profile
Topics & Language
TypeScriptadhdagentsaiai-agentsbrainstormchain-of-thoughtclaudeclaude-agent-sdkcreativitydivergent-thinkingideationinterdisciplinaryllmllm-toolsnodejsprompt-engineeringtree-of-thoughttypescript
Ecosystem & Usage
GitHub Repository Project Website Search on npm
Alternatives & Comparison

codecrafters-io/build-your-own-x

Master programming by recreating your favorite technologies from scratch.

540k

sindresorhus/awesome

😎 Awesome lists about all kinds of interesting topics

496k

freeCodeCamp/freeCodeCamp

freeCodeCamp.org's open-source codebase and curriculum. Learn math, programming, and computer science for free.

454k

EbookFoundation/free-programming-books

:books: Freely available programming books

394k

nilbuild/developer-roadmap

Interactive roadmaps, guides and other educational content to help developers grow in their careers.

365k
License
MIT
CreatedMay 25, 2026
Last pushJul 23, 2026
Last syncedJul 31, 2026
Repository Standards

✓

License

✓

Forked

~ Moderate

Maintained

AI AnalysisAnalyzed by Git-Stars

Problem Solved

ADHD solves the problem of premature convergence in linear Chain-of-Thought reasoning, where the model anchors on its first output. Unlike standard Tree-of-Thought, it spawns isolated reasoning processes with zero shared context during divergence, then uses a separate critic pass to score, cluster, prune traps, and deepen survivors, enabling more creative and diverse solutions.

Capabilities

Developers can build agents that generate a wide range of creative and non-obvious solutions for design decisions, fuzzy debugging, naming, API surface design, strategy, and any prompt requiring multiple approaches. Real-world use cases include generating diverse retry/timeout strategies, exploring alternative architectures, and surfacing novel ideas that a single-shot approach would miss. The ceiling is high for interdisciplinary and creative work where breadth and novelty are valued over quick, conventional answers.

Bottom Line

ADHD is ideal for developers building coding agents that need creative, diverse, and non-obvious solutions, especially for open-ended problems. It should be avoided when speed and simplicity are paramount, as the parallel divergence adds overhead. The key trade-off is between breadth/novelty and efficiency/conventionality.

Full AI Analysis