gate-check

Verify required artifacts and quality checks to determine development phase readiness.

Updated Feb 8, 2024
One-click install
npx skills add https://github.com/kay6198835/Game-RPG --skill gate-check-kay6198835
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gate-check
Source: https://github.com/kay6198835/Game-RPG/tree/main/.claude/skills/gate-check
Command: npx skills add https://github.com/kay6198835/Game-RPG --skill gate-check-kay6198835

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Gate-check helps teams decide whether to advance from one development phase to the next by producing a formal PASS/CONCERNS/FAIL verdict with blockers and required artifacts.

Core Features & Use Cases

  • Verifies the presence of required phase artifacts and quality gates
  • Generates actionable verdicts and recommended next steps
  • Supports automatic phase-detect with user confirmation when no target phase is specified

Quick Start

Ask for the target phase or confirm auto-detect, then run the gate-check to generate a readiness verdict.

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 required artifacts are ready for a phase gate transition?

A phase gate check evaluates required artifacts, quality checks, and blockers to determine project readiness for the next development phase. It aggregates artifact presence and content validation to output a PASS, CONCERNS, or FAIL decision verdict with remediation steps.

What does a phase gate decision verdict of PASS, CONCERNS, or FAIL mean?

The phase gate decision verdict indicates project readiness: PASS allows advancement, CONCERNS flags risk signals requiring attention, and FAIL blocks transition by documenting specific blockers and required artifacts needed for remediation before proceeding.

Can I automatically detect the current project phase for a gate check?

Yes, phase gate checks support auto-detection with user confirmation when no target phase is specified. This automatically identifies your current phase across the Concept to Release lifecycle before running the readiness verification.

Which development phase transitions are supported for quality checks?

Quality checks support all phase transitions: 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.

What should I do when a phase gate check identifies blockers?

When a phase gate check identifies blockers, you must address the documented blockers and complete the required artifacts for remediation. The verdict provides actionable next steps to resolve these issues before re-evaluating phase readiness.