delivery-readiness-gate

Evaluate spec compliance, test results, security posture, and rollback readiness to produce a GO/NO-GO decision and readiness report.

1|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/hohai99/antigravity-skills --skill delivery-readiness-gate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: delivery-readiness-gate
Source: https://github.com/hohai99/antigravity-skills/tree/main/.agent/skills/delivery-readiness-gate
Command: npx skills add https://github.com/hohai99/antigravity-skills --skill delivery-readiness-gate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a structured, auditable gate to determine whether a project or migration is ready for delivery, preventing premature releases and ensuring stakeholders have visibility.

Core Features & Use Cases

  • GO / NO-GO decisioning: Evaluates specs, tests, security posture, and rollback readiness to grant a final release decision.
  • Readiness reporting: Generates a comprehensive readiness report with evidence and risk notes for stakeholders.
  • Use Case: Before production deployment, run this skill to obtain a definitive go/no-go signal and a detailed report.

Quick Start

Run the delivery-readiness-gate against the current release candidate to obtain a GO/NO-GO decision and a readiness report.

Frequently Asked Questions about delivery-readiness-gate

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

FAQPage Schema
What is a go no go decision in release management?

A go no go decision evaluates spec compliance, test results, security posture, and rollback readiness to determine release readiness. It provides an auditable gate preventing premature releases by ensuring all critical pre-release checks pass before deployment.

How do I generate a release readiness report before production deployment?

To generate a release readiness report, run the delivery readiness gate against your release candidate. It evaluates regression and parity checks alongside security baselines, producing a formal document with evidence and risk notes for stakeholders.

Can I use a readiness gate for migration cutover scenarios?

Yes, a readiness gate applies to migration cutover scenarios in addition to pre-release and pre-cutover phases. It enforces regression and parity checks to ensure system stability before granting a final go no go decision.

What checks are required for a go no go decision?

Required checks for a go no go decision include spec compliance verification, regression and parity checks, security and compliance baseline enforcement, and rollback readiness validation. All must pass to produce a formal readiness report.

When do I need a formal readiness report for a release?

You need a formal readiness report before production deployment or migration cutover to provide stakeholders with visibility. It documents the go no go decision alongside evidence and risk notes from evaluating test results and security posture.

Does the delivery readiness gate require any specific dependencies?

No, the delivery readiness gate operates without external dependencies. It independently evaluates spec compliance, test results, security posture, and rollback readiness to output a go no go decision and a formal readiness document.