DeepSeek Harness plugin

goal-acceptance

Model-provider-neutral goal acceptance criteria and validation enforcement plugin for the DeepSeek Harness

Jump to install

Source facts

Repository
cckyros/goal-acceptance
Latest update
Aug 21, 2026
Category
Models & Providers
GitHub stars
2
Format
plugin
Package path
packages/goal-acceptance
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
packages/goal-acceptance/package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/cckyros/goal-acceptance/tree/HEAD/packages/goal-acceptance
Plugin: goal-acceptance
Author: cckyros

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer2 files
README.mdSource · read only

@cckyros/goal-acceptance

English

Model-provider-neutral goal acceptance criteria and validation enforcement plugin for the DeepSeek Harness (goal-acceptance).

This plugin manages immutable acceptance criteria per Goal session, provides the same 13 model-facing tools as the MCP adapter, and intercepts agent/turn-stopping to steer uncompleted work or request independent reviewer confirmation.

It is a thin Cordis wrapper over [@cckyros/goal-acceptance-core](../goal-acceptance-core), which is a framework-agnostic npm package that can also be used in OpenClaw, Cursor, Claude Code, or other agent runtimes.

For the portable Agent Plugin and MCP packaging, see [@cckyros/goal-acceptance-mcp](../goal-acceptance-mcp).

Plugin

apply(ctx) provides ctx.goalAcceptance, registers the 13 MCP-compatible tools, and adds the policy:goal-acceptance prompt section plus dependency-aware agent/turn-stopping steering. The default role=agent marks passed criteria as self-claimed until an independent reviewer calls confirm_criterion.

Model Experience

Criteria Confirmation

#### What the model sees A structured list of required criteria, verification methods, and capability limitations before autonomous execution begins.

#### Token effect Criteria stay in the session log and model context until the Goal concludes.

#### KV Cache effect Append-only; new criterion validations follow the session event stream.

Known Limitations and Deferred Work

  • Interactive criteria modification after confirmation is deferred; subsequent modifications start a new Goal session.