Cerbur/clutch-dsh--packages-clutch-dsh-discuss ↗★ 13
@cerbur/clutch-dsh-discuss
为DSH会话添加头脑风暴讨论命令
AI 分析
适合需要在DSH中通过/discuss命令启动项目探索和设计评审等头脑风暴任务的用户。
安装
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.
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.