gate-check

Validate project readiness for game development phase gates using artifact and review checks.

Updated Dec 22, 2024
One-click install
npx skills add https://github.com/imgamer/AILearn --skill gate-check-imgamer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gate-check
Source: https://github.com/imgamer/AILearn/tree/main/game-studios/Claude-Code-Game-Studios-e375f/.claude/skills/gate-check
Command: npx skills add https://github.com/imgamer/AILearn --skill gate-check-imgamer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you validate readiness to advance between game development phases by producing a clear PASS/CONCERNS/FAIL verdict with the specific blockers and missing artifacts that must be addressed.

Core Features & Use Cases

  • Phase-gate validation: Checks required documents, build/test evidence, and quality criteria for transitions like Concept → Systems Design, Technical Setup → Pre-Production, and beyond.
  • Production status updating: On PASS (with confirmation), writes the next stage name to production/stage.txt so future sessions reflect the new status immediately.
  • Director Panel assessment (optional by mode): In lean/full modes, runs parallel director evaluations to flag readiness risks beyond simple file existence.

Quick Start

Run gate-check for the next phase by asking: validate 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 assess project readiness for the next game development phase gate?

Phase gate readiness assessment validates required artifacts, review verdicts, and quality signals to produce a clear PASS, CONCERNS, or FAIL verdict. It checks deterministic file existence and non-empty content to identify specific blockers preventing your project from advancing to the next stage.

What is a phase gate validation check in game development?

Phase gate validation is a project governance mechanism that enforces deterministic artifact checks and review consistency logic. It ensures required documents, build evidence, and quality criteria are met before transitions like Concept to Systems Design or Technical Setup to Pre-Production are approved.

How do I validate release readiness when subjective playtesting is required?

Release readiness validation enforces collaborative verification using required director gates and explicit manual checks for subjective playtesting. It runs parallel director evaluations in lean or full modes to flag readiness risks that cannot be confirmed through simple file existence checks alone.

Can I automatically update production status after passing a phase gate review?

Yes, phase gate validation writes the next stage name to production/stage.txt upon a PASS verdict with confirmation. This automatically updates production status so future development sessions reflect the new project phase immediately without manual status tracking.

Does phase gate quality checking work without external dependencies?

Yes, phase gate quality checking operates with zero external dependencies. It performs deterministic artifact validation and review consistency logic internally, relying on required director gates and manual checks rather than external components to verify readiness.