approval-gate / default

Assemble operator approval decision cards from stage trail context and artifact references.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Collectively-Gary/GaryOS --skill approval-gate-default
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: approval-gate / default
Source: https://github.com/Collectively-Gary/GaryOS/tree/main/data/skills/approval-gate/default
Command: npx skills add https://github.com/Collectively-Gary/GaryOS --skill approval-gate-default

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps operators make fast, correctly-scoped go/no-go approvals by assembling a complete decision card from the action’s plan, drafts, and context references.

Core Features & Use Cases

  • Structured Operator Decision Card: Builds a WHAT / SO / SEE / LINK card so you know exactly what you are approving and why, with required per-option descriptions.
  • Context and Artifact Resolution: Loads required context_refs and selects SEE excerpts from the latest draft trail to prevent missing critical information at approval time.
  • Re-entry and Recording for Calibration: Captures operator decisions in a structured operator_decision block so downstream calibration and dataset analysis can learn from approvals.

Quick Start

Use the approval-gate stage to review an action’s generated artifact and choose one of the required recommendations so the workflow records your decision and proceeds safely.

Frequently Asked Questions about approval-gate / default

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

FAQPage Schema
How do I add an operator approval gate to an agentic workflow?

To add an operator approval gate, use the approval-gate stage to assemble a structured decision card from the action’s plan, drafts, and context references. The workflow pauses for operator input, records the decision, and proceeds safely based on the selected recommendation.

What is workflow gating for artifact review in automated pipelines?

Workflow gating for artifact review is a stop-signal mechanism that pauses automated pipelines to assemble an operator-ready decision card. It loads required context refs and artifact excerpts, ensuring operators have complete information before approving or rejecting irreversible actions.

How do I maintain an audit trail for human-in-the-loop decisions?

You maintain an audit trail for human-in-the-loop decisions by capturing operator inputs in a structured operator_decision block. This records the selected recommendation and re-entry data, enabling downstream calibration and dataset analysis to learn from past approvals.

Can I use workflow gating for reversible and irreversible artifacts?

Yes, you can use workflow gating for both reversible and irreversible artifacts with financial or stop-signal risks. The gate applies to approval gates across arbitrary playbooks, resolving context refs and artifact refs to support correctly-scoped go/no-go approvals.

What options should an operator approval decision card include?

An operator approval decision card should include canonical recommended options: approve, reject, need-context, and human-required. The card structures information into WHAT, SO, SEE, and LINK sections with required per-option descriptions to clarify what is being approved.

Why does context loading fail at the approval stage of a playbook?

Context loading fails at the approval stage when the gate cannot resolve required context refs or select SEE excerpts from the latest draft trail. The gate depends on resolving these references to prevent missing critical information and satisfy schema-valid awaiting operator requirements.