agent-acceptance-gate
Use when reconciled multi-agent output needs an evidence-based PASS, CONDITIONAL PASS, or FAIL record before authorized delivery.
Use when one agent must iteratively plan, act, evaluate evidence, and revise under a readable policy until acceptance, checkpoint, stop, or human escalation.
$ npx -y skills add WenyuChiou/agent-collab-skills --skill agent-plan-act-reflect --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/agent-plan-act-reflectContext preview
The summary Claude sees to decide when to auto-load this skill.
Use when one agent must iteratively plan, act, evaluate evidence, and revise under a readable policy until acceptance, checkpoint, stop, or human escalation.
name: agent-plan-act-reflect description: Use when one agent must iteratively plan, act, evaluate evidence, and revise under a readable policy until acceptance, checkpoint, stop, or human escalation.
Run a single-agent correction loop under the public policy/checkpoint contract. This differs from agent-debate: plan-act-reflect revises one candidate against evidence; debate compares genuinely consequential alternatives.
Do not use it for open-ended ideation, an unbounded “until perfect” request, or semantic acceptance that belongs to a human.
Require:
The policy is the only source for cycle, retry, context, and child limits. This skill does not define fallback numeric limits.
If agent-collab-harness is unavailable, perform at most the currently authorized single action and return to the human. Do not emulate an autonomous loop with copied limits.
1. Validate the policy and checkpoint. 2. Evaluate policy before any delegated-executor or reviewer spawn. 3. Plan the smallest action that could add acceptance evidence. 4. Act within the declared scope. 5. Run the critique source. 6. Add evidence references and observed metrics to the checkpoint. 7. Classify progress:
no_evidence_cycles.
8. Run `agent-collab policy evaluate` after the cycle. 9. Obey PolicyDecision:
use `agent-collab checkpoint advance` and continue the same authorized goal. No human override is needed for an ordinary eligible slice transition. For a v2 action checkpoint requiring context compaction, preserve evidence and authorization in a smaller linked packet, record measured active sizes, then re-evaluate before execution. Maintenance is not a human approval gate.
the primary-agent may diagnose read-only or prepare an evidence-backed correction. A goal stop preserves the hard limit or human gate.
migration; do not silently reinterpret an old record.
An infrastructure error is evidence of an error, not permission to retry. A retry requires the next policy evaluation to permit it.
Write .coord/par_<topic>.yml:
schema_version: 2 goal: "..." policy_ref: "${AGENT_COLLAB_POLICY}" checkpoint_ref: ".coord/task-checkpoint.json" acceptance_criteria:
critique_source: "..." cycles:
plan_summary: "..." artifact_refs: ["..."] evidence_refs: ["..."] verdict: "pass | fail | error | needs-human" next_action: "..." final_status: "pass | checkpoint | stop | error | needs-human"
Write .coord/par_<topic>_final.md with:
Both files are scratch by default. Promote only explicit shipping or acceptance evidence.
Never write a lesson directly to canonical memory. Create a proposal under .coord/memory-proposals/ with evidence references. Applying it requires a recorded human approval and appends a new event; it never edits an older event.
executors. Unknown tokens/cost remain unknown, never zero. Explicit goal limits and native platform limits remain hard; absent limits are not invented.
and error class. Renaming a task or switching executors is not a correction.
evidence, a safe next step, and the required acceptance checks.
before escalating. Do not ask the user to renew unchanged authorization. Count actual human intervention separately from automatic recovery or waiting; fewer pauses never justify bypassing a real gate or claiming unmeasured success.
繁體中文 · 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 multiple agent results must be checked for missing evidence, scope drift, contradictions, and merge conflicts before an acceptance decision.
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…