sdd-gate-check

Diagnose SDD gate failures and provide remediation steps for each of the 5 gates.

Updated Feb 17, 2026
One-click install
npx skills add https://github.com/javierhbr/random-poc --skill sdd-gate-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sdd-gate-check
Source: https://github.com/javierhbr/random-poc/tree/main/sdd-mcp/sdd-mcp/mnt/user-data/outputs/sdd-agent/skills/sdd-gate-check
Command: npx skills add https://github.com/javierhbr/random-poc --skill sdd-gate-check

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps developers quickly identify and resolve issues preventing their specifications from passing critical quality gates in the Spec-Driven Development (SDD) process.

Core Features & Use Cases

  • Gate Failure Diagnosis: Pinpoints which of the 5 SDD gates (Context Completeness, Domain Validity, Integration Safety, NFR Compliance, Ready-to-Implement) has failed.
  • Specific Remediation: Provides clear, actionable steps to fix the identified issues for each gate.
  • Use Case: When a developer receives a "Gate 2 failure" notification, they can use this skill to understand exactly why their spec violates domain rules and how to correct it.

Quick Start

Use the sdd-gate-check skill to analyze why Gate 3 is failing for the current spec.

Frequently Asked Questions about sdd-gate-check

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

FAQPage Schema
How do I fix SDD gate failures during spec validation?

Spec-driven development gate failures are resolved by diagnosing the specific failed gate among the 5 checkpoints and applying targeted remediation steps to correct specification violations and pass validation.

What are the 5 gates in spec-driven development validation?

The 5 spec-driven development gates are Context Completeness, Domain Validity, Integration Safety, NFR Compliance, and Ready-to-Implement, each enforcing critical specification quality criteria during the lifecycle validation process.

Why does my spec fail domain validity checks in SDD?

Your spec fails domain validity checks when it violates established domain rules during the SDD lifecycle, requiring targeted diagnosis of the Gate 2 failure to identify specific violations and apply corrective remediation steps.

How do I resolve integration safety gate failures for specifications?

Integration safety gate failures are resolved by diagnosing the specific Gate 3 issues preventing spec validation and applying targeted remediation steps to restore compliance within the spec-driven development lifecycle.

What causes NFR compliance gate failures in spec-driven development?

NFR compliance gate failures occur when specifications do not meet non-functional requirements during validation, requiring diagnosis of the specific Gate 4 failures and implementation of remediation steps to achieve full compliance.