@rongyi7/dsh-spec
规范驱动开发(Spec-Driven Development)三件套技能 DSH 组合包
AI 分析
核心用途是通过规范新建、执行和验证三步法,将模糊的想法收敛并有序实现。适合进行规范驱动开发(SDD)的软件工程师,可自动生成 specs 规范、按任务列表实现并进行验收测试。
安裝
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:rongyishuaige7/dsh-spec說明文件
閱讀完整 README ↗Usage
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.