quality-gates

Validate AIDLC phase gates for compliance and operational readiness.

18|4|Updated Apr 29, 2026
One-click install
npx skills add https://github.com/aws-samples/sample-oh-my-aidlcops --skill quality-gates-aws-samples
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quality-gates
Source: https://github.com/aws-samples/sample-oh-my-aidlcops/tree/main/plugins/aidlc/skills/construction/quality-gates
Command: npx skills add https://github.com/aws-samples/sample-oh-my-aidlcops --skill quality-gates-aws-samples

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill enforces mandatory gate checks at the end of each AIDLC phase, ensuring that all required criteria are met before moving to the next phase.

Core Features & Use Cases

  • Phase-specific Checks: Performs checks for Inception, Construction, and Operations gates.
  • Automated Validation: Validates project information, requirements, design, code coverage, risk discovery, and operational readiness.
  • Gate Blocking: Blocks progression to the next phase if any gate is not passed, requiring manual waiver if necessary.
  • Audit-Trail Integration: Integrates with audit-trail for security and compliance.

Quick Start

Run the quality-gates skill with the phase you want to check, e.g., 'quality-gates construction'.

Frequently Asked Questions about quality-gates

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

FAQPage Schema
How do I enforce phase completion gate checks in an AIDLC workflow?

Gate checks enforce AIDLC phase completion by performing automated validation of project information, requirements, design, code coverage, and operational readiness. Progression is blocked until all criteria pass or receive a manual waiver.

What is automated project compliance validation for inception and construction phases?

Automated project compliance validation checks specific criteria for Inception, Construction, and Operations phases. It validates project information, design specifications, and code coverage to ensure requirements are met before phase progression.

How do I run a phase validation check for construction readiness?

Run the phase validation check by specifying the target phase, such as executing the construction gate command. This triggers automated validation of design, code coverage, and risk discovery for that specific gate.

Does phase validation integrate with an audit trail for security compliance?

Yes, phase validation integrates directly with an audit trail to maintain security and compliance. This ensures all gate check results, manual waivers, and phase progression decisions are securely logged.

Can I bypass a failed gate check if project requirements are not met?

You can bypass a failed gate check through a manual waiver when requirements are not met. The gate blocking mechanism prevents automatic phase progression, requiring explicit manual approval to proceed.