keel
龙骨(keel):规格驱动开发纪律技能包。通过技能与工具约束 agent 行为,提供自包含接入。
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.