JohnXu22786/spec-driven0

keel

龙骨(keel):规格驱动开发纪律技能包。通过技能与工具约束 agent 行为,提供自包含接入。

AI 分析

核心用途是约束 Agent 遵循规格驱动开发规范。适合需要立规格、验证假设、防止过度工程和范围蔓延的开发任务。

包名
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.