dsh-gsd-bundle
Run the following command in DeepSeek Harness:
dsh plugin install jaaty/dsh-gsd-bundle
Paste the following prompt into your AI chat to install this plugin:
Install the plugin in DeepSeek Harness by running dsh plugin install jaaty/dsh-gsd-bundle; the source is available at https://github.com/jaaty/dsh-gsd-bundle
About this plugin
Driving engineering work in DeepSeek Harness with the default agent-loop often leaves you without durable state or phase discipline: heavy research, execution, and verification all crowd into one window, sessions cannot resume after a reset, and there is no enforced gate before shipping. dsh-gsd-bundle replaces the entire loop with the Git Ship Done (GSD) five-stage engineering workflow — discuss, plan, execute, verify, ship — persisting state under .planning/ with STATE.md as the navigation spine, so any session can pick up exactly where the previous one left off and the process stays auditable and resumable.
Key capabilities include fresh-context subagents that isolate heavy work so the main session stays lean; checkpoint-resume that lets an interrupted execution continue from the last checkpoint, skipping completed tasks; gsd_ship which runs security scans, window audits, and a deterministic npm ci + npm test verification in a temp copy before pushing, refusing to ship if any gate fails; brownfield codebase mapping via parallel mappers that produce structured documents; and a capability-service design where every step plugin can be independently retired while the remaining loop stays fully functional. Two interaction styles — a natural-language persona and the /gsd-* slash-command layer — cover the full spectrum from quick spikes to complete milestones.
Ideal for individual developers or small teams who want a disciplined, auditable engineering workflow on DeepSeek Harness, especially when dealing with existing codebases that need structured mapping and phased delivery through pull requests. Mount the bundle and the full phase loop is ready to use — no extra orchestration scripts required.
Use Cases
- Structuring an existing codebase for phased delivery with artifacts
- Driving a full engineering task across multiple sessions and resuming from a checkpoint
- Enforcing security audits and deterministic verification gates before shipping a PR
Best For
- Individual developers driving small-to-medium projects on DeepSeek Harness
- Small teams that need a disciplined, auditable engineering workflow
- Developers who want to upgrade from ad-hoc execution to a structured phase loop
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.