rongyishuaige7/dsh-spec0

@rongyi7/dsh-spec

Spec-Driven Development 三件套技能(Spec New / Spec Implement / Spec Validate)DSH 组合包:把模糊 Idea 收敛成 specs/ 三件套,按规格有序实现,并对照验收标准验收。

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.