AI Agent Hub
Back to plugins
dsh-agent-teams preview

dsh-agent-teams

Workflow Updated 2026.08.27

Run the following command in DeepSeek Harness:

dsh plugin install NanmiCoder/dsh-agent-teams

Paste the following prompt into your AI chat to install this plugin:

Install by running `dsh plugin install NanmiCoder/dsh-agent-teams` in DeepSeek Harness; source code is available at https://github.com/NanmiCoder/dsh-agent-teams

About this plugin

When a goal gets complex enough, a single AI session often struggles to play multiple expert roles at once: you constantly switch contexts, manually track task progress, and risk starting downstream work before its dependencies are ready. dsh-agent-teams upgrades the current DeepSeek Harness session into a “captain” that assembles a team of durable sub-agents, splits the goal into dependency-aware tasks, and coordinates the entire execution through direct messages and a live activity dashboard. You just describe the objective in natural language, and the plugin handles team construction and scheduling.

Its core strengths revolve around controlled autonomous collaboration. The captain creates role-specific members backed by continuable sub-agents that can be woken up for focused follow-up turns. Tasks move through explicit states and cannot be claimed before their dependencies finish; idle members automatically pick up the next ready task, while reassignment or captain takeover revokes stale attempts and waits for the old worker to quiesce. Before any real work starts, the plugin stages a roster and task DAG so you can edit member routes, prompts, assignments, and dependencies in the Web UI—only when you hit “Approve & Run” are members spawned and scheduling begun. Optional quality gates enforce requirements → implementation → verification → review → integration contracts, with automatic repair and re-review on failure. Team state is file-backed, so stranded open work survives cold restarts through a retrying scheduler.

This plugin is ideal for developers, tech leads, and product managers who need to turn ambitious goals into multi-step, multi-role collaboration without bolting on an external workflow engine. It gives you both natural-language delegation and a transparent, auditable control panel—the roster, task DAG, member models, and archived history remain visible at all times. For long-running efforts that require handoffs, resumability, or post-hoc review, the persistent members, safe takeover semantics, and complete team archive make it a dependable choice. In short, it shifts you from manually directing AI step-by-step to setting objectives for an AI team and reviewing the final integrated result.

Screenshots

Use Cases

  • Decomposing a complex goal into specialized sub-tasks handled by multiple roles
  • Previewing and adjusting the task DAG, roster, and prompts before execution
  • Recovering, safely handing over, and archiving long-running workflows

Best For

  • Developers who need multi-role collaboration inside DeepSeek Harness
  • Tech leads who want to delegate complex work in natural language with full visibility
  • Product and engineering teams that require auditable, resumable AI workflows