tianji-qingtian/dsh-spec-loop
tianji-qingtian★ 4JavaScript最后同步: 2026-08-14
Spec-driven 开发闭环(OpenSpec 兼容):/spec 命令族驱动 生成规格 → 批准 → 实现 → 逐条验收 → 归档 | Spec-driven dev loop (OpenSpec-compatible) for DeepSeek Harness: /spec drives propose → approve → implement → verify → archive
README 摘要
dsh-spec-loop Spec-driven development loop for DeepSeek Harness ( dsh ): a /spec command family drives propose → approve → implement → verify → archive , with change directories compatible with the OpenSpec layout under /openspec/ . The harness is in developer preview and iterates quickly — expect compatibility-breaking changes. 中文说明见 README.zh.md。 Features - /spec command family — init · new · status · list · show · approve · implement · verify [--deep] · archive · validate [id] · edit . Commands orchestrate and touch the filesystem only; proposal and implementation content is generated by the agent's main model through agent.steer with the full tool set. - Clarification on /spec new — up to three built-in choice questions (scope / constraints / acceptance), in the language of the goal; answered through the harness question UI. Subagent sessions and missing UI providers fall back to proceeding without clarification. - OpenSpec-compatible layout — openspec/project.md , openspec/specs/ /spec.md , openspec/changes/ /{proposal.md,tasks.md,design.md,verify.md,specs/ /spec.md} , archived to changes/archive/YYYY-MM-DD- / . Spec deltas use ADDED MODIFIED REMOVED Requirements with Scenario…
在 GitHub 查看完整 README →