gate-check

Evaluate project phase readiness and produce a PASS/CONCERNS/FAIL verdict.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/dawn840705/claude-code-game-studios --skill gate-check-dawn840705
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gate-check
Source: https://github.com/dawn840705/claude-code-game-studios/tree/main/skills/gate-check
Command: npx skills add https://github.com/dawn840705/claude-code-game-studios --skill gate-check-dawn840705

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Phase gate readiness validation reduces misaligned transitions by producing a formal PASS/CONCERNS/FAIL verdict with blockers and required artifacts when teams ask to move to the next phase.

Core Features & Use Cases

  • Automated phase gating across Concept, Systems Design, Technical Setup, Pre-Production, Production, Polish, and Release.
  • Verifies required artifacts and quality checks, coordinates parallel director panels, and returns actionable blockers.
  • Use case: when planning a move from Pre-Production to Production, run the gate to confirm readiness and surface gaps.

Quick Start

Run the gate-check with a target phase (e.g., /gate-check production) or omit the argument to auto-detect and confirm with the user.

Frequently Asked Questions about gate-check

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate phase gate readiness checks for project management?

Automate phase gate readiness checks by evaluating artifact presence, design reviews, and ADR coverage to produce a formal PASS, CONCERNS, or FAIL verdict. This validation confirms whether a project can safely advance to the next development stage.

What is phase readiness evaluation and when do I need it?

Phase readiness evaluation is the automated process of certifying that required artifacts and quality checks are complete before transitioning between development stages. You need it to reduce misaligned transitions and surface blockers when moving phases like Pre-Production to Production.

Can I auto-detect the current development stage before running a gate check?

Yes, you can auto-detect the current development stage by omitting the target phase argument. The system will automatically identify the stage and prompt for user confirmation before proceeding with the readiness evaluation.

Does phase gate validation support lean or solo project workflows?

Yes, phase gate validation supports lean and solo modes as configured. It adapts the readiness evaluation process to accommodate different project management scales and workflows across stages from Concept through Release.

What does a phase gate check validate during a stage transition?

A phase gate check validates required artifact presence, design reviews, ADR coverage, and director coordination requirements. It coordinates parallel director panels and returns actionable blockers to determine readiness for advancing to the next development stage.

What are the limitations of automated phase gating across development stages?

Automated phase gating operates specifically across defined stages from Concept through Release and relies on satisfying artifact presence checks and director coordination. It cannot evaluate phases outside this lifecycle or bypass required ADR coverage and design review mandates.