uberaccept

Enforces adversarial final acceptance with proof audits and scope fidelity for substantial coding and agentic-system work.

Updated Apr 30, 2026
One-click install
npx skills add https://github.com/rdleclerc/agentic-uber-skills --skill uberaccept
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: uberaccept
Source: https://github.com/rdleclerc/agentic-uber-skills/tree/main/uberaccept
Command: npx skills add https://github.com/rdleclerc/agentic-uber-skills --skill uberaccept

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

uberaccept prevents premature “done/ready” claims by forcing an evidence-backed, adversarial final acceptance step that aligns outcomes to the plan’s risks and acceptance criteria.

Core Features & Use Cases

  • Adversarial final acceptance: soft-rejects completion unless material blockers are gone and evidence matches the risk map.
  • Red/green + black-box proof audit: verifies baseline vs change, expected failures, first green proof, and user-visible/operational checks rather than unit-only evidence.
  • Scope fidelity gate: blocks completion unless the implemented scope matches the operator-original scope artifact.
  • Operational outcome contract enforcement: blocks claim-language blur by requiring Operational Outcome Contract evidence for implemented/operational/live/adopted.
  • Production/runtime safety gates: includes runtime topology checks and a production blocker gate with safe-work exhaustion adversarial review.
  • Structured acceptance report output contract: requires an auditable report format and rubric scoring with explicit residual gaps.

Quick Start

Use uberaccept only when explicitly named by you or routed by ubergoal to produce a final adversarial acceptance report for your coding/refactor/UI/agentic-system work.

Frequently Asked Questions about uberaccept

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enforce evidence-based acceptance before claiming a production rollout is complete?

Adversarial acceptance enforces production rollout completion by requiring a red/green proof ledger and risk-mapped evidence audit. It soft-rejects completion claims until material blockers are gone and baseline versus change evidence matches the operational risk map.

What is adversarial acceptance for coding and refactoring work?

Adversarial acceptance is a final review process for substantial coding or refactoring work that blocks premature completion claims. It enforces scope fidelity, verifies expected failures, and requires black-box operational checks rather than relying solely on unit test evidence.

How do I prevent scope drift during an architecture shift or rewrite?

A scope fidelity gate prevents scope drift by blocking completion unless the implemented scope directly matches the operator-original scope artifact. This ensures the final architecture shift or rewrite aligns exactly with the planned operational outcome contract.

Can I use this for agentic workflows and subagent runtime topology validation?

Yes, adversarial acceptance applies to agentic-system changes and agentic workflows. It includes optional runtime topology validation for campaign or subagent work, and routes post-run learning to evolve the agentic system after acceptance.

Why does my acceptance process fail when claiming an operational outcome is live?

Acceptance fails because operational outcome contract enforcement blocks claim-language blur. It requires concrete evidence for any implemented, operational, live, or adopted claims, preventing vague language from bypassing the production blocker gate.

What are the limitations of relying only on unit tests for production blocker gating?

Unit-only evidence is insufficient for production blocker gating because it misses user-visible and operational checks. Adversarial acceptance requires a safe-work exhaustion review and black-box proof audit to verify expected failures and first green proof.