Acceptance scope control
Skill Gesondian/ai-collab-governance-skills/skills/acceptance-scope-control
Hermes Loop Engineering skills for self-improving AI delivery governance.
npx -y skills add Gesondian/ai-collab-governance-skills --skill acceptance-scope-controlAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Use when an AI is about to report accepted, passed, closed, ready, done, or equivalent handoff, receipt, or completion wording.
SKILL.md
2.1 KB, 426 tokens by cl100k_base, as published. Nobody here has run it
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
- Draft the intended acceptance sentence.
- Break it into implied claims.
- Map each claim to evidence.
- Remove or downgrade any claim without evidence.
- Add explicit uncovered scope and skipped checks.
- 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
closedbecause one failing case was fixed. - Saying
acceptedfrom 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.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.