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.

Flow2spec Deepseek Harness — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

@double-coding/flow2spec-deepseek-harness

Flow2spec Deepseek Harness

Native DeepSeek Harness plugin for Flow2Spec

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

npx -y @deepseek-ai/dsh plugin --profile web add @double-coding/flow2spec-deepseek-harness@1.2.6
READMECompatibilityVersions
Flow2Spec settings card in DeepSeek Harness

Compatibility and provenance

Flow2spec Deepseek Harness is published as @double-coding/flow2spec-deepseek-harness and currently resolves to version 1.2.6. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
npm
Registry updated
9/20/2026

Versions

1.2.6stable
8/25/2026
1.2.5stable
8/24/2026
1.2.4stable
8/20/2026
Show 7 more versionsCollapse versions
1.2.3stable
8/19/2026
1.2.2stable
8/19/2026
1.2.1stable
8/19/2026
1.2.0stable
8/18/2026
1.1.0stable
8/18/2026
1.0.2stable
8/18/2026
1.0.1stable
8/18/2026

Related plugins

Loading related plugins…

Latest
1.2.6
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
304.3 kB
Files
87
Surface
web
License
MIT
Source
npm
GitHub
★ 6
Weekly downloads
93
Last push
8/25/2026
View source ↗Project homepage ↗
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

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

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