dsh-spec
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
Related Plugins
A service-oriented sidebar framework for DSH, offering a full workbench with file explorer, embedded browser, real terminal, Git panel, and extensible plugin services.
A beautiful, practical Claude Code-style TUI plugin with pixel whale top bar, flowing glow title, real-time status line, streaming thought expansion, time rewind, context progress bar and TPS gauge — zero core changes.
The plugin market for DeepSeek Harness: browse/search/one-click install community plugins and themes, with updates, backup/restore, hot disable, diagnostics, and AI fix.
A persistent whale widget on the DSH web UI that shows DeepSeek balance, today's usage, and per-turn cost, with drag-and-snap and sound effects.