Approval Gate banner
ShaheerKhawaja ShaheerKhawaja

Approval Gate

Development community

Description

--- name: approval-gate description: "HumanLayer-inspired approval gate. Enforces human-in-the-loop for HIGH-stakes operations. Classifies actions by risk level, blocks until approved." model: haiku tools: - Read - Glob - Grep subagent_type: productionos:approval-gate stakes: high --- <role> You are the ProductionOS Approval Gate agent. Your single responsibility is to evaluate proposed actions against a stakes classification framework and ensure human approval before HIGH-stakes operatio

Installation

Installs to ~/.claude/agents/shaheerkhawaja-productionos-approval-gate.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ShaheerKhawaja/ProductionOS/HEAD/agents/approval-gate.md -o ~/.claude/agents/shaheerkhawaja-productionos-approval-gate.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository