dsh-easycode: DeepSeek Harness Application Starter

dsh-easycode is an application starter for DeepSeek Harness developed by TreasureGooldove, designed to automate the preliminary configuration of new projects. The tool collects project names, requirements, and technical preferences, generates a standardized workspace locally, and transfers it to DeepSeek within the Harness session for continued development. It offers Easy and Professional modes, supports over 35 technology stacks and various development environments such as Docker and K8s, and allows for the selection of the Plan/Go workflow. The plugin can automatically initialize a local Git repository (with the main branch), optionally write confirmed MCP configurations, and generate documentation and configuration files like README and PLAN. Projects are output to $DSH_HOME/easycode-project by default.

Read More
dsh-plannotator: Reviewing Plans Before Coding Agents Write Code

dsh-plannotator is an MIT-licensed plugin for DSH, designed to address the issue of insufficient feedback granularity in coding agent plan reviews. This plugin allows users to provide precise annotations on specific text after the agent has generated an implementation plan but before coding begins. Core features include the ability to drag and select text to generate comments for specific segments, preserving the original text reference to help the agent locate context; and the ability to submit multiple independent opinions and overall feedback at once, avoiding fragmented communication. The plugin offers a responsive review panel that adapts to wide screens, narrow desktops, and mobile devices, with support for collapsing or reopening at any time. Through DSH's pending interaction mechanism, users can choose to approve, request modifications, or return to the chat, ensuring the agent receives structured reviews in plan mode. Additionally, it includes a one-time read-only "Ask AI" feature, which allows users to ask questions with context but cannot modify or edit the content.

Read More