openspec-agents
Run the following command in DeepSeek Harness:
dsh plugin install ifrankwang/openspec-agents
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install ifrankwang/openspec-agents in the DeepSeek Harness terminal to install the openspec-agents plugin; the full source code repository is at https://github.com/ifrankwang/openspec-agents .
About this plugin
When AI coding shifts from assisted completion to autonomous implementation, the one-agent-does-everything model exposes structural weaknesses: unstable quality, unauditable processes, and errors that are hard to roll back. openspec-agents consumes OpenSpec change specifications (proposal / design / tasks / specs) directly and replaces the single-agent pipeline with a coordinated team of a master orchestrator, a dedicated implementer, a reviewer, and a quality gatekeeper, turning specifications into reviewed, production-grade code.
The core capability is a gated pipeline: every step must pass a quality check before the next one begins; failures trigger automatic rollback and rework, with optional rule-based exemptions that are fully logged. Each change executes in an isolated worktree, merges and cleans up automatically on completion, and the full trail of progress, verdicts, exemptions, and recovery checkpoints is recorded so you can resume mid-flight after an interruption. Beyond the change-orchestration flow, the plugin also provides a standalone code-review mode that can scope a single PR range or the entire repository at two granularity levels (thorough or simple), with an optional auto-fix or review-only policy, and returns a consolidated report grouped by severity, dimension, and file location.
It is built for teams and projects with hard requirements on delivery quality, process traceability, and reproducible outcomes. The plugin works natively with mainstream AI coding tools including Claude Code, Codex, ZCode, DeepSeek Harness, and OpenCode. The trade-off is higher API consumption and longer runtime compared to a single AI making direct edits, but in return you get a stable, reproducible, and fully auditable implementation process. If you are willing to spend a little more for certainty, this project is designed for you.
Use Cases
- Drive OpenSpec change specs from design documents to reviewed, production-ready code
- Run a standalone multi-dimensional quality review on a single PR or the entire codebase, with optional auto-fix and re-verification
- Maintain a unified change implementation workflow, audit trail, and recovery capability across multiple AI coding tools
Best For
- Engineering teams with hard requirements on code quality and process controllability
- Developers already using OpenSpec for spec management who need a complete implementation-and-review pipeline
- Tech leads juggling multiple AI coding tools and seeking a consistent workflow experience
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.