Back to home@NecromanAlbert

dsh-i-have-adhd

Always-on ADHD-friendly output for every DeepSeek Harness session. Host systemPrompt, not a skill catalog item.

Stars
0
Language
JavaScript
Created
Aug 26, 2026
Updated
Aug 26, 2026

Introduction

dsh-i-have-adhd

Always-on ADHD-friendly output for every DeepSeek Harness session.

简体中文 · MIT

License: MIT dsh.bundle topic: dsh-plugin Node.js 22+

Community plugin for 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 (MIT). See NOTICE.

Install

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

ShapeAction first. Numbered steps. One 2-minute closer. Lists ≤5.
PersistenceEvery response until the reader says stop adhd mode or normal mode.
RestateTask progress only (step 3 of 5). Not identity, plugins, topology.
OffOne-line confirm, then drop the rules for that session.

Config

Optional config: on the composition row:

- 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

node --test

Host: lib/index.js. Prompt text: lib/prompt.js. No Client half.

License

MIT. Upstream skill: MIT, Ayoub Ghriss.