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.

Delivery Checklist — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
D

delivery-checklist

Delivery Checklist

Pre-send verification for deliverables: opens the real file to verify row and dedup counts, scans for placeholder residue, diffs incremental files against their stated baseline, and logs the batch in a ledger with candidate vs sendable counts kept separate.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:ChenneyZhuang/delivery-checklist#490a4da08d4162bc6486894104d6b2b219b0c162
READMECompatibilityVersions

Compatibility and provenance

Delivery Checklist is published as delivery-checklist and currently resolves to version 0.2.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.2.0stable
9/14/2026

Related plugins

Loading related plugins…

Latest
0.2.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-baseClient Ui Task Board@linxin666/dsh-client-ui-task-boardHost-authoritative task board for the DSH Web GUI with real session execution, Host cron scheduling, and optional cross-platform idle-sleep protection; mounted without DSH source changes.Web 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 包。Agent Teams@nanmicoder/dsh-agent-teamsAgentTeams for DeepSeek Harness: multi-agent team collaboration (captain, members, tasks with dependencies, messaging) driven by natural language, with a tree monitor in the web GUI

README

delivery-checklist 交付核对

Verify a deliverable before it ships — by opening the actual file, not by trusting the script that built it.

交付物发出之前做核对——打开真实文件验证,而不是相信生成它的脚本。

The checks / 五道检查

  1. Shape — only the columns the recipient acts on; headers in the recipient's language.
  2. Open the real file — row count, deduplicated count, placeholder scan (TODO / XXX / [X] / test / stray N/A).
  3. Reconcile — every number in the accompanying report traces to the opened file; incremental files get diffed against their stated baseline, so "all new" becomes a verified fact instead of a claim.
  4. Place & log — agreed delivery directory, agreed naming, ledger row (date, dedup count, filename).
  5. Final read — re-open the placed copy exactly as the recipient will.

The distinction that saves deliveries / 一条关键区分

Duplicate rows inside one file are a defect; the same entity appearing in two batches is funnel history. Fix the file, reconcile the ledger. Confusing the two either ships defects or deletes legitimate history.

同一文件内的重复行 = 缺陷;同一实体出现在两个批次 = 漏斗常态。 文件要去重,台账要记录。搞混两者,要么把缺陷发出去,要么把正常历史删掉。

Worked example (synthetic numbers; method from a real audit)

An incremental two-sheet workbook claimed "all new vs the previous version". The checklist ran:

  • opened both sheets: 240 rows and 5,100 rows
  • dedup on the name+location key: 239 and 5,046 → 54 duplicate rows inside one sheet — a defect to resolve before shipping
  • diffed against the stated baseline: overlap = 0 → the "all new" claim verified (this time it was true)
  • placeholder scan: clean

Without the diff, "all new" ships as a claim. Without the dedup, 54 defects ship as rows. The checklist catches both in minutes.

不做 diff,"全部新增"就只是一句声明;不去重,54 行缺陷就直接发出去了。这两件事,核对清单几分钟就能抓住。

Install / 安装

git clone https://github.com/ChenneyZhuang/delivery-checklist ~/.claude/skills/delivery-checklist

One SKILL.md; works on any spreadsheet the agent can open (xlsx / csv). MIT. v0.2.0 — live-tested on a real incremental deliverable.

单个 SKILL.md;agent 能打开的表格都适用。MIT 许可,v0.2.0,真实增量交付文件实测通过。