AI Agent Hub
Back to plugins
🖥️

dsh-spec

Client Updated 2026.08.15

Run the following command in DeepSeek Harness:

dsh plugin install rongyishuaige7/dsh-spec

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install rongyishuaige7/dsh-spec in the DeepSeek Harness terminal to install this plugin; source available at https://github.com/rongyishuaige7/dsh-spec

About this plugin

The most common trap in AI-assisted coding is jumping straight to code without clarifying what to build, how to build it, or how to verify it. dsh-spec flips that order: the Spec is the first step. It splits Spec-Driven Development into three independently triggerable skills, each with a clear deliverable. dsh-spec-new turns a vague idea into a complete spec through clarifying questions. dsh-spec-implement executes tasks.md in sequence and writes progress back into the spec. dsh-spec-validate converts each Given/When/Then acceptance criterion into a runnable check and records the result in validation.md.

All three skills share one convention: a specs/ directory holding three reviewable files. requirements.md captures WHAT, design.md captures HOW, and tasks.md lists ordered executable steps. The spec remains the single source of truth; implementation progress and validation reports are all persisted under specs/ for easy review and collaboration.

Ideal for individual developers doing structured builds with DeepSeek Harness, small teams that need reviewable documentation, and anyone who wants a disciplined, repeatable workflow instead of ad-hoc prompting.

Use Cases

  • Turn vague requirements into structured specs with Given/When/Then criteria
  • Execute tasks.md in order and write progress back to the specs/ directory
  • Convert each acceptance criterion into a runnable check and output validation.md

Best For

  • Individual developers building projects with DeepSeek Harness
  • Small teams needing reviewable docs and acceptance records
  • Anyone who wants a repeatable workflow over ad-hoc prompting