acceptance-scope-control

acceptance-scope-control is a skill for Claude Code, Codex from Gesondian/ai-collab-governance-skills. It costs 35 tokens per session (462 once invoked), scanned A, original, MIT.

A checking skill for limiting claims that work was accepted, passed, closed, or completed to the exact checks that were actually verified. It treats completion wording as a receipt with a defined scope.

In plain words
What is it for?
Writing bounded completion reports that state the tested route, component, environment, data, permissions, assertions, evidence source, and skipped checks. It can classify the result as limited acceptance, passed checks only, not ready, blocked by missing evidence, or needing a rerun.
Why use it?
It prevents a few successful checks from being reported as proof that an entire feature or workflow works. It makes missing evidence and untested conditions explicit.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Writing bounded completion reports that state the tested route, component, environment, data, permissions, assertions, evidence source, and skipped checks. It can classify the result as limited acceptance, passed checks only, not ready, blocked by missing evidence, or needing a rerun.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/gesondian/ai-collab-governance-skills/acceptance-scope-control
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 Gesondian/ai-collab-governance-skills --skill acceptance-scope-control
Clone the repo
git clone --depth 1 https://github.com/Gesondian/ai-collab-governance-skills

Made for: Claude Code, Codex.

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 acceptance-scope-control

README.md
[![agentmods](https://agentmods.dev/badge/skills/gesondian/ai-collab-governance-skills/acceptance-scope-control/github.svg)](https://agentmods.dev/skills/gesondian/ai-collab-governance-skills/acceptance-scope-control)
Your own site
<a href="https://agentmods.dev/skills/gesondian/ai-collab-governance-skills/acceptance-scope-control"><img src="https://agentmods.dev/badge/skills/gesondian/ai-collab-governance-skills/acceptance-scope-control/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 acceptance-scope-control

Your own site · 80×15
<a href="https://agentmods.dev/skills/gesondian/ai-collab-governance-skills/acceptance-scope-control"><img src="https://agentmods.dev/badge/skills/gesondian/ai-collab-governance-skills/acceptance-scope-control.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 35 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 462 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.00035 $0.00462
Opus 5 $0.00017 $0.00231
Sonnet 5 $0.00007 $0.00092
Haiku 4.5 $0.00003 $0.00046

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

Security

Grade A, and why

acceptance-scope-control 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 11d 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.

skills/acceptance-scope-control/SKILL.md · 72 lines

What it actually says

Acceptance Scope Control

Core Principle

Acceptance wording must not exceed the dimensions actually verified. accepted, passed, and closed are scoped receipts, not global status words.

Scope Dimensions

Every acceptance claim must state coverage for:

  • route or workflow entry,
  • surface or component,
  • viewport or environment,
  • data source and data shape,
  • role or permission assumption,
  • assertion level,
  • fact source,
  • receipt identity,
  • skipped checks.

Procedure

  1. Draft the intended acceptance sentence.
  2. Break it into implied claims.
  3. Map each claim to evidence.
  4. Remove or downgrade any claim without evidence.
  5. Add explicit uncovered scope and skipped checks.
  6. Return a bounded receipt.

Verdict Vocabulary

Verdict Use When
accepted_scope_limited All stated assertions passed within the listed scope only.
passed_assertions_only Checks passed, but acceptance authority is not established.
not_ready_for_acceptance Required assertions are missing or failed.
blocked_missing_evidence Verification cannot continue without a specific source or artifact.
needs_same_scope_rerun Evidence is stale, inherited, or not aligned to the requested scope.

Receipt Template

verdict:
covered_routes:
covered_surfaces:
covered_viewports:
covered_data:
assertions:
fact_sources:
skipped_checks:
not_covered:
remaining_risks:
next_owner:

Common Mistakes

  • Saying closed because one failing case was fixed.
  • Saying accepted from a build, lint, or static scan alone.
  • Hiding skipped checks in prose.
  • Treating an upstream acceptance receipt as current evidence.
  • Expanding from one viewport, route, role, or data shape to all variants.

Red Flags

Stop and rewrite the receipt if it contains broad words such as "all", "entire", "complete", "fully", or "no issues" without matching evidence for every dimension.

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. 11d ago First seen · 72 lines · 35 tokens per session scan A 6a648601a343

Subscribe to this mod's changes

acceptance-scope-control is a skill published in the GitHub repository Gesondian/ai-collab-governance-skills (1 stars, last pushed 2mo ago), licensed MIT. It adds 35 tokens to every session and 462 once invoked, about $0.0002 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

retro

Facilitate a structured sprint retrospective — what went well, what didn't, and prioritized action items with owners and deadlines. Use when running a retrospective, reflecting on a sprint, creating action items from team feedback, or learning how to run effective retros.

phuryn/pm-skills · 52 tokens

stakeholder-communication

Communicate effectively with stakeholders across functions and seniority levels. Use this skill when writing status updates, preparing executive reviews, sharing technical decisions with non-technical audiences, managing up, communicating bad news, or designing the communication cadence for a project. Triggers on…

rampstackco/claude-skills · 103 tokens

syndic

Gère un parc de copropriétés en France avec vue portfolio consolidée. Couvre administration, comptabilité (décret 2005, plan comptable copro, 5 annexes), assemblées générales (convocation, PV, notification), appels de fonds, travaux, fournisseurs, recouvrement d'impayés et transition de syndic. Maîtrise les majorités…

romainsimon/paperasse · 194 tokens

wwas

Create product backlog items in Why-What-Acceptance format — independent, valuable, testable items with strategic context. Use when writing structured backlog items, breaking features into work items, or using the WWA format.

phuryn/pm-skills · 48 tokens

stakeholder-map

Build a stakeholder map using a power/interest grid, identify communication strategies per quadrant, and generate a communication plan. Use when managing stakeholders, preparing for a launch, aligning cross-functional teams, or planning stakeholder engagement.

phuryn/pm-skills · 47 tokens

atlassian

Manage Jira issues and Confluence wiki pages in Atlassian Cloud. Use when: (1) searching/creating/updating Jira issues with JQL, (2) searching/reading/creating Confluence pages with CQL, (3) managing Jira workflows, transitions, and comments, (4) browsing Confluence spaces and page hierarchies. Supports OAuth 2.1 via…

sanjay3290/ai-skills · 96 tokens