GraySilver/dsh-task-modes

GraySilver★ 0JavaScript最后同步: 2026-08-16

在 GitHub 打开

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

README 摘要

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…

在 GitHub 查看完整 README →
Agent/智能体agent-reviewai-agentsdeepseek-harnessdshdsh-pluginprompt-engineering

分类