1052326311/dsh-ask-first0

dsh-ask-first

DeepSeek Harness 的自适应需求发现插件,通过原生提问对话和确认简报降低歧义。

AI 分析

适用于任务启动前澄清需求并确认执行要点,减少误解。需按 bundle 配置 mode 等参数。

套件
dsh-ask-first
版本
0.1.0
授權
MIT
最近更新
2026年9月5日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:1052326311/dsh-ask-first

Configuration

Later DSH patch layers replace a row's full config, so restate every setting when overriding the bundle row:

- id: 1052326311-ask-first
  name: dsh-ask-first
  config:
    mode: thorough
    maxQuestionsPerRound: 1
    confirmBrief: true
    briefMaxChars: 12000
SettingDefaultMeaning
modeadaptiveadaptive asks only on material ambiguity; thorough interviews for all substantive work; on-demand activates only when requested.
maxQuestionsPerRound3Maximum questions in one native dialog, from 1 to 3.
confirmBrieftrueShow the final brief for approval before substantive execution. false also removes the confirmation tool schema.
briefMaxChars12000Maximum brief size accepted by the confirmation tool, from 1,000 to 30,000 characters.