tianji-qingtian/dsh-spec-loop6

dsh-spec-loop

规格驱动开发循环插件:通过 /spec 命令族驱动提议、审批、实现、验证和归档,支持 OpenSpec 规范及状态卡片。

AI 分析

核心用途是提供规范化的软件开发生命周期管理。适合使用 DSH 智能体进行系统化、规格驱动代码开发的用户。

包名
dsh-spec-loop
版本
0.1.3
许可证
MIT
最近更新
2026年8月25日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:tianji-qingtian/dsh-spec-loop

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.