JohnXu22786/spec-driven0

keel

龙骨(keel)——规格驱动开发纪律技能包:先立规格、验证假设、防止过度工程、防止范围蔓延。以技能与工具形式约束 agent 行为,为 dsh(DeepSeek Harness)等插件化 harness 提供自包含接入。

包名
keel
版本
1.0.0
许可证
MIT
最近更新
2026年8月16日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:JohnXu22786/spec-driven

Configuration

Passed via the config field of the host patch line (defaults are used without a harness):

{
  "strictness": "relaxed",        // relaxed | strict (strict upgrades warnings to errors)
  "requireAssumptions": true,     // require an ASSUMPTIONS*.md file in the same directory when reviewing a spec
  "maxFindings": 100              // cap on findings per review report (1–1000)
}

Invalid configuration fails at load time with a message containing fix guidance.