gate-plan

Generate gate documents with completion criteria, phases, and checkpoints from queue items.

Updated Feb 17, 2026
One-click install
npx skills add https://github.com/basher83/domain-chassis --skill gate-plan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gate-plan
Source: https://github.com/basher83/domain-chassis/tree/main/skills/gate-plan
Command: npx skills add https://github.com/basher83/domain-chassis --skill gate-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the creation of gate documents, ensuring that validation plans are comprehensive, actionable, and aligned with project requirements, preventing costly rework and delays.

Core Features & Use Cases

  • Automated Gate Document Generation: Creates detailed gate documents from simple queue item inputs.
  • Contextual Dependency Analysis: Identifies and incorporates inter-gate dependencies.
  • Anti-Pattern Guarding: Integrates checks against known failure modes to improve quality.
  • Use Case: When a new feature request is added to the QUEUE.md, use this Skill to automatically draft a validation plan (Q{n}-gate.md) that outlines exactly what needs to be proven before the feature is considered complete.

Quick Start

Use the gate-plan skill to create a gate document for Q4.

Frequently Asked Questions about gate-plan

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

FAQPage Schema
How do I create a production validation plan from a queue item?

To create a production validation plan from a queue item, you can automatically author gate documents that define completion criteria, phases, and checkpoints. This process generates gate files directly in your workspace root.

What is a gate document in quality assurance workflows?

A gate document in quality assurance is a validation plan that outlines exactly what needs to be proven before a feature is considered complete. It defines completion criteria, phases, and checkpoints to prevent costly rework and delays.

How do I generate validation plans that check against known failure modes?

You can generate validation plans that check against known failure modes by integrating an anti-pattern registry during document creation. This ensures your validation coverage adheres to quality standards and avoids common pitfalls.

What's the best way to define inter-gate dependencies for feature validation?

The best way to define inter-gate dependencies for feature validation is to analyze existing gates during the planning phase. This contextual dependency analysis ensures your validation plans are actionable and aligned with project requirements.

Can I draft completion criteria for a feature request directly from my queue file?

Yes, you can draft completion criteria for a feature request directly from a queue file. The system reads inputs like a QUEUE.md file and automatically drafts a validation plan outlining exactly what must be proven before completion.