keel
龙骨(keel)——规格驱动开发纪律技能包:先立规格、验证假设、防止过度工程、防止范围蔓延。以技能与工具形式约束 agent 行为,为 dsh(DeepSeek Harness)等插件化 harness 提供自包含接入。
AI 分析
核心用途是约束 Agent 遵循规格驱动开发规范。适合需要立规格、验证假设、防止过度工程和范围蔓延的开发任务。
インストール
$
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.