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. 9. 12.

설치

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

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.