Armory
Source
Browse
Hooks

plan-gate-2

plan-gate.sh — Warning if implementing code without an approved spec

Score
Unranked
Evidence
No signals yet
Last commit
Not known
Listed

Install

armory install plan-gate-2 --cli claude

writes the file to.claude/hooks/plan-gate-2Listed as compatible

Configuration
# fetches the hook script into:
.claude/hooks/plan-gate-2
# then register it in your settings.json "hooks" block.

↳ Add the hook entry to settings.json, then restart the harness.

Needs the armory CLI · not on npm yet, build it from cli/ in the repository

What it is

plan-gate.sh — Warning if implementing code without an approved spec

When to use it

plan-gate.sh — Warning if implementing code without an approved spec

How to install / invoke

# Wire this hook script into .claude/settings.json
curl -sL https://raw.githubusercontent.com/davila7/claude-code-templates/main/cli-tool/components/hooks/quality-gates/plan-gate.sh -o .claude/hooks/plan-gate.sh

Notes

Extracted from davila7/claude-code-templates, quality-gates category.