What problem does it solve? Long-running, multi-session agent tasks drift: goals live only in conversation, acceptance relies on self-reported summaries, and recovery trusts lossy summaries. This Skill materializes decision state into raw evidence anchors and hard validation gates so objective drift, acceptance distortion, and summary bias are caught mechanically. ## Core Features & Use Cases - Raw Evidence Anchors: Every checkpoint persists commands, exit codes, log tails, file SHA-256 hashes, and worker SKIP/WARN/PENDING registers; recovery always reads anchors before summaries. - Zero-Token Gate Scripts: Python scripts verify cross-worker consistency, cost/tier reconciliation, summary-bias self-checks, scope-lock boundary enforcement, and deadband loop detection without LLM calls. - Event-Driven Adversarial Audit: An independent subagent that never reads summaries audits alignment on trigger events such as objective changes, high-risk boundaries, and final acceptance. - Use Case: A 200-file permission audit split across 4 parallel workers and two sessions uses gate_consistency.py to surface a worker's SKIP, forcing the checkpoint verdict to PARTIAL instead of a false PASS. ## Quick Start Ask the agent to use decision-gates to set up checkpoint evidence anchors and run the validation gates for your long-running multi-worker task.