A personal collection of Claude Code skills for managing life with ADHD — task management, knowledge capture, review rituals, and other executive function workflows, automated through Claude.
FAQ
adhd-skills is a Claude Code plugin with 4 hand-picked skills for productivity work, indexed on Flowy. Install it with the command on its page. It includes brain-process-notes, brain-weekly-review, gtd-review. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.
> /plugin marketplace add RobotDisco/adhd-skills
Repo: RobotDisco/adhd-skills
A personal collection of Claude Code skills for managing life with ADHD — task management, knowledge capture, review rituals, and other executive function workflows, automated through Claude.
These are curated for my own setup and reflect my own system design decisions. They may be useful as a reference or starting point if your system is similar, but they're not a general-purpose toolkit.
gtdSkills for GTD task management.
gtd-triageWorks through a captured inbox one item at a time, makes a routing decision (on-deck, someday, work tool, waiting, or delete), and produces a grouped summary to act on.
Triggers automatically when you say things like "let's go through my inbox", "GTD sweep", or "process my inbox".
gtd-reviewInteractive GTD system health check. Audits habits, tickler, active board, and someday. Ensures every commitment is honest and every project has a live next action.
Triggers automatically when you say things like "GTD review", "weekly review", or "how does my system look".
brainSkills for org-roam knowledge management.
brain-weekly-reviewWeekly zettelkasten review. Assesses one random note for zettelkasten shape (with per-kind criteria for permanent, literature, runbook, person, business, project, and area notes), then guides a structured reflection on the week. Surfaces one recurring thread from your answers at the end.
Runs standalone — does not require the GTD review to have run first. In the full weekly
ritual, runs after gtd-triage and gtd-review.
Triggers automatically when you say things like "brain review", "weekly brain", or "knowledge review".
You need Claude Code installed and running.
1. Register this repo as a marketplace (once per machine):
/plugin marketplace add RobotDisco/adhd-skills
2. Install whichever plugins you want:
/plugin install gtd@adhd-skills
Skills activate immediately — no restart needed.
Skills are organised by domain — gtd/ for task management, brain/ for knowledge
management, and so on. Each domain is its own installable plugin.
Use the /skill-creator skill to add a new skill to an existing domain, or create a new
domain directory and register it in .claude-plugin/marketplace.json.
To install skill-creator: /plugin install skill-creator@claude-plugins-official
The system design draws on these sources — see SOURCES.md for annotations on how each one shapes the decisions made here.
| Source | What it contributes |
|---|---|
| Russell Barkley | Executive function model of ADHD — the neurological why behind every design choice |
| Dr. K / HealthyGamerGG | Behavioural translation of clinical ADHD research for modern, screen-heavy environments |
| How to ADHD (Jessica McCabe) | Practical reframes: system failures as design bugs, not character flaws |
| Midwest Magic Cleaning (Jason) | The Fluid Method — start moving things, don't plan before you begin; applies to all messes |
| Jesse J. Anderson — ADHD Motivation Mastery | 4 Cs motivation framework: ADHD runs on Challenge, Competition, Creativity, Completion |
| David Allen — Getting Things Done | Structural backbone: one inbox, next physical action, someday/maybe |
| Developer Tea (Jonathan Cutrell) | A project needs a goal and a deadline — missing either, it's a dream |
| Conn & McLean — Bulletproof Problem Solving | MECE decomposition for the project breakdown workflow (not yet built) |
| Sönke Ahrens — How to Take Smart Notes | The zettelkasten method the note system implements: the fleeting → literature → permanent lifecycle, where rewriting a source's idea in your own words is the load-bearing act |
| Adler & Van Doren — How to Read a Book | Backbone of the literature-note workflow: analytical reading (come to terms, state the unity, then judge) and the four ways a work can fall short |
| Andy Matuschak — Evergreen notes | Notes should be atomic, densely linked, and concept-oriented; prefer associative links over hierarchical tags |
Creative Commons Attribution-ShareAlike 4.0 International. See LICENSE.
.claude-plugin/
marketplace.json
.gitignore
adr/
0001-note-maturity-lifecycle.md
0002-freeform-daily-log.md
0003-inbox-archival.md
0004-project-two-layer-model.md
0005-waiting-state.md
0006-work-personal-split.md
0007-daily-ritual-structure.md
0008-personal-time-success-metric.md
0009-two-level-scheduling.md
0010-project-granularity.md
0011-retro-as-required-lifecycle-stage.md
0012-stuck-project-intervention-policy.md
0013-tickler-in-personal-org.md
0014-repeater-and-session-effort.md
0015-project-execution-in-personal-org.md
0016-deadline-semantics-and-near-term-visibility.md
0017-org-timeblock-daily-planning.md
0018-weekly-review-ritual.md
0019-zettelkasten-note-quality-criteria.md
0020-brain-step-in-weekly-review.md
0021-context-layering.md
0022-literature-note-workflow.md
0023-journal-one-way-fleeting-feed.md
0024-notes-evolve-by-append.md
0025-tag-axes-and-earning-their-place.md
0026-extraction-test-recurrence-and-decision-exclusion.md
0027-retroactive-tag-sweep.md
0028-archive-status-overlay.md
brain/
references/
note-quality-criteria.md
skills/
brain-process-notes/
references/
extraction-test.md
SKILL.md
brain-weekly-review/
SKILL.md
CLAUDE.md
gtd/
references/
org-conventions.md
rituals.md
system-vocab.md
skills/
gtd-review/
references/
review-checklist.md
SKILL.md
gtd-triage/
references/
decision-rules.md
SKILL.md
LICENSE
README.md
SOURCES.md© 2026 Flowy · Free and open source
Built for Claude Code · Not affiliated with Anthropic
| Niklas Luhmann — Communicating with Slip Boxes | The slip-box originator; his "don't destroy the record" becomes "evolve by append, not rewrite" in a digital graph |