dsh-superpowers
Run the following command in DeepSeek Harness:
dsh plugin install TangYT/dsh-superpowers
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install TangYT/dsh-superpowers in your DeepSeek Harness terminal to install this plugin; the full project is hosted at https://github.com/TangYT/dsh-superpowers , and a dsh web restart is required after installation.
About this plugin
AI coding agents write fast, but speed is not quality. Without a methodology guardrail, models routinely skip brainstorming, ship features without tests, guess at bug fixes, and claim completion with zero verification evidence. The code looks like it works, but it will not survive a real code review.
dsh-superpowers ports the full obra/superpowers agentic skill framework into DeepSeek Harness, injecting a fixed set of engineering disciplines into every session: clarify intent, write a plan, dispatch subagents, enforce red-green-refactor, perform root-cause analysis before touching a fix, run code review in both directions, gather verification evidence, and only then merge. Fourteen skills cover the entire pipeline from requirement to integration. On session start a bootstrap paragraph is auto-injected into the system prompt, so the model checks for a matching skill before every reply, turning the agent into a self-disciplined engineering teammate.
It runs natively in DSH with zero external dependencies, pure Node built-in modules, and hot-reload of skill text on next load. Skills trigger automatically in natural language, can be invoked explicitly via slash commands, or skipped on demand. It is built for developers and teams doing serious work in DeepSeek Harness: engineers who want AI collaboration without giving up engineering rigor, tech leads who need subagent output that is reviewable, and anyone who wants the superpowers methodology inside their existing workflow.
Use Cases
- Force the agent to brainstorm and produce a written plan before writing any code
- Enforce red-green-refactor so no feature ships without passing tests
- Dispatch parallel subagents for independent tasks and trigger code review and verification before merge
Best For
- Individual developers in DeepSeek Harness who want AI collaboration grounded in engineering discipline
- Tech leads who need subagent output that passes formal code review and follows a unified standard
- AI engineers who want the superpowers methodology integrated into their existing DSH workflow
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.