GraySilver/dsh-task-modes

GraySilver★ 0JavaScriptLast synced: 2026-08-16

Open on GitHub

Task modes for DeepSeek Harness Web: normal execution, first-principles prompting, and independent adversarial review.

README excerpt

dsh-task-modes 中文文档 An independent, installable DeepSeek Harness Web bundle that adds three task modes: normal execution, first-principles prompting, and an independent forked adversarial review. It works through the DSH plugin layer and does not modify DSH core. Install Install the pinned npm release into a Web profile without requiring a global DSH installation: If dsh is already installed globally, use the shorter command: Restart the Web profile after installation. The mode selector appears beside the composer tools. For source auditing or development, install the pinned Git revision instead: Git-hosted plugins execute install-time code, so install only revisions you trust. Modes Mode Behavior Best for Normal mode Sends the request without extra mode instructions. Everyday work. First Principles Injects a system-prompt section that asks the model to state objectives, separate facts from assumptions, identify constraints, derive the approach, and verify the result. Ambiguous or high-leverage decisions. Adversarial Review After the parent text answer completes, starts a forked child agent to inspect the current task and answer, then renders a Markdown report below that reply. Cat…

View full README on GitHub →
Agentsagent-reviewai-agentsdeepseek-harnessdshdsh-pluginprompt-engineering

Category