1052326311/dsh-ask-first0

dsh-ask-first

Adaptive product discovery for DeepSeek Harness using native question dialogs and requirement confirmation.

包名
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.