AI Agent Hub
Back to plugins
⚙️

dsh-superpower

Workflow Updated 2026.08.26

Run the following command in DeepSeek Harness:

dsh plugin install pai535Huang/dsh-superpower

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install pai535Huang/dsh-superpower in DeepSeek Harness to install the plugin; the source repository is https://github.com/pai535Huang/dsh-superpower .

About this plugin

Coding agents rarely fail because they cannot write code; they fail because they start writing before they think. dsh-superpower bundles 14 structured development skills from obra/superpowers—brainstorming, TDD, systematic debugging, subagent-driven development, and more—into the DeepSeek Harness skill registry, turning think before you code into a session-level discipline that every eligible preset inherits automatically.

The plugin operates as a host combination row. It registers all bundled skills through ctx.skills.registerProvider(), so any preset that exposes a skill loading surface (standard, code, cordis, or a custom one) sees the full catalog without extra configuration. A bootstrap guard injects the 1% Rule text on the first request of each session and once after compaction, avoiding per-turn prompt flooding. Same-name skills in the project or user skill root shadow the bundled versions by design, keeping user intent first; subagents with delegationDepth greater than zero skip injection entirely; the minimal preset is left untouched. Extending the skill set is equally friction-free: drop a new SKILL.md with YAML frontmatter into the skills/ directory and the runtime discovers it on the fly—no build step, no code changes required.

This plugin is for developers running coding agents on DeepSeek Harness who want a structured development flow without hand-crafting prompts for every individual skill. As long as the preset provides a skill loading surface, the entire methodology is available out of the box, and individual skills can be added, swapped, or removed to tailor the workflow to your project.

Use Cases

  • Force the agent to brainstorm before writing code under the standard preset
  • Constrain the coding workflow with TDD and systematic debugging skills
  • Drop a custom SKILL.md into the skills/ directory to extend the methodology on the fly

Best For

  • Developers running coding agents on DeepSeek Harness
  • Teams that want their agent to follow a structured development flow
  • Engineers who need to customize agent skill sets without touching runtime code