dsh-prompt-enhance
Run the following command in DeepSeek Harness:
dsh plugin install zzy6-a/dsh-prompt-enhance
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install zzy6-a/dsh-prompt-enhance in DeepSeek Harness to install the plugin; the full source code is available at https://github.com/zzy6-a/dsh-prompt-enhance
About this plugin
Writing prompts for AI coding agents is rarely about eloquence. The real gap is completeness: what to change, what to leave alone, what the deliverable looks like, and how done is defined. A one-liner in your head often covers only the first 20 percent of that, and manually filling in the rest on every single draft is slow and error-prone.
dsh-prompt-enhance collapses that ritual into a single click next to the input box. Press the ✨ button and the plugin reads your draft, makes one isolated model call using the same model in your current session, and rewrites the text into a goal-scoped task specification with explicit deliverables, constraints, and acceptance criteria. The result replaces the draft in place, and the ↩ button restores your original the instant you are not happy. Five rewriting styles (fill in details, tighten, expand, add constraints, structure) cover different needs; you can pin a cheaper model route for rewriting if you prefer. When the draft contains @file references, /commands, or skill chips, the button greys out with a clear explanation, because a whole-text replacement would silently downgrade those structured tokens.
It is built for developers who write agent prompts in DSH Composer many times a day and want the clarifying step handled by the model rather than by muscle memory. The plugin writes no session log, stores no draft on disk, and keeps the one model call out of your conversation context. The only network action it performs is sending your draft to the model route you have already configured, with same-origin enforcement, a 12 000-character cap, and a 90-second timeout.
Use Cases
- Turn a one-line idea into a goal-scoped task spec with explicit deliverables and acceptance criteria in one click
- Switch between five rewriting styles, from fill-in-details to structured output, to match the level of precision you need
- Revert to the original draft instantly with the undo button if the rewrite misses the mark
- Drafts containing @file references or skill chips are automatically greyed out to protect structured tokens
Best For
- Developers who write agent prompts multiple times a day inside DSH Composer
- Teams that want to offload the repetitive task of specifying goals, scope, constraints, and acceptance criteria to the model
- Users looking for a zero-config, privacy-safe prompt helper that leaves no trace in the session log or conversation context
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.