dsh-specify-lite
Run the following command in DeepSeek Harness:
dsh plugin install MarcSierszen/dsh-specify-lite
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install MarcSierszen/dsh-specify-lite in the DeepSeek Harness terminal to install the plugin; the full source is available at https://github.com/MarcSierszen/dsh-specify-lite .
About this plugin
Spec-driven development is often synonymous with adopting a heavyweight toolchain or an external CLI. dsh-specify-lite addresses that gap: you want to cover the full loop from writing a specification, clarifying ambiguity, planning technically, breaking work into tasks, to implementing and verifying, all natively inside DSH, without installing Spec-Kit or any external SDD tool, and without managing multi-agent orchestration. It compresses the entire delivery path into a single agent session via eight /speckit-prefixed commands and a three-artifact model, producing inspectable and traceable files at every step while never mutating Git state.
Core capabilities center on determinism and verifiability. /speckit-constitution defines project-wide principles, /speckit-specify and /speckit-clarify turn a fuzzy idea into an unambiguous specification, /speckit-plan generates a repository-informed technical plan, /speckit-tasks produces an ordered task list with stable T001-style IDs, /speckit-analyze performs a read-only quality review, and /speckit-implement executes the selected tasks and records verification evidence. All artifact edits follow a read-propose-confirm-then-write principle, support partial implementation by task ID or range, and derive stage status automatically from checkboxes and JSON verification records in tasks.md across six stages from not-started to complete.
It is well suited for developers working with a single local model in DSH who want a clear end-to-end path from a well-formed idea to a verified implementation, prefer a single-session workflow with no orchestration overhead, and value the guarantee that their Git state remains untouched. The plugin is independently maintained as a DSH-native component, installs and uses no external SDD CLI, and makes no compatibility promise with any predecessor project.
Use Cases
- Turn a fuzzy idea into a specified, planned, and implemented feature inside DSH
- Deliver an end-to-end feature with verification evidence using a single local model
- Track development progress via traceable artifacts without mutating Git state
Best For
- Developers using a single local model in DSH who prefer a single-session workflow
- Solo developers who want spec-driven delivery without external CLI dependencies
- Cautious engineers who value inspectable artifacts, confirmed writes, and untouched Git state
Related Plugins
A unified suite combining hot runtime injection, task-aware thinking-mode routing, and a graded session protocol with red-team gates to sustain model diligence across long-horizon inference.
ModLens is a vision plugin for DeepSeek Harness that gives text-only models sight by reading images pasted directly into chat, with zero-config setup and multiple vision engines.
On-demand vision for text-only DeepSeek Harness agents: built-in free keyless vision chain and 14 vision tools, routing image turns as tool calls to vision models with pixel fidelity, no Python needed, one-command install.
Give text-only models in DeepSeek Harness eyes, enabling image Q&A, long-screenshot OCR, UI restoration, and GUI visual tasks.