tianji-qingtian/dsh-spec-loop ↗★ 6
dsh-spec-loop
规格驱动开发循环插件:通过 /spec 命令族驱动提议、审批、实现、验证和归档,支持 OpenSpec 规范及状态卡片。
AI 分析
核心用途是提供规范化的软件开发生命周期管理。适合使用 DSH 智能体进行系统化、规格驱动代码开发的用户。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:tianji-qingtian/dsh-spec-loop说明文档
阅读完整 README ↗Usage
/spec init # create openspec/project.md + directory layout
/spec new 用户登录功能 # clarify → agent writes proposal/tasks/deltas → auto-validate
/spec status # read-only card: current change-id, stage, x/y progress
/spec list # active changes (x/y tasks) + capability specs
/spec show add-user-login # read a proposal (plus design.md when present)
/spec approve add-user-login # approve → implementation gate opens
/spec implement add-user-login # agent implements tasks.md in order, ticks checkboxes
/spec verify add-user-login # per-scenario judge (flash); --deep for the main model
/spec verify add-user-login --deep
/spec archive add-user-login # merge deltas into specs/, move to changes/archive/
/spec validate [id] # OpenSpec format check (auto-run after /spec new)
/spec edit add-user-login # revise a proposal, back to proposed
The change card above the input shows the current change-id, stage, and x/y progress, plus the next command to run.