# dsh-i-have-adhd **Always-on ADHD-friendly output for every DeepSeek Harness session.** [简体中文](README.zh.md) · [MIT](LICENSE) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE) [![dsh.bundle](https://img.shields.io/badge/dsh.bundle-required-0f766e.svg)](https://deepseek-harness.github.io/deepseek-harness/develop/basic/publish.html) [![topic: dsh-plugin](https://img.shields.io/badge/topic-dsh--plugin-111827.svg)](https://github.com/topics/dsh-plugin) [![Node.js 22+](https://img.shields.io/badge/Node.js-22%2B-339933.svg?logo=node.js&logoColor=white)](https://nodejs.org/)
> Community plugin for [DeepSeek Harness](https://github.com/deepseek-ai/deepseek-harness). Not an official DeepSeek AI product. Host-only. Injects a global `systemPrompt` section so **every session** on the profile gets the rules. This is not a `skill` catalog item. DSH skills are opt-in; this plugin is always on. Rules adapted from [ayghri/i-have-adhd](https://github.com/ayghri/i-have-adhd) (MIT). See `NOTICE`. ## Install ```sh dsh plugin --profile desktop add github:NecromanAlbert/dsh-i-have-adhd ``` Restart Desktop after install. New sessions pick it up immediately. Existing sessions pick it up on the next model request after Host reload. ## What it does | | | | --- | --- | | Shape | Action first. Numbered steps. One 2-minute closer. Lists ≤5. | | Persistence | Every response until the reader says `stop adhd mode` or `normal mode`. | | Restate | Task progress only (`step 3 of 5`). Not identity, plugins, topology. | | Off | One-line confirm, then drop the rules for that session. | ## Config Optional `config:` on the composition row: ```yaml - id: dsh-i-have-adhd name: dsh-i-have-adhd config: enabled: true order: 8 extra: '' ``` `enabled: false` unloads the section. `extra` appends one house-specific line. ## What this is not - Not a skill the model has to load with the `skill` tool. - Not a housekeeper identity fiber. - Not caveman-speak. Technical terms stay exact. ## Develop ```sh node --test ``` Host: `lib/index.js`. Prompt text: `lib/prompt.js`. No Client half. ## License MIT. Upstream skill: MIT, Ayoub Ghriss.