agent-acceptance-gate
Use when reconciled multi-agent output needs an evidence-based PASS, CONDITIONAL PASS, or FAIL record before authorized delivery.
Use when multiple agent results must be checked for missing evidence, scope drift, contradictions, and merge conflicts before an acceptance decision.
$ npx -y skills add WenyuChiou/agent-collab-skills --skill agent-output-reconciler --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/agent-output-reconcilerContext preview
The summary Claude sees to decide when to auto-load this skill.
Use when multiple agent results must be checked for missing evidence, scope drift, contradictions, and merge conflicts before an acceptance decision.
name: agent-output-reconciler description: Use when multiple agent results must be checked for missing evidence, scope drift, contradictions, and merge conflicts before an acceptance decision.
Reconcile completed task results into one evidence-based report. This skill describes what happened and what conflicts remain. It does not accept work, merge changes, retry tasks, or write canonical memory.
criteria;
Current plans use provider-neutral roles: `primary-agent`, `delegated-executor`, `reviewer`, and `synthesizer`. Historical provider fields may be parsed for migration only and must not influence current routing.
1. Validate the plan and checkpoint. If either is unreadable, stop and report a blocker. Do not infer missing policy values. 2. Inventory every planned task. Preserve `null`, missing, cancelled, declined, degraded, and failed results as distinct states. 3. Filter unusable payloads before synthesis, while retaining a record of what was filtered and why. Never turn a completed prose result into `null` merely because an optional structured-output step failed. 4. Compare actual changed files with each task's declared scope. Record justified transitive changes separately from unexplained drift. 5. Verify claimed tests and artifacts from their evidence references. A result without evidence remains unverified even if its prose says "success". 6. Identify file collisions, incompatible assumptions, contradictory findings, dependency-order violations, and unresolved risks. 7. Compose a reconciliation report using `references/reconciliation_template.md`. 8. Hand the report to `agent-acceptance-gate`. Do not convert a reconciliation recommendation into an acceptance decision.
The report must contain:
Write coordination output to the configured scratch area by default. Promote a report into a repository-owned evidence path only when the project explicitly requires a shipping artifact or acceptance record. Scratch output is not implicitly committable.
All numeric limits come from the canonical policy evaluated by `agent-collab policy evaluate`. Do not copy default budgets into the plan or this skill. Re-evaluate policy after a reconciliation cycle and before any new spawn. Obey the decision's scope: a v2 action stop forbids repeating that action, not safe primary-agent diagnosis; a goal stop preserves the hard gate. Persist a checkpoint before continuing. An eligible v2 slice advances automatically under the same goal, while v1 retains its original stopping behavior.
disagreement.
繁體中文 · Public harness contract · 0.4 migration · 0.5 goal-slice migration Provider-neutral collaboration skills plus an optional, standard-library-first Python harness for bounded, resumable, human-authorized agent work.
Use when reconciled multi-agent output needs an evidence-based PASS, CONDITIONAL PASS, or FAIL record before authorized delivery.
Use when an agent task needs bounded context packets, checkpoint-aware compaction, a fresh-session primer, or policy-controlled child results without loading…
Use when a consequential decision has genuinely competing positions that need bounded adversarial review before a human decision.
Use when one agent must iteratively plan, act, evaluate evidence, and revise under a readable policy until acceptance, checkpoint, stop, or human escalation.
Use when a user asks to inspect coordination memory, propose a durable decision or resolution, review pending memory proposals, or apply an explicitly approved…
Use when a goal needs multiple bounded agent roles, parallel or dependent task packets, explicit scope partitions, and a provider-neutral DAG. Not for…