gate-check

Evaluate software project readiness for phase-gate transitions and generate PASS/CONCERNS/FAIL verdicts.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/polsegu/Claude-Code-Game-Dev --skill gate-check-polsegu
Or copy as Structured Prompt for Agent▌
Please help me install this Agent Skill.
Skill: gate-check
Source: https://github.com/polsegu/Claude-Code-Game-Dev/tree/main/.claude/skills/gate-check
Command: npx skills add https://github.com/polsegu/Claude-Code-Game-Dev --skill gate-check-polsegu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

gate-check validates readiness to advance between development phases by evaluating required artifacts and design quality. It yields a formal PASS/CONCERNS/FAIL verdict with blockers and required artifacts, guiding teams through cross-domain checks and ensuring alignment before progression.

Core Features & Use Cases

  • Phase-gate evaluation across lifecycle (Concept→Systems Design, Systems Design→Technical Setup, Technical Setup→Pre-Production, Pre-Production→Production, Production→Polish, Polish→Release), ensuring artifacts exist and quality criteria are met.
  • Automated verdict generation with actionable blockers, next steps, and a standardized PASS/CONCERNS/FAIL outcome.
  • Interactive auto-detection confirmation using AskUserQuestion when no explicit target phase is provided, plus support for manual gate selection.

Quick Start

Run /gate-check production to verify readiness for Production.

Frequently Asked Questions about gate-check

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

FAQPage Schema
How do I check if a software project is ready to move to the next development phase?▌

To check phase transition readiness, you evaluate required artifacts and design quality against specific gate criteria. This gate-check process yields a PASS, CONCERNS, or FAIL verdict with actionable blockers to ensure alignment before progression.

What is a phase-gate evaluation in software project management?▌

A phase-gate evaluation validates that required artifacts exist and meet quality criteria before a project advances. It enforces cross-domain checks between lifecycle phases like Concept to Systems Design, generating a standardized readiness verdict with required next steps.

How do I verify readiness for the production phase using a gate check?▌

You verify production readiness by running a gate check targeting the production phase to evaluate existing artifacts. The process applies phase-specific checks and returns a PASS, CONCERNS, or FAIL verdict detailing any blockers that must be resolved.

Can I manually select which development gate to evaluate if the phase is ambiguous?▌

Yes, you can manually select a specific development gate for evaluation. When no explicit target phase is provided, the system uses interactive auto-detection to confirm the correct transition before applying the artifact and design quality checks.

What are the standard transition gates evaluated during a software design review?▌

Standard transition gates include Concept to Systems Design, Systems Design to Technical Setup, Technical Setup to Pre-Production, Pre-Production to Production, Production to Polish, and Polish to Release. Each gate enforces specific artifact presence and quality criteria.

What happens when required artifacts are missing during a phase transition check?▌

When required artifacts are missing during a phase transition check, the evaluation yields a CONCERNS or FAIL verdict. It generates a list of specific blockers and missing artifacts that must be resolved before advancing to the next development phase.