gate-check

Verify phase-gate readiness and output PASS/CONCERNS/FAIL verdicts for software projects.

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/jtvaris/sunday-night-dynasty --skill gate-check-jtvaris
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gate-check
Source: https://github.com/jtvaris/sunday-night-dynasty/tree/main/.agents/skills/gate-check
Command: npx skills add https://github.com/jtvaris/sunday-night-dynasty --skill gate-check-jtvaris

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automate the phase-gate readiness process to reduce manual review overhead and ensure consistent, auditable verdicts for progression between development stages.

Core Features & Use Cases

  • Automatic verification of required artifacts and quality checks for targeted production stages (Concept through Release).
  • Generates a formal PASS/CONCERNS/FAIL verdict with precise blockers and required artifacts, and can update the stage when allowed.
  • Supports both explicit target-phase validation and auto-detection of the next appropriate transition.

Quick Start

Run /gate-check production to verify readiness for the next stage.

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 verification for a software project?

Automated phase-gate readiness verification validates required artifacts, quality checks, and blockers across seven production stages to output a structured PASS, CONCERNS, or FAIL verdict.

What is phase-gate readiness and when do I need to verify it?

Phase-gate readiness is the verification of required artifacts and quality checks before a software project progresses between development stages. You need it to ensure consistent, auditable verdicts for phase transitions.

Can I validate readiness for a specific production stage instead of the next one?

Yes, you can validate a specific production stage. The verification supports both explicit target-phase validation and auto-detection of the next appropriate transition for your pipeline.

What does a phase-gate readiness verdict include when artifacts are missing?

A readiness verdict outputs a formal FAIL or CONCERNS status along with precise blockers, missing required artifacts, and recommended actions to resolve the progression issues.

How do I check the next stage transition for my development pipeline?

Run a phase-gate check to auto-detect the next appropriate transition. The verification applies phase progression rules across production stages from Concept through Release to determine readiness.