pipeline-phase-gate

Automate end-to-end gate verification with documented evidence before phase handoffs.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/zincdigitalofmiami/zinc-fusion-v16 --skill pipeline-phase-gate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pipeline-phase-gate
Source: https://github.com/zincdigitalofmiami/zinc-fusion-v16/tree/main/.kilo/skills/pipeline-phase-gate
Command: npx skills add https://github.com/zincdigitalofmiami/zinc-fusion-v16 --skill pipeline-phase-gate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Systematically verifies that each ZINC Fusion V16 evaluation gate has real, documented, passing evidence before declaring a phase complete, preventing premature hand-offs.

Core Features & Use Cases

  • Pre-flight checks, per-gate loops, and automatic evidence capture for auditability
  • Mandatory fix-plan generation and explicit user approval before applying any changes
  • End-to-end loop: pre-flight → gate loop → commit artifacts → re-run confirmation

Quick Start

Initiate a full gate verification pass by specifying the target gate or phase, e.g., "gate 2" or "phase 1 ready".

Frequently Asked Questions about pipeline-phase-gate

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

FAQPage Schema
How do I automate phase gate verification for multi-phase project pipelines?

Automate phase gate verification by enforcing a strict pre-flight, gate loop, and commit cycle that requires documented evidence before declaring a phase complete. This prevents premature hand-offs by capturing audit-ready artifacts during phase management.

What are preflight checks in workflow automation for change control?

Preflight checks in workflow automation validate phase readiness before entering the gate loop, ensuring mandatory fix plans and documented verification artifacts exist. They enforce change control by requiring explicit user approval before applying any updates.

How do I create an audit trail for phase management handoffs?

Create an audit trail for phase management by capturing verification artifacts in docs/verification during each gate loop. The system commits these artifacts as evidence, ensuring every phase handoff is backed by verifiable, audit-ready documentation.

Does gate verification work with existing project pipelines that require preflight checks?

Gate verification works with multi-phase project pipelines by applying preflight checks and per-gate loops. It requires no external dependencies, integrating directly into your workflow to enforce mandatory fix plans and documented evidence before advancing phases.

What is the best way to enforce mandatory fix plans before advancing project phases?

The best way to enforce mandatory fix plans is through an end-to-end gate verification loop that generates fix plans automatically and requires explicit user approval. This ensures phase advancement only occurs after successful gate verification and commit confirmation.

Why does phase handoff fail without documented verification artifacts?

Phase handoff fails without documented verification artifacts because the gate verification loop requires audit-ready evidence in docs/verification. This strict constraint prevents premature phase completion by blocking advancement until verifiable proof is committed.