DeepSeek Harness Plugin Hub

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

探索

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

社区

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

相关链接

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

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

Team Superflow — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins
T

dsh-team-superflow

Team Superflow

由 spec-superflow 状态机驱动的 DeepSeek Harness 固定五人开发团队:队长 + 规格编写者/架构师/工程师/审阅者/文档,带有阶段标签和依赖关系的任务、带人工构建门控的自动阶段推进,以及 Web GUI 中的工作流步骤器

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

npx -y @deepseek-ai/dsh plugin --profile web add github:fengbin01/dsh-team-superflow#2ec233bf8fd4c440c2d5ffbf5ad41e699995af50
README兼容性版本
Demo 1Demo 2Demo 3

兼容性与来源证明

Team Superflow 以 dsh-team-superflow 发布,当前版本为 0.3.0。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
web
发布来源
github
Registry 更新时间
2026/9/8

版本

0.3.0stable
2026/9/8
0.2.0stable
2026/8/25

相关插件

正在加载相关插件…

最新版
0.3.0
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
未提供
文件数
未提供
Surface
web
许可证
MIT
发布源
github
GitHub
★ 0
周下载
0
最近提交
2026/9/8
查看源码 ↗
README Badge

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

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

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

认领这个 Plugin →
报告问题

相关插件

继续浏览 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 子代理提供方

README

dsh-team-superflow

A fixed five-member development team · driven by the spec-superflow state machine · live progress in the Web GUI

Spin up the same fixed dev team every time you use AgentTeams in DeepSeek Harness: a captain (the current session) plus five members, with the team's work flowing through spec-superflow's eight workflow states, visualized as a stepper in the activity panel.

Refactored from NanmiCoder/dsh-agent-teams, integrating the state-machine model of MageByte-Zero/spec-superflow.

Demo

Demo 1

Demo 2 Demo 3

Fixed roster

Every agent_teams_create registers the same five members (subagents spawn lazily on their first phase-eligible dispatch):

memberroleactive phases
spec-writerspec writerexploring · specifying · bridging
architectdesigner / architectspecifying · bridging
engineerengineerexecuting · debugging
reviewerreviewerexecuting · debugging
docsrelease / docsexecuting · closing

State machine

The team record persists the spec-superflow eight-state workflow:

exploring → specifying → bridging → approved-for-build → executing ⇄ debugging → closing
                                    │
                                    └─ build gate: HUMAN approval before executing
(any non-terminal state) ─────────→ abandoned (terminal)
  • Auto-advance: when every task of the current phase completes, the team moves to the next phase (phaseAutoAdvance, default on).
  • Build gate (human review): implementation freezes at approved-for-build until a human reviews the execution-contract artifacts and clicks 「批准构建」 in the Web panel. The model cannot confirm the gate itself.
  • Rewind: the captain may move back to specifying (scope change) or bridging (contract drift); a bug moves executing → debugging and returns automatically after fixes.
  • Phase-tagged tasks: agent_teams_create_task tags each task with a phase (default: current); the scheduler only dispatches tasks matching the current phase and the member's role scope.

The activity panel adds a state-machine stepper (eight phase pills, overall percent, per-phase task counts, build-gate badge) refreshed from the durable host state.

Install

Requires DeepSeek Harness.

Method A: install straight from a git repo (recommended; GitHub or Gitee)

dsh plugin --profile web add https://gitee.com/quella01/dsh-team-superflow.git
# dsh plugin --profile web add https://github.com/fengbin01/dsh-team-superflow.git

Method B: clone and link locally (edit code, changes apply as you rebuild)

git clone https://gitee.com/quella01/dsh-team-superflow.git ~/dsh-team-superflow
dsh plugin --profile web add link:~/dsh-team-superflow

Method C: npm package (after publishing; not published yet)

dsh plugin --profile web add dsh-team-superflow

Usage

Natural language:

Use AgentTeams to add a dark mode to this repo, following spec → contract → implement → review.

Or the slash command:

/agent-teams refactor the auth boundary and produce the full execution contract and tests

Tools

ToolCapability
agent_teams_createCreate a team: registers the fixed five-member roster, starts in exploring, and materializes the spec-superflow artifact directory
agent_teams_add_memberAdd an extra member beyond the fixed roster (optionally scoped to workflow phases)
agent_teams_remove_memberSafely remove a member: revoke its open tasks, interrupt its turn, mark it removed
agent_teams_create_taskCreate a phase-tagged task with dependencies (defaults to the current phase; blocked until deps complete)
agent_teams_reassign_taskAtomically retry/reassign/take over a task, revoking the old attempt so late results cannot overwrite
agent_teams_claim_taskClaim one ready task and receive the attempt_id capability
agent_teams_update_taskAdvance task status/output; when every current-phase task completes, the team auto-advances
agent_teams_send_messageDirect captain/member messaging through durable mailboxes
agent_teams_statusRead the current phase, per-phase progress, member activity, tasks, artifacts, and build-gate state
agent_teams_advance_phaseAdvance/rewind the state machine (debugging, re-bridge, re-specify, abandon); the build gate requires HUMAN approval in the panel
agent_teams_deleteEnd the team and archive it (tasks, mailboxes, artifacts, and phase history kept under archive/)

Configuration

- id: agent-teams
  config:
    stateDir: .agent-teams
    memberProvider: spawn
    memberModel: deepseek-v4
    memberMaxDepth: 1
    maxMembers: 8
    fixedRoster: true          # false → original behavior (empty team)
    phaseAutoAdvance: true
    promptSectionOrder: 117
    slashCommand: true

License

MIT