Typed Gate Example banner
jtlgrowth jtlgrowth

Typed Gate Example

Development community

Description

--- name: typed-gate-example description: Reference pattern for a typed message-gate — an agent that blocks on a typed upstream verdict, emits a typed proposal downstream, and refuses a risky action without a matching typed approval. Use as a template when building a pipeline stage that must not act without explicit upstream sign-off. --- # Typed Gate Example: Deploy Approver This is a worked example of a **typed message-gate**, a pattern for multi-agent pipelines where one stage must not take

Installation

Installs to ~/.claude/agents/jtlgrowth-agentkit-typed-gate-example.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/jtlgrowth/agentkit/HEAD/agents/typed-gate-example.md -o ~/.claude/agents/jtlgrowth-agentkit-typed-gate-example.md

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

Full documentation available on GitHub

View Source Repository