delivery-gate

Enforce deterministic quality gates on AI coding sessions via filesystem and resource checks.

Updated Jul 8, 2026
One-click install
npx skills add https://github.com/ZESCODE/Zes-Orchestration-System --skill delivery-gate-zescode
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: delivery-gate
Source: https://github.com/ZESCODE/Zes-Orchestration-System/tree/main/.agents/skills/delivery-gate
Command: npx skills add https://github.com/ZESCODE/Zes-Orchestration-System --skill delivery-gate-zescode

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill prevents the accumulation of technical debt and poor documentation habits by enforcing mandatory quality checks before an AI session can be finalized.

Core Features & Use Cases

  • Deterministic Quality Gates: Automatically validates file modification timestamps, disk space availability, and transcript patterns.
  • Session Hygiene Enforcement: Ensures that learning logs and decision records are updated during complex tasks to prevent knowledge loss.
  • Use Case: When working on a complex feature, the agent will block the completion of the session if the growth-log has not been updated, ensuring the developer captures their findings before closing the task.

Quick Start

Install the quality gate script and configure the hook in your settings to automatically verify session hygiene before every stop command.

Frequently Asked Questions about delivery-gate

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

FAQPage Schema
How do I enforce session hygiene and quality standards for AI coding sessions?

Session hygiene is enforced by monitoring filesystem activity and system resources to validate updated learning logs and sufficient disk space before finalizing AI coding sessions.

What is a deterministic quality gate for AI coding workflows?

A deterministic quality gate is a non-AI, rule-based gatekeeper that validates file modification timestamps, disk space availability, and transcript patterns to ensure session completion meets operational requirements.

How do I stop an AI agent from closing a task without updating the growth log?

Install a quality gate script and configure the hook in your settings to automatically block the completion of complex development tasks if the growth-log has not been updated.

Does the session quality gate rely on AI reasoning to validate workflow completion?

No, the quality gate implements a non-AI, rule-based mechanism that deterministically checks filesystem activity and system resources rather than relying on AI reasoning to validate completion.

Why does my AI coding session fail to finalize during complex development tasks?

Sessions fail to finalize when the rule-based gatekeeper detects missing updated learning logs, outdated decision records, or insufficient disk space, intentionally blocking completion to prevent technical debt.