dsh-deep-research
Run the following command in DeepSeek Harness:
dsh plugin install omdsh-dev/dsh-deep-research
Paste the following prompt into your AI chat to install this plugin:
In DeepSeek Harness, install the plugin with dsh plugin install omdsh-dev/dsh-deep-research using the full source URL https://github.com/omdsh-dev/dsh-deep-research.
About this plugin
dsh-deep-research addresses the problem that many “deep research” flows are just fixed prompt pipelines with little self-correction. It builds the process on the official DSH workflow engine, turning planning, retrieval, gap-filling, and synthesis into an adaptive loop. A planner first defines the decision space, sub-questions, and acceptance criteria, while research agents search and fetch sources in parallel and track evidence as confirmed, uncertain, or missing.
The plugin focuses on information gain rather than endless searching. Each round checks whether new evidence actually reduces uncertainty, stops when marginal gain disappears, and automatically dispatches follow-up research for high-priority gaps. A synthesis agent then compresses the evidence into a decision-ready report, while optional adversarial review can spot-check citations, audit coverage, and flag contradictions or overconfidence.
It is a good fit for users who need multi-source research, competitive or solution comparisons, literature collection, or decision support inside DSH. It is also useful for developers who want to orchestrate research sub-agents with workflow-level control, model tiering, and concurrency limits.
Use Cases
- Research a technical ecosystem and generate a cited report.
- Compare multiple solutions to support selection decisions.
- Work through a question list, collect sources in parallel, and fill evidence gaps.
Best For
- Researchers who need deep research and decision support.
- Developers orchestrating research sub-agents in DSH workflows.
- Analysts needing multi-source synthesis and report generation.
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.