{{skillDir}}

{{skillDir}} is a skill for Claude Code from cckyros/goal-acceptance. It costs 52 tokens per session (635 once invoked), scanned A, original, MIT.

A goal-completion workflow based on acceptance criteria, which are explicit conditions for deciding whether a task is done.

In plain words
What is it for?
Use it to plan multi-step tasks, lock and update requirements, track progress, validate results, and check whether a goal may be closed.
Why use it?
It prevents unfinished work from being called complete by requiring planned criteria, real evidence, and independent confirmation.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions subagents.

Good fit Use it to plan multi-step tasks, lock and update requirements, track progress, validate results, and check whether a goal may be closed.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/cckyros/goal-acceptance/assets
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add cckyros/goal-acceptance --skill assets
Clone the repo
git clone --depth 1 https://github.com/cckyros/goal-acceptance

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for {{skillDir}}

README.md
[![agentmods](https://agentmods.dev/badge/skills/cckyros/goal-acceptance/assets/github.svg)](https://agentmods.dev/skills/cckyros/goal-acceptance/assets)
Your own site
<a href="https://agentmods.dev/skills/cckyros/goal-acceptance/assets"><img src="https://agentmods.dev/badge/skills/cckyros/goal-acceptance/assets/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for {{skillDir}}

Your own site · 80×15
<a href="https://agentmods.dev/skills/cckyros/goal-acceptance/assets"><img src="https://agentmods.dev/badge/skills/cckyros/goal-acceptance/assets.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 52 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 635 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00052 $0.00635
Opus 5 $0.00026 $0.00318
Sonnet 5 $0.00010 $0.00127
Haiku 4.5 $0.00005 $0.00064

Measured 8d ago against content hash d84f6ba7c739, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

{{skillDir}} scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

assets/SKILL.md · 57 lines

How it starts

The opening of the file, as written. The whole thing — 57 lines — stays where its author put it; the contents beside it link to each section on GitHub.

{{brand}} — goal acceptance skill

This plugin ships 13 MCP/agent tools that drive acceptance-criteria-based goal completion: you lock criteria before implementing, track task progress, validate each criterion with real evidence, and block completion until an independent reviewer confirms the work.

When to use

  • the user gives a multi-step task (implement / fix / refactor) with a verifiable outcome — start with the goal-planning companion skill
  • the task requires criteria to be set, updated, validated, or confirmed
  • a goal needs a task plan, task status tracking, or a completion check

Workflow

  1. Plan — spawn a planning subagent (see goal-planning skill) and lock criteria via set_acceptance_criteria BEFORE writing code.
  2. Decompose — set the task plan with set_task_plan; update status with update_task_status as work proceeds.
  3. Validate — after each task, run the real verification and record it with validate_criterion (evidence from actual execution, never memory).
  4. Confirm — have an independent reviewer agent re-verify self-claimed passes with confirm_criterion (fresh evidence, high-confidence type).
  5. Complete — only when can_complete_goal returns allowed: true.

Companion skills

Eight per-tool companion skills ship with the plugin and activate on demand:

  • goal-planning — decompose a task into coverage-complete criteria first
  • set-acceptance-criteria — lock criteria (criterion quality rules)
  • amend-acceptance-criteria — append criteria when requirements expand
  • get-acceptance-criteria — read current criteria and progress
  • update-task-status — track task status linked to criteria
  • validate-criterion — record status + evidence from real execution
  • confirm-criterion — independent reviewer confirmation (fresh evidence)
  • can-complete-goal — completion gate; self-claimed passes block

Config

  • pluginData (env PLUGIN_DATA) — data directory; goals live in <pluginData>/goals/. Empty means in-memory mode.
  • autoSteerUncompleted (dsh only, default true) — steer the agent back to uncompleted goals at turn end.
  • maxSteeringTurns (dsh only, default 5) — steering budget per session.

Read the full file on GitHub · 57 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 57 lines · 0 tokens per session scan A d84f6ba7c739

Subscribe to this mod's changes

{{skillDir}} is a skill published in the GitHub repository cckyros/goal-acceptance (3 stars, last pushed 11d ago), licensed MIT. It adds 52 tokens to every session and 635 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

dsh-web-skin-developer

Build a new skin for the dsh-web skin collection (DSH Web GUI) and publish it into the Skin Center — the first-level settings section — scaffold with scripts/dsh-skin-new, author the v2 skin.json manifest plus skin.css token remap (pure asset directory, no package.json, no build step), validate with scripts/dsh-skin…

zhu1090093659/dsh-web · 120 tokens

dsh-sdk-upgrade

Safely select and install a compatible official @deepseek-ai SDK release for dsh plugin projects (dsh-web, dsh-trading, and similar monorepos) from npm using an isolated worktree, explicit cohort review, CI-equivalent validation, and controlled rollout — including syncing the project's declared DSH host-version floor…

zhu1090093659/dsh-web · 176 tokens

dsh-web-sdk-compatibility

Adapt and repair dsh-web after an approved official @deepseek-ai SDK/runtime cohort is selected or installed. Compare public API, type, service-injection, module-table, protocol, and behavior changes; map every change to repository consumers; implement the smallest fixes and durable compatibility contracts; handle…

zhu1090093659/dsh-web · 107 tokens

manage-taskboard

Manage work in the native DeepSeek Harness Taskboard with exact task ids and optimistic versions. Use when an Agent must inspect project work, claim an eligible todo, record progress or blockers, verify an implementation, submit it for human review, or release its own claim; also use when a human asks how to accept…

shengsheng90/DSH-taskboard · 88 tokens

yao-ocr

OCR text recognition expert. ALWAYS invoke this skill when you need to extract text from images or PDFs — including invoices, receipts, ID cards, bank cards, business licenses, tables, handwritten documents, or any visual text content.

YaoApp/yao · 50 tokens

agentdebug

Use AgentDebugX for trajectory diagnosis only when the user explicitly asks to use AgentDebug, AgentDebugX, or the agentdebug skill. Do not invoke for generic debugging, diagnosis, inspection, or trajectory-review requests.

AgentDebugX/AgentDebugX · 47 tokens