dsh-spec-driven
其他 活跃维护

dsh-spec-driven

satan9394/dsh-spec-driven

支持先编写规格文档再推进代码实现的开发模式,内置四阶段门控流程把控各环节开发质量,受高星agent-skills项目启发设计,可规范开发节奏减少返工成本

0
Stars 标星
0
Forks 分支
0
Watchers 关注
0
Open Issues
JavaScript
主要语言
MIT
开源协议
5 KB
仓库大小
1 个月前
最后推送
一键安装扩展 / 插件指令
dsh plugin --profile web add github:satan9394/dsh-spec-driven
git clone https://github.com/satan9394/dsh-spec-driven.git
git clone git@github.com:satan9394/dsh-spec-driven.git
README.md main

dsh-spec-driven

规格驱动开发:写代码前先写结构化 spec(背景/目标/非目标/范围/验收标准/
开放问题),四阶段门控推进(写 spec → 获批 → 实现 → 验证)。

受 addyosmani/agent-skills
(88k★ MIT)的 spec-driven-development 技能启发,改编为 DSH
中文原创精简版。

安装

dsh plugin --profile web add dsh-spec-driven
# 或本地开发:dsh plugin --profile web add link:E:\DeepSeek_Harness\workspace\2026_08_15\plugins\dsh-spec-driven
# 重启 dsh web 生效

使用

对 agent 说"先写规格再实现 / 这个功能怎么定义",
spec-driven 技能输出结构化 spec,获批后才进入实现。

结构

dsh-spec-driven/
├── index.js           # 注册 skills/ 到 ctx.skills
├── cordis.patch.yml   # bundle patch 层
├── package.json       # dsh.bundle manifest
└── skills/spec-driven/SKILL.md

License

MIT。原创精简改编,灵感来自 addyosmani/agent-skills(MIT)。