dsh-engineering-control-plane
Run the following command in DeepSeek Harness:
dsh plugin install bailong-Hakuryu/dsh-engineering-control-plane
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install bailong-Hakuryu/dsh-engineering-control-plane in the DeepSeek Harness terminal; source code at https://github.com/bailong-Hakuryu/dsh-engineering-control-plane
About this plugin
Letting an Agent modify code used to mean issue a prompt, run it, and hope for the best. Teams that value auditability need more than that—who made the change, what verification it passed, and why it was approved or sent back all need a durable record. dsh-engineering-control-plane pins every implementation, fix, refactor, or release-validation request into a Mission, and the host owns planning, execution, verification, and quality gates, turning Agent coding from a black-box operation into a traceable, governed workflow.
The core mechanism centres on a deterministic quality gate. Each Mission advances through a single ordered sequence: plan, develop, test, review. Role permissions are strictly separated—planner, tester, and reviewer are read-only; the developer cannot commit, switch branches, or rewrite history. Verification commands come from host-owned configuration, never invented by the model on the fly. Digest-bound evidence feeds the deterministic Quality Gate, which is the sole path to APPROVED; missing, corrupt, truncated, or indeterminate evidence fails closed. Revision CAS and execution/write leases reject concurrent drift, and cancellation and resume must go through a persisted protocol. State is durably stored in SQLite with immutable Receipts and versioned Snapshots.
This plugin is suited to teams that want to bring Agent coding under formal engineering governance: projects that need a release-validation gate, that pair with the Security Assurance plugin to freeze byte-exact change fingerprints, or that must recover from BLOCKED or REWORK_REQUIRED states without losing attempt context. It does not replace a vulnerability scanner; it provides the engineering-governance skeleton so that every APPROVED carries a complete, inspectable evidence chain.
Screenshots
Use Cases
- Bringing Agent coding under a pre-release audit gate
- Resuming a BLOCKED or REWORK_REQUIRED Mission attempt after interruption
- Pairing with Security Assurance to freeze byte-exact change fingerprints for review
Best For
- Engineering teams that require fully auditable code changes
- CI/CD pipeline owners who need pre-release verification gates
- Developers managing Agent workflows with DeepSeek Harness
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.