Cerbur/clutch-dsh--packages-clutch-dsh-discuss13

@cerbur/clutch-dsh-discuss

Adds a /discuss command that activates the DSH brainstorming skill.

AI 分析

适合需要在DSH中通过/discuss命令启动项目探索和设计评审等头脑风暴任务的用户。

パッケージ
@cerbur/clutch-dsh-discuss
バージョン
0.0.1-alpha
ライセンス
MIT
最終更新
2026/09/12

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Cerbur/clutch-dsh#b3de7d905dce42f5633ba3d39d72a0726b438cc4&path:packages/clutch-dsh-discuss

ドキュメント

README 全文を読む ↗

Detailed usage

After installation, use the command from a DSH conversation:

/discuss

This starts the brainstorming workflow without a topic. To provide a starting point, pass ordinary text after the command:

/discuss Design a login flow for invited users

The plugin trims the input and sends the brainstorming gesture as one user message. The skill then requires project-context exploration, clarification, alternative approaches, design approval, spec self-review, and user review before implementation planning. The bundled resource directory contains the visual-companion and spec-reviewer templates used by that workflow.

Detailed /discuss to design-document flow

The command itself does not create a session or write a file. Once the user approves a design, the skill's documented destination is docs/clutch/specs/; subsequent planning or implementation remains an ordinary DSH workflow.