The articles describe an “executive function prosthetic” approach using Claude Code to support specific ADHD-related work gaps. The author frames ADHD not as a discipline or character issue, but as differences in self-management processes that translate knowing into doing. Executive function is broken into distinct parts—working memory, task initiation, context switching, and time perception—each disrupted differently. The proposed solution is to externalize these functions into repeatable tooling rather than relying on willpower or trying to “be more aware.”

In a companion post, the author explains how Claude Code skills work: named, repeatable workflows invoked via slash commands, defined in a .claude/skills/<name>/SKILL.md file. Five custom skills are highlighted. “/pickup” reconstructs the prior session state to reduce cold-start recovery costs. “/adhd-task-triage” prioritizes tasks by available energy rather than importance. “/librarian” reduces cognitive load by mapping codebase navigation. “/schedule” adds external time checkpoints to counter time blindness. Finally, “/mirror” counters “discounting the positive” by reflecting evidence such as commits and closed tasks so progress is recognized.

The author emphasizes limitations: these tools are environmental support, not treatment, and require maintenance and accuracy.