dsh-ask-first
Adaptive product discovery for DeepSeek Harness using native question dialogs and requirement confirmation.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:1052326311/dsh-ask-first说明文档
阅读完整 README ↗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
| Setting | Default | Meaning |
|---|---|---|
mode | adaptive | adaptive asks only on material ambiguity; thorough interviews for all substantive work; on-demand activates only when requested. |
maxQuestionsPerRound | 3 | Maximum questions in one native dialog, from 1 to 3. |
confirmBrief | true | Show the final brief for approval before substantive execution. false also removes the confirmation tool schema. |
briefMaxChars | 12000 | Maximum brief size accepted by the confirmation tool, from 1,000 to 30,000 characters. |