AI Agent Hub
Back to plugins
⚙️

dsh-warm-minimal

Workflow Updated 2026.08.26

Run the following command in DeepSeek Harness:

dsh plugin install sch246/dsh-warm-minimal

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

Run dsh plugin install sch246/dsh-warm-minimal inside DeepSeek Harness to install; the full source is available at https://github.com/sch246/dsh-warm-minimal .

About this plugin

When a multi-agent workflow forces the main agent to both coordinate and execute, the system prompt bloats and the model loses focus among an oversized tool list. dsh-warm-minimal narrows the main agent to a pure coordinator and hands broad capabilities to sub-agents, so every layer operates in a lean context.

Key mechanics: a real provider bootstrap on the first user turn with a single-line system prompt and only shell plus editor tools; after bootstrap the main agent keeps persona, persistent shell, narrow skills, todo and one compact delegate, while sub-agents receive full AGENTS, search, Web and background jobs. Every prompt/context source and every tool schema can be independently scoped to main-agent-only, sub-agent-only, or shared.

Built for DeepSeek Harness users who want a minimal-prompt multi-agent workflow with fine-grained control over what each agent can see.

Use Cases

  • Main agent stays in a lean context for coordination while sub-agents handle discovery and execution
  • Scope prompt sources and tool schemas per agent role with independent radio controls
  • Enter the role-split workflow after a real provider bootstrap turn without faked events

Best For

  • Developers building multi-agent workflows on DeepSeek Harness
  • Users who want a lean main-agent prompt with reduced tool noise
  • Teams that need fine-grained source admission control per agent role