dsh-gsd-bridge
Run the following command in DeepSeek Harness:
dsh plugin install cainiao1992/dsh-gsd-bridge
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install cainiao1992/dsh-gsd-bridge in DeepSeek Harness to install the plugin from GitHub (https://github.com/cainiao1992/dsh-gsd-bridge).
About this plugin
GSD Core wraps a spec-driven development workflow—Discuss, Plan, Execute, Verify, Ship—into 71 structured slash commands, but its native home is Claude Code. If your primary coding environment is DeepSeek Harness, those commands are simply out of reach. dsh-gsd-bridge closes that gap in one move: it pulls @opengsd/gsd-core in as a plain npm dependency and adapts every command in memory at dispatch time, so you can type /gsd-new-project, /gsd-ship, and friends right inside the Harness Web UI with an experience nearly identical to Claude Code.
All adaptation is runtime-only; nothing on disk is ever rewritten. Under the hood the bridge strips Claude-specific frontmatter, recursively inlines @~/.claude/gsd-core/... references with a character budget and cycle guard, maps the tool vocabulary onto dsh's native registry, and re-points the gsd_run shim to the installed package root. At session start it also injects the project's .planning/STATE.md head as a non-waking orientation notice, mirroring GSD Core's SessionStart hook. Because the upstream package is never forked or patched, an upgrade is just a version bump—no vendoring, no maintenance burden.
It is built for engineers who already run GSD workflows in Claude Code and want DeepSeek Harness in the same pipeline. Project state lives in the shared .planning/ directory, so a Claude Code session and a Harness session can drive the same project interchangeably without conflicts. If you prefer thinking through a plan before touching code, or you need state consistency across multiple AI assistants, this bridge is plug-and-play.
Use Cases
- Run GSD spec-driven workflows in Harness
- Share project state across Claude Code and Harness
- Manage discussion, planning, and delivery via slash commands
Best For
- Engineers primarily using DeepSeek Harness
- Developers favoring spec-driven development
- Teams needing state consistency across multiple AI assistants
Related Plugins
A service-oriented sidebar framework for DSH, offering a full workbench with file explorer, embedded browser, real terminal, Git panel, and extensible plugin services.
A beautiful, practical Claude Code-style TUI plugin with pixel whale top bar, flowing glow title, real-time status line, streaming thought expansion, time rewind, context progress bar and TPS gauge — zero core changes.
The plugin market for DeepSeek Harness: browse/search/one-click install community plugins and themes, with updates, backup/restore, hot disable, diagnostics, and AI fix.
A persistent whale widget on the DSH web UI that shows DeepSeek balance, today's usage, and per-turn cost, with drag-and-snap and sound effects.