DeepSeek Harness plugin

dsh-agent-orchestration

Evidence-first multi-agent workflow planning, handoff validation, and Loop Guard skills for DeepSeek Harness.

Jump to install

Source facts

Repository
LeslieWylie/dsh-agent-orchestration
Latest update
Aug 16, 2026
Category
Workflow & Automation
GitHub stars
3
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/LeslieWylie/dsh-agent-orchestration
Plugin: dsh-agent-orchestration
Author: LeslieWylie

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer3 files
README.mdSource · read only

> ⚠️ Archived — merged into dsh-ops-kit > This repository shipped one of five skills that used to be published as five separate packages. They are now maintained together as a single bundle so nobody has to install — and the ecosystem does not have to index — the same skill five times. Please switch to dsh-ops-kit. > > 已归档 — 已合并至 dsh-ops-kit > 本仓库此前是五个独立发布包之一,其功能现已与另外四个包一起合并维护为单一 bundle,避免同一批 skill 被拆成五份重复发布、重复索引。请改用 dsh-ops-kit

---

dsh-agent-orchestration

Evidence-first multi-agent orchestration for DeepSeek Harness. It packages the reusable DRI/reviewer/lead/operations topology, Loop Guard, risk lanes, handoff contract, stage barriers, and multi-agent loop shared-worktree rules.

Tools:

  • dsh_orchestration_plan: produce a research, implementation, benchmark, release, or incident plan.
  • dsh_handoff_validate: validate an explicit handoff without dispatching agents or changing remote state.
npm install dsh-agent-orchestration
# or: pnpm add dsh-agent-orchestration

The package is deliberately transport-neutral: it teaches contracts and produces plans, while an authenticated Octo CLI or other runtime performs explicitly requested side effects.

npm run build && npm run typecheck && npm test && npm pack --dry-run