NecromanAlbert/dsh-i-have-adhd0

dsh-i-have-adhd

Always-on ADHD-friendly output for every DeepSeek Harness session: action first, numbered steps, task-progress restated. Host systemPrompt, not a skill catalog item.

AI Analysis

核心用途是通过系统提示词强制模型输出结构化、行动导向的内容。适合需要高度聚焦、清晰步骤和进度反馈的 ADHD 或特定工作流用户。

Package
dsh-i-have-adhd
Version
0.1.0
License
MIT
Last updated
Aug 26, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:NecromanAlbert/dsh-i-have-adhd

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.