Skip to content

Repository files navigation

dsh-programming-mode (Programming Mode bundle)

English summary — 完整文档见 README.zh.md

A DeepSeek Harness bundle that ships the 编程模式 agent preset: the full standard coding agent with its persona replaced by a mandatory Superpowers engineering discipline.

What it enforces

  1. Skills before action (using-superpowers)
  2. Design/brainstorming before building (brainstorming)
  3. Plans before code (writing-plansexecuting-plans)
  4. Test-driven development, RED-GREEN-REFACTOR (test-driven-development)
  5. Systematic debugging, root cause first (systematic-debugging)
  6. Verification before completion, evidence over assertions (verification-before-completion)
  7. Code review on significant work (requesting-code-review / receiving-code-review)
  8. Requirement and plan documents written in Chinese for user audit
  9. The full using-superpowers skill is mechanically injected into a new session's very first request batch (engine-level, independent of whether the model calls the skill tool), so the discipline applies from the first sentence
  10. Always-on code-volume discipline (Ponytail): the 7-rung minimal-code ladder (YAGNI → reuse → stdlib → native → installed dependency → one line → minimum) runs at default full intensity in the persona every turn; it governs implementation volume only and never overrides the process rules above. The user can switch with "ponytail lite/ultra" or turn it off with "stop ponytail".

Install

dsh plugin --profile web add github:ziduup/dsh-programming-mode

Restart the profile; the 编程模式 preset then appears in the mode picker. At profile boot the installer plants the bundled preset into the roster's first user-trust preset root — version-stamped, idempotent between equal versions, and it never touches directories it did not plant. Uninstalling the bundle does not delete a planted preset.

Self-contained

All twenty required workflow skills ship inside the preset (preset/programming/skills/): fourteen derived from obra/superpowers and six from DietrichGebert/ponytail, both MIT — see skills attribution. You need nothing in your own skill roots; the bundled copy outranks user skill roots by provider rank, so same-named local skills are shadowed cleanly instead of conflicting.

Trust note

An agent preset carries the same authority as shell access. Installing one means trusting every plugin row it references — review agent.cordis.yml before installing someone else's build.

License

MIT © 子都 (ziduup). Bundled skills retain their upstream MIT terms with attribution in SKILLS-LICENSE.md.

About

DeepSeek Harness 编程模式组合包:标准模式之上强制执行 Superpowers 工程纪律(TDD、系统化调试、先计划后编码、完成前验证、代码审查)与常驻 Ponytail 代码量纪律,内置 20 个技能(14 superpowers + 6 ponytail),dsh plugin add 一键安装。

Topics

Resources

Contributing

Stars

4 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages