dsh-i-have-adhd
Run the following command in DeepSeek Harness:
dsh plugin install yongshuai0314/dsh-i-have-adhd
Paste the following prompt into your AI chat to install this plugin:
Install in DeepSeek Harness by running dsh plugin install yongshuai0314/dsh-i-have-adhd; source code is at https://github.com/yongshuai0314/dsh-i-have-adhd
About this plugin
Out of the box, LLM assistants pad every reply with pleasantries, long-winded context, and a sign-off that adds nothing. For an ADHD brain, that structure buries the one action you actually need to take inside several paragraphs of noise, and the thread is lost before you even reach step two. dsh-i-have-adhd strips all of that away: the first line becomes the command you run, the remaining lines become numbered steps, and the reply ends with a single next move. No openers, no closers, no throat-clearing.
Under the hood it injects one system-prompt section (order 50, after persona, before tool guidance) that carries a ten-rule set into every model step while the mode is on. Three zero-argument agent tools — adhd_on, adhd_off, adhd_status — flip the switch for the current session and persist the choice to a flag file under $DSH_HOME, so the mode survives a restart. Because the section is registered through the systemPrompt service, toggling takes effect on the very next model step: no session restart, no page refresh. The ten rules fall into three groups: Shape (action first, numbered steps, one next move, side quests parked), State (re-anchor where you are, estimate in real units, surface what works now), and Tone (errors are facts, cap lists at five, zero preamble).
It is built for ADHD users who work in DSH and have zero tolerance for verbose replies, and for any developer who would rather get an executable checklist than a readable essay. The plugin does not coach task breakdown, does not change Markdown rendering, does not add rituals. It changes exactly one thing: how the assistant itself writes.
Use Cases
- Debugging errors with executable steps instead of paragraphs of explanation
- Multi-step tasks where each step is numbered with realistic time estimates
- Rapid session switching where replies stay concise without repeating requests
Best For
- ADHD developers coding in DSH
- Engineers who prefer concise actionable checklists over essays
- Technical writers seeking to minimize cognitive load and focus on next actions
Related Plugins
ModLens is a vision plugin for DeepSeek Harness that gives text-only models sight by reading images pasted directly into chat, with zero-config setup and multiple vision engines.
On-demand vision for text-only DeepSeek Harness agents: built-in free keyless vision chain and 14 vision tools, routing image turns as tool calls to vision models with pixel fidelity, no Python needed, one-command install.
Give text-only models in DeepSeek Harness eyes, enabling image Q&A, long-screenshot OCR, UI restoration, and GUI visual tasks.
An armor-breaking plugin for DeepSeek: rewrites instruction priority, expands refusal-blocked phrases, persists across sessions, and shows a green active indicator.