boomzikazita/dsh-spec-gate0

dsh-spec-gate

规格门插件:模糊需求访谈暴露假设(歧义评分收敛)+ 不可变 Seed 规格锁定 + 交付前验收门。借鉴 Ouroboros 访谈门/三段验证思想,与 dsh-cybernetics 协同(验收失败事件喂控制论回路)。

AI 분석

核心用途是通过结构化访谈消除需求歧义,锁定规格并在交付前进行三段式验证。适合需要 Agent 进行高精度、强规范性任务交付的软件开发或设计场景。

패키지
dsh-spec-gate
버전
0.1.0
라이선스
MIT
최근 업데이트
2026. 8. 22.

설치

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

Usage Flow

  1. Vague request arrives → run spec_interview_assess → clarify missing dimensions until score ≤ 0.2
  2. Lock the spec: spec_seed_build → returns seed_id
  3. Produce the deliverable
  4. Verify: spec_gate_evaluate(draft, seed_id) → only hand over on pass