agent-acceptance-gate
SolidUse when reconciled multi-agent output needs an evidence-based PASS, CONDITIONAL PASS, or FAIL record before authorized delivery.
AI & Automation 26 stars
6 forks Updated 6 days ago MIT
Install
Quality Score: 82/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# agent-acceptance-gate
Run the final read-only verification step for a multi-agent round. The gate
checks declared criteria and produces acceptance evidence. It never merges,
commits, retries, or silently converts a decline, cancellation, timeout, or
failure into success.
## Inputs
- current provider-neutral plan and success criteria;
- validated `TaskCheckpoint` and latest `PolicyDecision`;
- task results, evidence references, and raw-log paths;
- reconciliation report;
- repository diff and project-specific verification commands;
- prior human decision records, if any.
Historical provider fields may be read for migration only. Current checks use
task IDs and roles (`primary-agent`, `delegated-executor`, `reviewer`, and
`synthesizer`).
## Mandatory preset routing
Run the matching preset when a staged diff:
- touches multiple locale variants of the same document stem;
- adds entries to a catalog; or
- changes a model-and-benchmark claim.
The bundled preset names are `multi-locale-mirror-sync`,
`catalog-entry-add`, and `fact-check-frontier-models`.
Presets encode additional failure-mode checks; they do not replace independent
review or factual source verification. If a preset cannot run, report a blocker
or explicit degraded state. Never claim PASS.
## Workflow
1. Validate the plan, checkpoint, and policy. Unreadable configured policy is a
fail-closed blocker.
2. Inventory all tasks and required artifacts. Missing, `null`, declined,
cancelled, timeout, degrad...
Details
- Author
- WenyuChiou
- Repository
- WenyuChiou/agent-collab-skills
- Created
- 4 months ago
- Last Updated
- 6 days ago
- Language
- Python
- License
- MIT
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
ai-agent-approval-audit-completeness
Use when checking that every irreversible agent action has signed approval evidence linked to the action audit log, and producing an approval-gap register or audit evidence pack.
25 Updated 3 days ago
peterbamuhigire AI & Automation Solid
agent-plan-act-reflect
Use when one agent must iteratively plan, act, evaluate evidence, and revise under a readable policy until acceptance, checkpoint, stop, or human escalation.
26 Updated 6 days ago
WenyuChiou AI & Automation Listed
agent-code-quality-gate
Use when a coding agent claims implementation work is complete - an operational gate over scope, duplication, behavior tests, verification evidence, and regressions.
1 Updated today
ryan-brosas