@rongyi7/dsh-spec
Spec-Driven Development 三件套技能(Spec New / Spec Implement / Spec Validate)DSH 组合包:把模糊 Idea 收敛成 specs/ 三件套,按规格有序实现,并对照验收标准验收。
AI 분석
核心用途是通过规范新建、执行和验证三步法,将模糊的想法收敛并有序实现。适合进行规范驱动开发(SDD)的软件工程师,可自动生成 specs 规范、按任务列表实现并进行验收测试。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:rongyishuaige7/dsh-specUsage
Just ask naturally — the skill catalog routes the request:
- "帮我做一个文件分享网站" →
dsh-spec-newasks clarifying questions, writesspecs/. - "开始实现" →
dsh-spec-implementexecutestasks.mdin order, checks progress back into the spec. - "验收" →
dsh-spec-validateturns each acceptance criterion into a runnable check and writesspecs/validation.md.