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.

DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
P

dsh-progress-target

Progress Target

Persistent, quality-gated, resource-aware execution plans for DeepSeek Harness

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

npx -y @deepseek-ai/dsh plugin --profile web add github:02TJS/ProgressTarget#74cf29e9cadf4f7d43786b8d0662752b912288cc
READMECompatibilityVersions

Compatibility and provenance

Progress Target is published as dsh-progress-target and currently resolves to version 2.0.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
8/28/2026

Versions

2.0.0stable
8/28/2026
1.2.0stable
8/28/2026

Related plugins

Loading related plugins…

Latest
2.0.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 5
Weekly downloads
0
Last push
9/6/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
Progress Target — DSH Plugin for DeepSeek Harness

Related plugins

More verified plugins in agents-orchestration.

Headless@deepseek-ai/dsh-headlessThe dsh one-shot bundle: a direct core Agent/Session runner over dsh-base with no Host, HTTP, or browser layerExperimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profileExperimental Web profile layer for Agent Teams Remote and UI pluginsSubagent Codex@deepseek-ai/dsh-subagent-codexOne-shot Codex subagent provider over the official app-server protocolSubagent Claude Code@deepseek-ai/dsh-subagent-claude-codeOne-shot Claude Code subagent provider over the official Agent SDK

README

DSH ProgressTarget

English · 简体中文

Make AI agents finish long-running work—not merely write a checklist.

DSH ProgressTarget is a persistent planning and execution-control plugin for DeepSeek Harness. It adds semantic phases, quality gates, deliverable gates, deadlines, auditable retries, multi-resource execution plans, and dynamic GPU discovery to each conversation.

Why ProgressTarget?

Ordinary agent plans often fail in predictable ways: phases are declared complete without usable artifacts, metrics are vague, deadlines silently slip, GPU availability becomes stale, and the agent pauses for confirmation even when it could continue autonomously.

ProgressTarget turns a plan into an enforceable execution contract:

  • Persistent per-session plans — every conversation owns an independent plan.
  • Semantic phases — split by real dependencies, not mechanical quarters.
  • Two hard gates — quality targets and usable deliverables are evaluated separately.
  • Goal-linked phase quality — each v2 phase explains how its quality protects or validates the final objective.
  • Research before metrics — compare candidate proxies, cite sources, define measurement and limitations, and justify thresholds before execution.
  • Honest uncertainty — unknown impact magnitude stays null and is resolved through pilot, ablation, or controlled validation rather than fabricated precision.
  • Deadline-aware outcomes — completed means passed on time; overdue means late but still usable.
  • Evidence-first delivery — required artifacts need acceptance criteria and evidence.
  • Dynamic resource discovery — refresh all configured GPU servers at phase start, transition, and replan.
  • All-server sharding — shardable inference, evaluation, and data work must use every available server.
  • Auditable retries — record result summaries, findings, and explicit adjustments.
  • No continuation-round ceiling — while still before the deadline and an actionable adjustment exists, the agent must keep researching and retrying; attempt count or continuation budget is not a valid stop reason.
  • Recursive re-estimation — unfinished work gets a new 50%/100% schedule instead of busy polling.
  • Visible progress UI — inspect phases, metrics, artifacts, retries, deadlines, and resource snapshots in DSH Web.

Execution model

Plan → discover resources → start phase
  ↓
5 min / 50% / 75% checks → 100% harvest
  ↓
quality gate + deliverable gate + deadline gate
  ├─ all pass on time → completed → refresh resources → next phase
  ├─ quality misses, artifact ready, timed out → overdue → refresh resources → next phase
  └─ artifact missing → remain in-progress → diagnose → replan → retry

Installation

This repository is a DSH Profile Bundle. Add it to the Profile that owns your Web GUI (the Profile name is deployment-specific):

dsh plugin --profile <your-profile> add <path-to-ProgressTarget>

Restart the existing DSH Web Host after installation. Do not start a replacement Vite server: the running DSH Host injects the Web boot state.

For development, copy or link the repository into your user-owned DSH plugin directory, add the package to the Web profile, and rebuild/restart the affected Web artifacts as required by your DSH checkout.

Quick start

After installing, ask the agent to read GUIDE.zh-CN.md, then call update-progress-target while executing your task.

请执行 [XXX任务]。开始前先完整阅读本仓库的 GUIDE.zh-CN.md,并使用 update-progress-target 为当前会话建立独立计划。按真实依赖拆分语义阶段;每阶段必须设置 deadlineAt、结构化质量硬目标、可供下一阶段消费的必需交付物及验收证据、executionPlan 和资源分支。建立计划、启动阶段、阶段转换和重规划时,都要重新查询全部配置服务器的实时资源状态,不能复用旧快照。除非缺少用户专属输入、权限、安全确认或遇到无法自主解决的外部阻塞,否则持续推进到完整计划结束。

The full production prompt is available in PROMPT.zh-CN.md.

Configure your deployment first

ProgressTarget ships with no universal server inventory. Server names, discovery commands, quality thresholds, artifact rules, storage, deadlines, permissions, and resource limits are deployment-specific.

Configure the bundle in cordis.patch.yml:

config:
  requiredServers:
    - gpu-a
    - gpu-b
  resourceDiscoveryMaxAgeMinutes: 10
  dataDir: .progress-target

An empty requiredServers: [] disables fixed-inventory enforcement and supports CPU-only, cloud-autoscaled, scheduler-backed, or dynamically discovered environments. If configured, every resource snapshot must cover all listed servers; additional discovered servers remain allowed.

Read the complete configuration and deployment audit before production use. ProgressTarget validates evidence supplied by the agent; it does not create SSH connectivity, scheduler integration, credentials, GPUs, timers, or background-job capabilities.

State semantics

StateMeaning
pendingPlanned but not started
in-progressActive; may include retries or deadline re-estimation
completedQuality and deliverable gates passed before deadline
overdueDeadline passed, quality may miss, but required deliverables are usable

Required deliverables block downstream phases even after timeout. Terminal history is protected by default; administrative mutation should require explicit user authorization and an audit trail.

Storage

Plans are stored per session under:

<DSH_CWD>/.progress-target/<sessionId>.json

Do not commit runtime plan files: .gitignore excludes .progress-target/.

Security and privacy

  • Review resource evidence before publishing screenshots or plan JSON.
  • Never place credentials, private SSH keys, tokens, or confidential dataset paths in evidence fields.
  • The plugin records evidence supplied by the agent but does not manage cluster credentials.

v2 quality-contribution contract

New plans use schemaVersion: 2 and must define a structured finalObjective with final metrics and deliverables. Every phase must then provide:

  • metricResearch: research questions, traceable sources, candidate metrics, selected metrics, and selection rationale;
  • objectiveContribution: linked final metric keys, causal mechanism, evidence level, uncertainty, risk if missed, and a validation plan;
  • metric metadata: kind, measurement method, limitations, and threshold provenance.

A v2 phase cannot pass with process-only metrics such as “job finished” or “file created.” At least one researched quality or final metric must protect, improve, or validate the final objective. Vacuous existence thresholds such as count > 0, files > 0, or a set of quality metrics that are all merely > 0/>= 0 are rejected. An adaptive threshold is exploratory only and must be frozen to a justified formal threshold after research or a pilot before the production phase can proceed. If the impact magnitude cannot yet be estimated, impactEstimate should be null; the phase must state uncertainty and schedule a pilot, ablation, or controlled validation instead of inventing a number.

Contract compatibility and migration

Existing plans without schemaVersion continue under the v1 rules and are never silently rewritten. They can still update progress, finish phases, and advance under their original contract.

Migration is explicit and transactional. operation="migrate-plan" requires userAuthorizedMigration=true, a reason, a complete final objective, and v2 contracts for every existing phase. Migration cannot add or remove phases or rewrite existing statuses and completion times. If any validation fails, the stored v1 plan remains unchanged. See the full v2 contract and migration example.

Documentation

  • v2 quality-contribution contract (Chinese)
  • Configuration and deployment audit
  • Complete Chinese guide
  • Production prompt template
  • Changelog
  • Contributing

License

MIT — see LICENSE.