DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Decision Records — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
D

decision-records

Decision Records

Lightweight decision records for any project: capture decisions that are expensive to reverse or re-litigate — decision, alternatives, the why, reversibility — append-only, supersede instead of rewrite, kept where the project lives so the next session inherits the reasoning, not just the conclusion.

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:ChenneyZhuang/decision-records#a50510efae648021d5e0cf74f0a86a68df65a8ee
READMECompatibilityVersions

Compatibility and provenance

Decision Records is published as decision-records and currently resolves to version 0.1.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
github
Registry updated
9/14/2026

Versions

0.1.0stable
9/14/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
any
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
9/14/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in productivity-workflow.

Acp App@deepseek-ai/dsh-acp-appThe dsh ACP profile bundle: automation-only JSON-RPC stdio and process lifecycle over dsh-baseWeb All@linxin666/dsh-web-allDSH Web UI 全家桶聚合插件:一键安装全部功能插件(task-board / git-graph / pet / remote-web-ui / web-ui-settings / skin-center / community-plugins / compat shim)。compat 桥接层已并入本包(src/client),无需独立 compat npm 包。Codex Ui@michengai/dsh-codex-uiDSH Codex UI — 为 DeepSeek Harness Web 提供 Codex 风格侧栏、工作区会话树、全局搜索和轮次导航 · A Codex-style sidebar, workspace session tree, global search, and turn navigation for DSH WebAutomation@michengai/dsh-automationExecute coding tasks on a schedule in an independent DSH Session, with dual-entry management via a Web settings page and Agent.

README

decision-records 决策记录

Decisions without recorded reasons get re-litigated forever — every few weeks someone reopens the same question because nobody remembers why it was closed.

没有记录理由的决策会被反复重新争论——每隔几周就有人重开同一个问题,因为没人记得它当初为什么被关掉。

Why / 为什么

"Use X" is a fact that goes stale. "Use X because Y; we rejected Z" is a decision the next person can respect — or consciously revisit with full information. The expensive decisions are the ones that are expensive to reverse or expensive to re-argue; those are the ones worth one short record.

"用 X"是一个会过期的事实。"用 X,因为 Y;否决了 Z"是一个下个人可以尊重的决策——或者带着完整信息有意识地重开。昂贵的决策是那些难以回退或难以重新争论的决策——它们才值得一条简短的记录。

The format / 格式(5 行就够)

### 2026-09-14 — Use plan B for syncing
- Decision: sync via UUID, not timestamps
- Alternatives: timestamps (rejected: clock skew across devices)
- Why: IDs survive offline edits; timestamps silently drop concurrent rows
- Reversible? yes — migration script exists

No template ceremony, no approval workflow. One file (decisions.md) or one section in the project's existing doc, next to the work it governs.

不要模板仪式,不要审批流程。一个文件(decisions.md)或项目现有文档里的一节,放在它治理的工作旁边。

Rules that make it work / 关键规则

  • The why is the payload. 结论三个月就过期,理由存活得更久。结论过期,理由还在教育人。
  • Append-only. 重开旧决策 = 写一条新记录标记 supersedes the old one — 历史保持可读,演变过程清晰可见。Rewriting history is how records rot.
  • Record at the moment of decision. 会后补记的记录补的是记忆,不是理由。
  • Keep it where the project lives. In the repo, beside the code — a decision doc nobody passes on their way to work is a decision doc nobody reads.

Install / 安装

git clone https://github.com/ChenneyZhuang/decision-records ~/.claude/skills/decision-records

One SKILL.md, zero dependencies. MIT. v0.1.0.

单个 SKILL.md,零依赖。MIT 许可,v0.1.0。