Deploy Guard banner
mikkeymoo mikkeymoo

Deploy Guard

DevOps & Infrastructure community

Description

--- name: deploy-guard description: Pre-deploy validation gate. HUMAN-INVOKED ONLY. Project-scope permission rule `Agent(deploy-guard)` is DENIED in .claude/settings.json — the main agent cannot auto-spawn this. To run it, the human must invoke explicitly with `claude --agent deploy-guard` or by using `/agents deploy-guard` interactively. Runs a comprehensive pre-deploy checklist and returns a GO/NO-GO verdict. model: opus effort: xhigh maxTurns: 50 memory: project color: orange tools: Read, Glo

Installation

Installs to ~/.claude/agents/mikkeymoo-claude-solo-deploy-guard.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/mikkeymoo/claude-solo/HEAD/agents/deploy-guard.md -o ~/.claude/agents/mikkeymoo-claude-solo-deploy-guard.md

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

Full documentation available on GitHub

View Source Repository