dsh-dev-crew
Run the following command in DeepSeek Harness:
dsh plugin install ivanon/dsh-dev-crew
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install ivanon/dsh-dev-crew in your DeepSeek Harness terminal to install the plugin; source repository at https://github.com/ivanon/dsh-dev-crew.
About this plugin
Strong models for spec review, cheap models for bulk implementation—splitting work that way in an AI-assisted dev loop sounds obvious, yet the orchestration, polling, review rounds, and artifact bookkeeping quickly become a maze. dsh-dev-crew packages the entire collaboration into one repeatable pipeline: three built-in roles (implementer, reviewer, researcher), each bound to a provider and model of your choice, running inside a single conversation through brainstorm, pre-check, spec, plan, task-by-task implementation, three-round review convergence, and a final on-disk report. Only the spec discussion is a mandatory human checkpoint.
Beyond dispatching tools, the plugin ships four embedded methodology skills that encode the convergence protocol, versioned-artifact naming, and fix-then-edit strategy into the model-visible text. At the tool layer, a discipline gate blocks dispatching an implementer without a valid plan path, and a loop guard rejects pathological patterns observed in real sessions—consecutive list_agents polling, empty-option questions, waiting-period interrogations, and duplicate reviewer dispatch—returning a corrective reason to the model so it recovers on its own. Artifacts are saved as versioned copies per round; every review round gets its own file, and the final report can cite exactly which round the conclusion was reached in.
Built for developers already running DeepSeek Harness who want the plan-review-implement cycle to repeat reliably across projects. Configure roles, providers, and models through the Web settings panel, or via YAML for multi-model roles and custom personas; most fields hot-reload without restarting the session.
Use Cases
- Route spec review to a strong model and bulk implementation to a cost-effective model within a single conversation
- Run a multi-round review pipeline with versioned artifacts and a final report traceable to the exact convergence round
- Prevent common orchestration failure modes such as polling loops, duplicate reviewer dispatch, and empty-option questions at the tool layer
Best For
- Developers already using DeepSeek Harness who want a stable, repeatable multi-model dev loop
- Teams that need review convergence and versioned artifact discipline in AI-assisted development
- Engineering teams that enforce orchestration invariants at the tool layer rather than relying on prompts alone
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.