keel
龙骨(keel)——规格驱动开发纪律技能包:先立规格、验证假设、防止过度工程、防止范围蔓延。以技能与工具形式约束 agent 行为,为 dsh(DeepSeek Harness)等插件化 harness 提供自包含接入。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:JohnXu22786/spec-driven说明文档
阅读完整 README ↗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.