rongyishuaige7 / dsh-spec

已收录

上游仓库没有提供项目描述。

main其他 查看源代码

安装

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

此安装命令根据 GitHub 仓库地址生成,是未经验证的安装起点。

README

维护者编写的文档快照。

在 GitHub 查看 ↗
提交版本 85d031c同步于 2026年8月18日

@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

SkillStageTrigger
dsh-spec-newIdea → Spec"帮我做一个 X" / "开个新项目" / "先写规格" / "需求变了"
dsh-spec-implementSpec → Code"开始实现" / "按 spec 做" / "继续实现"
dsh-spec-validateSpec → 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

仓库信息

开发语言
JavaScript
许可证
MIT
最后更新
2026年8月15日 13:01

谨慎安装

请检查源代码、权限、生命周期脚本、依赖与网络访问;不受信任的插件应先在隔离环境中测试。