adhd

Generates divergent coding ideas through parallel isolated cognitive frames with scoring and clustering.

Updated Apr 28, 2026
One-click install
npx skills add https://github.com/visdomtech/skills --skill adhd-visdomtech
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: adhd
Source: https://github.com/visdomtech/skills/tree/main/adhd
Command: npx skills add https://github.com/visdomtech/skills --skill adhd-visdomtech

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When facing open-ended design, architecture, or naming decisions, AI assistants tend to return the first obvious textbook answer. This Skill forces exploration past the obvious by spawning parallel isolated branches under different cognitive frames, then scoring, clustering, and deepening the strongest survivors. ## Core Features & Use Cases - Parallel Divergent Ideation: Spawns 5 isolated Agent calls under frames like regulator, biology, speedrunner, 10-year-old, and $0 budget, each generating 6 ideas without cross-contamination. - Structured Convergence: Scores ideas on novelty, viability, and fit, clusters them by underlying angle, flags attractive-but-wrong traps, and deepens the top 3 with risks, first steps, and child ideas. - Pre-flight Gate: Skips the expensive loop for syntax questions, lookups, known-cause bugs, or closed phrasing like "quick" or "standard". - Use Case: When deciding how to design a public API surface or debug a fuzzy issue with no known root cause, run the loop to get 30 candidates clustered by angle with a starred non-obvious-but-viable pick. ## Quick Start Ask the AI to run /adhd on your open-ended architecture or design problem to get a wide set of scored, clustered ideas with deepened top picks.

Frequently Asked Questions about adhd

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I brainstorm non-obvious solutions to a coding problem with an AI agent?▼

Invoke the skill with /adhd followed by your problem, or ask for ADHD mode explicitly. It spawns 5 parallel isolated branches under different cognitive frames, then scores, clusters, and deepens the top 3 ideas into actionable sketches.

What is divergent ideation for architecture and API design decisions?▼

Divergent ideation generates many distinct candidate approaches before evaluating any of them. This skill separates generation from criticism into two strict phases, using frames like regulator, biology, and speedrunner to push past the first three obvious answers.

When should I not use parallel brainstorming for coding questions?▼

Skip it for syntax questions, lookups, bugs with a known root cause, or requests phrased with words like quick, standard, canonical, or textbook. The loop costs roughly 10 agent calls, so it only pays off on open-ended high-stakes decisions.

Why must brainstorming branches run in parallel isolated contexts?▼

Branches that see each other's output anchor on the same ideas and collapse into a wider single thought. Isolated parallel agent calls give each branch a fresh context, which preserves genuine diversity across the candidate pool.

Can I run the ADHD ideation loop outside Claude Code?▼

Yes, there is a Node/TypeScript implementation installable via npm install -g adhd-agent, runnable as adhd "your problem here". It performs the same loop with structured JSON parsing and score weighting for batch use.