gate-check

Validate phase-gate readiness and produce a PASS/CONCERNS/FAIL verdict.

33|8|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/TraftG/opencode-game-studio --skill gate-check-traftg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gate-check
Source: https://github.com/TraftG/opencode-game-studio/tree/main/.opencode/skills/gate-check
Command: npx skills add https://github.com/TraftG/opencode-game-studio --skill gate-check-traftg

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Gate checks enforce readiness to move between development phases by validating the presence of required artifacts and applying quality gates, producing a formal PASS/CONCERNS/FAIL verdict with actionable blockers.

Core Features & Use Cases

  • Phase-gate validation across Concept, Systems Design, Technical Setup, Pre-Production, Production, Polish, and Release.
  • Artifact verification and quality checks that surface blockers and required documents, guiding teams through governance before transitions.
  • Generates a formal verdict and can update the stage state file (production/stage.txt) when advancement is approved.

Quick Start

Validate readiness for a target phase by running the gate-check against that phase to guide next steps.

Frequently Asked Questions about gate-check

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

FAQPage Schema
How do I validate readiness to advance between development phases?

To validate phase transition readiness, you run a gate-check against the target development phase to verify required artifacts and apply quality checks. It generates a formal PASS, CONCERNS, or FAIL verdict with actionable blockers.

What is a phase-gate validation check in multi-stage software projects?

A phase-gate validation check enforces governance by verifying required artifacts and quality standards before a project advances between stages. It ensures teams successfully complete all required documents from Concept through Release.

How do I enforce artifact presence and quality checks before moving to production?

You enforce artifact presence and quality checks by applying a gate-check to the target phase, such as Pre-Production or Production. It surfaces missing documents and blockers to guide the team through transition governance.

Can I automatically update the stage file when phase advancement is approved?

Yes, when phase advancement is approved, the gate-check can automatically update the stage state file at production/stage.txt. This records the formal PASS verdict and advances the project to the next development phase.

What development phases are supported by gate-driven progression checks?

Gate-driven progression checks support phase validation across Concept, Systems Design, Technical Setup, Pre-Production, Production, Polish, and Release. Each stage requires specific artifacts to pass quality gates before transitioning.

What does a CONCERNS verdict mean during a phase transition gate check?

A CONCERNS verdict indicates the phase transition is not fully blocked but has unresolved quality check issues or missing artifacts. It differs from a FAIL by allowing conditional advancement while surfacing actionable blockers.