DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Flow2spec Deepseek Harness — DeepSeek Harness 插件(DSH Plugin)
← Plugins

@double-coding/flow2spec-deepseek-harness

Flow2spec Deepseek Harness

用于 Flow2Spec 的原生 DeepSeek Harness 插件

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add @double-coding/flow2spec-deepseek-harness@1.2.6
README兼容性版本
Flow2Spec settings card in DeepSeek Harness

兼容性与来源证明

Flow2spec Deepseek Harness 以 @double-coding/flow2spec-deepseek-harness 发布,当前版本为 1.2.6。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围

README

Flow2Spec for DeepSeek Harness

Flow2Spec routes project facts into the DeepSeek Harness agent loop

Bring Flow2Spec's spec-driven workflow and project knowledge routing into DeepSeek Harness.

中文 · Flow2Spec · npm

This native plugin connects DeepSeek Harness to the same .Knowledge/, f2s-* skills, and project rules used by Flow2Spec. Each conversation can load the facts relevant to the current request instead of rediscovering the repository, while Cursor, Claude, Codex, and DeepSeek Harness continue to share one project knowledge base.

This plugin follows DeepSeek Harness releases and keeps its integration aligned with the upstream runtime.

Why this plugin

Flow2Spec already provides the knowledge model and spec-driven workflows. This package is the thin native adapter that makes those capabilities available inside DeepSeek Harness:

CapabilityWhat it adds to Harness
Project knowledge routingMatches each request to compact topics in .Knowledge/ before source exploration.
Native lifecycle integrationLoads Flow2Spec context through Cordis hooks without copying project skills into the profile.
Skill workflowsExposes requirement clarification, technical design, implementation, fixes, knowledge sync, and commit workflows.
Controlled project toolsProvides status, routing, knowledge checks, initialization, and doctor operations.
Workspace settings cardShows installed versions, checks for updates, and edits each workspace's flow2spec.config.json.

Flow2Spec Core remains the single source of product behavior; this plugin only adapts it to the Harness runtime.

Install

Requires Node.js ^22.19.0 or >=24.

Install the plugin into the profile you use. The Web profile is usually named web:

dsh plugin --profile web add @double-coding/flow2spec-deepseek-harness
dsh web

Open a project and start a conversation. The plugin incrementally adds flow2spec.config.json and the .Knowledge/ skeleton when they are missing; existing project knowledge is preserved.

Settings card

Open Settings → Plugins → Flow2Spec to manage the current workspace integration.

Flow2Spec settings card in DeepSeek Harness

The card provides:

  • installed plugin and Flow2Spec Core versions;
  • an explicit update check that reports availability without installing or restarting Harness;
  • workspace search and selection;
  • structured editing for the selected workspace's flow2spec.config.json;
  • conflict-safe saves and project initialization confirmation.

Configuration is workspace-scoped. Changing a project here edits that project's file, not a global plugin preference.

First use

Most of the time, describe the task in natural language. With intent recognition enabled, Flow2Spec can route the request into the appropriate workflow:

Add batch recalculation. Retry failed items and never run the same batch twice.

You can also inspect or control the integration explicitly:

CommandPurpose
/flow2spec / statusShow the current project and integration status.
/flow2spec initAdd missing project configuration and knowledge directories.
/flow2spec doctorDiagnose the current integration.
/flow2spec route <request>Preview the knowledge topics a request will load.
/flow2spec kb checkValidate the project knowledge base.
/flow2spec kb buildRebuild knowledge routing, then validate it.
/flow2spec updateCheck for available updates.

The f2s-* skills remain available for explicit workflow selection.

Workspace configuration

The project root flow2spec.config.json is the source of truth:

{
  "locale": "en-US",
  "subAgent": true,
  "switchAgentVerification": true,
  "intentRecognition": true,
  "changeTracking": {
    "feat": true,
    "fix": false,
    "implement": true
  },
  "updateCheck": {
    "enabled": true
  },
  "collaboration": {
    "enabled": true,
    "developerId": ""
  }
}
FieldPurpose
localeLanguage used by Flow2Spec skills, rules, and generated project documents.
subAgentAllows supported skills to delegate suitable subtasks.
switchAgentVerificationEnables cross-agent verification where a skill explicitly supports it.
intentRecognitionRoutes natural-language requests into matching f2s-* workflows.
changeTracking.*Selects which workflows maintain local .task/ checklists.
updateCheck.enabledEnables knowledge-template update checks.
collaboration.enabledSeparates local task state under .task/<developerId>/.
collaboration.developerIdSets the local task directory identity; blank falls back to Git identity.

Edits take effect the next time a Flow2Spec workflow runs. You can edit this file directly or use the workspace settings card.

Existing Flow2Spec projects

Install the plugin and keep using the existing .Knowledge/ and flow2spec.config.json.

Legacy project copies under .dsh/skills/f2s-* take precedence over bundled resources. /flow2spec doctor reports these overrides; the plugin does not delete user files.

License

MIT

*
运行环境
web
发布来源
npm
Registry 更新时间
2026/9/20

版本

1.2.6stable
2026/8/25
1.2.5stable
2026/8/24
1.2.4stable
2026/8/20
查看其余 7 个版本收起版本
1.2.3stable
2026/8/19
1.2.2stable
2026/8/19
1.2.1stable
2026/8/19
1.2.0stable
2026/8/18
1.1.0stable
2026/8/18
1.0.2stable
2026/8/18
1.0.1stable
2026/8/18

相关插件

继续浏览 agents-orchestration 分类下经过校验的插件。

Headless@deepseek-ai/dsh-headlessdsh one-shot bundle:基于 dsh-base 的直接核心 Agent/Session 运行器,不包含 Host、HTTP 或浏览器层Experimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profile用于 Agent Teams Remote 和 UI 插件的实验性 Web 配置层Subagent Codex@deepseek-ai/dsh-subagent-codex基于官方 app-server 协议的一次性 Codex 子代理提供程序Subagent Claude Code@deepseek-ai/dsh-subagent-claude-code基于官方 Agent SDK 的一次性 Claude Code 子代理提供方
最新版
1.2.6
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
304.3 kB
文件数
87
Surface
web
许可证
MIT
发布源
npm
GitHub
★ 6
周下载
93
最近提交
2026/8/25
查看源码 ↗项目主页 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录