rongyishuaige7/dsh-spec0

@rongyi7/dsh-spec

规范驱动开发(Spec-Driven Development)三件套技能 DSH 组合包

AI 分析

核心用途是通过规范新建、执行和验证三步法,将模糊的想法收敛并有序实现。适合进行规范驱动开发(SDD)的软件工程师,可自动生成 specs 规范、按任务列表实现并进行验收测试。

包名
@rongyi7/dsh-spec
版本
0.1.0
许可证
MIT
最近更新
2026年8月15日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:rongyishuaige7/dsh-spec

Usage

Just ask naturally — the skill catalog routes the request:

  1. "帮我做一个文件分享网站" → dsh-spec-new asks clarifying questions, writes specs/.
  2. "开始实现" → dsh-spec-implement executes tasks.md in order, checks progress back into the spec.
  3. "验收" → dsh-spec-validate turns each acceptance criterion into a runnable check and writes specs/validation.md.