Engage.Gate banner
hypnguyen1209 hypnguyen1209

Engage.Gate

Development community

Description

--- description: Run gate validation on the current phase before proceeding --- # /engage.gate Validates that the current phase meets all completion criteria before advancing to the next phase. ## Usage `/engage.gate [--phase <phase-number>]` If no phase specified, validates the current active phase. ## Validation Checks ### Automated Enforcement (run these, don't just eyeball) These executable checks back the gate — a phase cannot pass if they fail: ```bash # Scope is enforced, not pro

Installation

Installs to ~/.claude/skills/hypnguyen1209-offensive-claude-engage.gate/SKILL.md

Terminal
mkdir -p ~/.claude/skills/hypnguyen1209-offensive-claude-engage.gate && curl -fsSL https://raw.githubusercontent.com/hypnguyen1209/offensive-claude/HEAD/commands/engage.gate.md -o ~/.claude/skills/hypnguyen1209-offensive-claude-engage.gate/SKILL.md

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

Full documentation available on GitHub

View Source Repository