DSH HUB
首页插件商店插件包社区排行榜资源发布指南
插件源码
返回插件目录

rongyishuaige7 /

dsh-spec

已验证

这个仓库还没有填写简介。

★ 0 Stars0 Forks0 IssuesN/A 社区评分0 已确认安装
查看 GitHub
README来源: main@85d031c9

@rongyi7/dsh-spec

Spec-Driven Development (SDD) skills for DeepSeek Harness. One bundle, three skills.

Code is not the first step. The Spec is.

Skills

Skill Stage Trigger
dsh-spec-new Idea → Spec "帮我做一个 X" / "开个新项目" / "先写规格" / "需求变了"
dsh-spec-implement Spec → Code "开始实现" / "按 spec 做" / "继续实现"
dsh-spec-validate Spec → Acceptance "验收" / "测试一下" / "验证"

The three skills share one convention: a project keeps three reviewable files under specs/ — requirements.md (WHAT, with Given/When/Then acceptance criteria), design.md (HOW), and tasks.md (ordered executable tasks). The spec stays the single source of truth; implementation progress and validation reports are written back to specs/.

Install

From a tarball:

dsh plugin --profile <name> add ./@rongyi7-dsh-spec-0.1.0.tgz
dsh --profile <name>

From npm:

dsh plugin --profile <name> add @rongyi7/dsh-spec

From git (requires a prepare build script; see the DSH publish guide):

dsh plugin --profile <name> add github:you/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.

License

MIT

—/ 5

暂无评分

已验证 DSH bundle

Commit 85d031c9de11

社区评论

还没有评论,来写第一条。

DSH HUB

社区维护的 DSH 插件索引。不是 GitHub 或 DeepSeek AI 的官方产品。

社区资源API关于