dsh-move-plan
Run the following command in DeepSeek Harness:
dsh plugin install uckkk/dsh-move-plan
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install uckkk/dsh-move-plan in your terminal; the source is available at https://github.com/uckkk/dsh-move-plan, and once installed you can invoke its moving plan tool in DeepSeek Harness sessions.
About this plugin
Moving to a new place is never as simple as packing boxes. You need to sequence tasks, estimate load sizes, and coordinate timing windows, and every step is easy to overlook. dsh-move-plan collapses that mental overhead into a single deterministic call: supply the moving parameters and receive a structured relocation plan, eliminating the need to manually stitch together individual steps.
The implementation is deliberately minimal. Pure Node, zero network calls. This matters in an agent-workflow context, where the plugin can sit as a local tool node inside a larger orchestration chain without introducing external API timeouts, rate limits, or a dependency on a running service.
Who is it for? Engineers building agent pipelines who need a dependable moving-logic step, or anyone who simply wants a clean, parameterized moving step breakdown from their session. Call the tool, get the plan. MIT licensed, use it freely.
Use Cases
- Generate a moving step checklist on demand inside an agent session
- Invoke relocation planning as a local tool node in an orchestration chain
- Retrieve a structured moving plan from parameters such as item count and distance
Best For
- Engineers building agent pipelines who need a dependable moving-logic step
- Individuals preparing to move who want a quick step checklist
- Dev teams that prefer local execution with zero external API dependencies
Related Plugins
A method pack that makes AI coding agents plan against your real baseline, prove completion with fresh evidence, and reduce reworks and unsafe changes.
Turns the DeepSeek Harness session into a captain that builds a durable sub-agent team, splits goals into dependency-aware tasks, and coordinates work via direct messages and a live Web UI.
Gives coding agents design judgment, letting Claude Code, Cursor, and 70+ agents generate and iterate high-quality UI, presentations, and graphics right from the terminal.
Run the Pi ecosystem's plugins on DeepSeek Harness, unmodified, via a compatibility layer that implements Pi's public extension ABI on DSH's native services.