dsh-plugin-product-subagents
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.
Related Plugins
A method pack that makes AI coding agents plan against your real baseline, prove completion with fresh evidence, and reduce reworks and unsafe changes.
Turns the DeepSeek Harness session into a captain that builds a durable sub-agent team, splits goals into dependency-aware tasks, and coordinates work via direct messages and a live Web UI.
Gives coding agents design judgment, letting Claude Code, Cursor, and 70+ agents generate and iterate high-quality UI, presentations, and graphics right from the terminal.
Run the Pi ecosystem's plugins on DeepSeek Harness, unmodified, via a compatibility layer that implements Pi's public extension ABI on DSH's native services.