AI Agent Hub
Back to plugins
⚙️

dsh-plugin-product-subagents

Workflow Updated 2026.08.22

Run the following command in DeepSeek Harness:

dsh plugin install shaokeyibb/dsh-plugin-product-subagents

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

Install the dsh-plugin-product-subagents plugin from https://github.com/shaokeyibb/dsh-plugin-product-subagents into DeepSeek Harness, then restart the harness.

About this plugin

Complex tasks often become hard to coordinate when a single model is expected to do everything. dsh-plugin-product-subagents turns Codex, Claude Code, and ACP-compatible CLIs into continuable subagents for DeepSeek Harness, letting you delegate work by role while preserving session continuity.

It provides a declarative role library and a two-layer permission model: the relay layer remains a read-only pipe, while remote products can run in readonly, default, or full mode, with descendants never exceeding their parent’s permissions. Together with async continuation, status tracking, waiting for results, and resource management, it is a good fit for teams building multi-agent workflows, code review, debugging, or controlled external-agent delegation.

Use Cases

  • Delegate code review or debugging tasks to role-based subagents.
  • Continue long-running external CLI sessions and track their progress.
  • Let subagents spawn further tasks within a strict permission ceiling.

Best For

  • Platform maintainers orchestrating multiple external agent CLIs.
  • Developers building multi-agent workflows in DeepSeek Harness.
  • Teams that need to enforce permission boundaries for subagents.