DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Strength Refine — DSH Plugin for DeepSeek Harness
← Plugins
S

dsh-strength-refine

Strength Refine

Highest agent preset for DeepSeek Harness: decomposes any need into a hierarchical capability map whose leaves all carry definite, operational acceptance criteria, and argues why the set fully covers the need — installable as a dsh plugin.

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:ShadowBruceMeaningLau/dsh-strength-refine#6aa2e34b81540189da68f539a9fda34c363875e6
READMECompatibilityVersions

Compatibility and provenance

Strength Refine is published as dsh-strength-refine and currently resolves to version 0.3.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
github
Registry updated
8/26/2026

Versions

0.3.0stable
8/26/2026
0.2.0stable
8/26/2026
0.1.0stable
8/25/2026

Related plugins

Loading related plugins…

Latest
0.3.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
any
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
8/26/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

Related plugins

More verified plugins in agents-orchestration.

Headless@deepseek-ai/dsh-headlessThe dsh one-shot bundle: a direct core Agent/Session runner over dsh-base with no Host, HTTP, or browser layerExperimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profileExperimental Web profile layer for Agent Teams Remote and UI pluginsSubagent Codex@deepseek-ai/dsh-subagent-codexOne-shot Codex subagent provider over the official app-server protocolSubagent Claude Code@deepseek-ai/dsh-subagent-claude-codeOne-shot Claude Code subagent provider over the official Agent SDK

README

dsh-strength-refine

Highest(巅峰)——能力点分解引擎的 dsh 插件版:给定任意领域、任意粒度的需求,与你协作澄清后,把它分解为层级化能力点树,每片叶子都附明确、可操作、可判定的验收标准,并以充分论证证明「为何这套能力点完全覆盖需求、且每个叶子能力点的验收标准都明确、可操作」。

根本意图:把模糊的需求转化为可逐一掌握、可明确验证的能力单元——通过掌握这套能力点,你就获得了满足和解决该需求的能力;「是否具备该能力」从主观感觉变成每个能力点都可明确检验的事实。

安装后,预设 Highest(id:strength-refine)会自动出现在 DSH 的预设选择器中,随插件分发到任何机器。

安装

# 本地开发(仓库路径)
dsh plugin --profile web add file:D:/DeepseekHarness/dsh-strength-refine

# 发布到 GitHub(ShadowBruceMeaningLau)
dsh plugin --profile web add github:ShadowBruceMeaningLau/dsh-strength-refine

# 发布到 npm 后
dsh plugin --profile web add dsh-strength-refine

重启 dsh web。新建会话时在预设选择器里选 Highest 即可。

工作原理

  • 插件本体是一个极小的宿主半边:启动时把内置的预设目录(preset/strength-refine/)幂等落盘到 DSH 的用户预设根 ~/.dsh/.agent-presets/,预设选择器随即发现它。
  • 不覆盖你的本地修改:目标位置已存在没有 .dsh-plugin 标记的预设(比如你自己写的版本)时,插件不碰它;只有插件自己装过的副本才会在版本升级时更新。
  • 预设组合(agent.cordis.yml)引用官方 @deepseek-ai/dsh-* 包(由宿主解析),技能根通过 baseUrl 相对解析——整个预设完全可移植,无需任何网络安装步骤。

方法论文档

方法论全部在捆绑技能 strength-refine 的 SKILL.md(唯一权威来源):分层门禁制(需求澄清 → 逐层分解-自检-交付拍板循环 → 汇总终检 → 存档与习得建议)、数学证明式覆盖说服力(定义/必要性/覆盖性/边界,叶子必要性=论证簇必需引理)、验证标准四要素(动作+对象+判据+证据)、叶子间逻辑关系(前置依赖 DAG / 协作组合论证簇 / 替代选项或路径)、叶子终止条件、前置内容(仅叶子)、无冗余检验(真重复删除、替代保留、协作组保留)、跨层证明链汇总、存档/复用协议、习得建议(逻辑图路径)、Mermaid 可视化(Obsidian 原生渲染四图)。persona 只承载使命与分层门禁骨架。

目录结构

├── package.json        插件声明(dsh.bundle.patch)
├── cordis.patch.yml    宿主行挂载
├── lib/index.js        宿主半边:幂等落盘预设
└── preset/strength-refine/
    ├── agent.cordis.yml   预设组合(agent-plane,standard 基底去 plan mode)
    ├── preset.yml         展示元数据(name: Highest / order: 5)
    └── skills/strength-refine/
        ├── SKILL.md       方法论(唯一权威)
        └── USAGE.md       用户使用指南

卸载 / 更新

# 卸载插件
dsh plugin --profile web remove dsh-strength-refine
# 插件卸载后预设目录仍在(它是自包含的),如需一并删除:
# 删除 ~/.dsh/.agent-presets/strength-refine

# 更新插件后,插件自己安装过的预设副本会在下次启动时自动更新;
# 若预设目录是你自己编辑过的版本,插件不会覆盖。

许可证

MIT,见 LICENSE。