outnever/dsh-research-first ↗★ 0
dsh-research-first
DSH 调研优先助手:引导代理在修改前先调查文档/代码/社区,检测受阻的调研并记录提示。
AI 分析
核心用途是规范 AI 代理的行为,使其“先调研再修改”。适合希望减少 AI 盲目修改代码、提高复杂任务解决成功率的用户。
安裝
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:outnever/dsh-research-first說明文件
閱讀完整 README ↗配置项
| 字段 | 默认 | 说明 |
|---|---|---|
intensity | remind | remind(软引导)/ warn(审批)/ block(拒绝) |
failureThreshold | 2 | 连续失败几次后提醒查社区 |
injectNorm | true | 是否注入调查规范到 systemPrompt |
detectBlocked | true | 是否检测调查工具失败并提醒 |
investigationTools | read, grep, glob, web_search, read_image, ask_user_question, skill | 视为"调查"的工具名 |
mutationTools | write, edit, bash, pwsh, str_replace_editor | 视为"修改"的工具名 |