u0225-oversight-uncertainty-communicator
Operate the "Oversight Uncertainty Communicator" capability in production for Human Oversight and Operator UX workflows. Use when mission execution explicitly requires this capability and outcomes must be reproducible, policy-gated, and handoff-ready.
Best use case
u0225-oversight-uncertainty-communicator is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Operate the "Oversight Uncertainty Communicator" capability in production for Human Oversight and Operator UX workflows. Use when mission execution explicitly requires this capability and outcomes must be reproducible, policy-gated, and handoff-ready.
Teams using u0225-oversight-uncertainty-communicator should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/u0225-oversight-uncertainty-communicator/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How u0225-oversight-uncertainty-communicator Compares
| Feature / Agent | u0225-oversight-uncertainty-communicator | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Operate the "Oversight Uncertainty Communicator" capability in production for Human Oversight and Operator UX workflows. Use when mission execution explicitly requires this capability and outcomes must be reproducible, policy-gated, and handoff-ready.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Oversight Uncertainty Communicator ## Why This Skill Exists This skill hardens a generated capability for production execution so oversight workflows remain deterministic, auditable, and fail-closed under risk. ## When To Use Use this skill only when the request explicitly needs `Oversight Uncertainty Communicator` in Human Oversight and Operator UX and a downstream consumer requires contract-bound artifacts. ## Step-by-Step Implementation Guide 1. Validate production trigger criteria: explicit capability request, approved source-tagged inputs, and named downstream consumer. 2. Enforce deterministic normalization workflow with pinned mapping/ruleset versions and stable serialization order. 3. Apply explicit determinism tolerance checks (score delta <= 0.005 absolute; identical input must produce zero artifact hash drift). 4. Execute fail-closed validation gates (schema, determinism, policy-risk) and block output on any failure. 5. Require explicit human sign-off token for high-risk runs before publication or downstream routing. 6. Emit handoff envelope with artifact paths, gate results, risk tier, and approval state for the next stage. ## Deterministic Workflow Constraints - Replay score variance: <= 0.005 absolute per item. - Artifact hash drift for identical replay: 0 allowed. - Time-dependent fields allowed only in metadata and excluded from scoring. ## Validation Gates 1. **schema-gate** — all required fields present and schema-valid; otherwise block and return error bundle. 2. **determinism-gate** — replay output within tolerance; otherwise quarantine and escalate. 3. **policy-risk-gate** — policy and risk checks pass; otherwise block routing. 4. **approval-gate-high-risk** — if risk is high, require human sign-off token; otherwise fail closed. ## Handoff Contract - Inputs: source-tagged signals, claims, evidence, confidence traces, run context. - Outputs: deterministic artifact, scorecard, and handoff envelope with approval metadata. - Routing rule: forward only when every gate passes; high-risk requires explicit sign-off token. ## Immediate Hardening Additions - Fixture: `fixtures/minimal-valid.json` - Regression case: `tests/regression-case.md` - Machine-readable summary: `hardening-summary.json` ## Production Trigger Clarity - Use only when this capability produces production-facing outcomes with measurable acceptance criteria. - Do not invoke for exploratory brainstorming or unrelated domains; route those requests to the correct capability family. ## Deterministic Tolerances - Repeated runs on identical inputs must remain within **<=1% output variance** for scoring fields and preserve schema-identical artifact shape. - Any variance beyond tolerance is a hard failure and must trigger escalation. ## Fail-Closed Validation Gates 1. Schema validity gate (required inputs present and valid). 2. Determinism gate (variance within tolerance). 3. Policy/approval gate (required approvals satisfied). If any gate fails: **block output publication and fail closed**. ## High-Risk Human Sign-Off - Any high-risk change, policy-impacting output, or publish-level action requires explicit human sign-off before release. - Missing sign-off is a blocking condition. ## Explicit Handoff Contract - **Produces:** normalized artifacts, decision scorecard, risk/confidence metadata. - **Consumes:** validated upstream inputs for this capability. - **Next hop:** route only to declared downstream consumers with gate/approval context attached.
Related Skills
bgo
Automates the complete Blender build-go workflow, from building and packaging your extension/add-on to removing old versions, installing, enabling, and launching Blender for quick testing and iteration.
value-chain-analysis
Disaggregate operations into primary and support activities when identifying competitive advantage sources
validate-historical
Validate historical data completeness and quality over date ranges
valence
Query and manage the Valence Knowledge Substrate - how agents build genuine understanding of their humans. Use for: (1) Searching past knowledge/decisions/context, (2) Storing new beliefs/facts/learnings, (3) Checking database stats. Triggers on "what do I know", "remember this", "store this", "knowledge base", "valence", "beliefs", or questions about past work/decisions.
uwu
MizukiAI's UwU Club. Grow m/uwu with a cute UwU tone + proof hub workflow.
using-skillpack-maintenance
Use when maintaining, enhancing, or modifying existing Claude Code plugins - handles skills, commands, agents, hooks, and reference sheets through systematic domain analysis, structure review, behavioral testing, and quality improvements
update-screenshots
Download screenshot baselines from the latest CI run and commit them. Use when asked to update, accept, or refresh component screenshot baselines from CI, or after the screenshot-test GitHub Action reports differences. This skill should be run as a subagent.
update-llm-model-list
Audit and update the supported LLM model list in assets.py against litellm's registry (models.litellm.ai). Use when adding new models, pruning outdated ones, or verifying the list is correct.
update-instruction
Create, update, or manage universal-ai-config instruction templates. Handles finding existing instructions, deciding whether to create or modify, and writing the template.
update-google-agent-models
Fast-path Google/Gemini-only agent chain update. Use when user says "Update Gemini Agent Models", "Update Gemnini Agent Models", or "Update Google Agent Models".
unity-skill
Enables AI agents to control Unity Editor via HTTP bridge. Injects AI service scripts into Unity projects for remote command execution (create/delete objects, modify scenes, query hierarchy). Use when working with Unity projects or when user requests Unity scene manipulation.
u09955-decision-journal-maintenance-for-accessibility-services
Operate the "Decision Journal Maintenance for accessibility services" capability in production for accessibility services workflows. Use when mission execution explicitly requires this capability and outcomes must be reproducible, policy-gated, and handoff-ready.