dsh-incremental
其他 活跃维护

dsh-incremental

satan9394/dsh-incremental

提供增量式功能实现方案,受 agent-skills 启发,支持小步迭代开发,每次改动均可快速验证,全程保持代码可运行状态,避免大爆炸式修改风险,降低迭代调试成本。

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

dsh-incremental

增量实现:小步推进、每步可验证、始终保持系统可运行,避免大爆炸式改动。

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

安装

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

使用

对 agent 说"逐步实现 / 增量开发",incremental 技能按
拆步 → 门控推进 → 保持可运行 执行。

结构

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

License

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