coordinator-blueprint-gates

Validates Architect outputs against governance gates and emits a BlueprintIssueReport on failure.

Updated Aug 30, 2025
One-click install
npx skills add https://github.com/vonomarap/kanokna --skill coordinator-blueprint-gates
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coordinator-blueprint-gates
Source: https://github.com/vonomarap/kanokna/tree/main/agents/coordinator/skills/coordinator-blueprint-gates
Command: npx skills add https://github.com/vonomarap/kanokna --skill coordinator-blueprint-gates

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Validates Architect outputs against governance gates to detect inconsistencies and gaps.

Core Features & Use Cases

  • Deterministic PASS/FAIL evaluation of Architect outputs (RA/Tech/DP/Handoff) to ensure governance compliance.
  • Generates a BlueprintIssueReport when gates fail to guide remediation and maintain traceability.
  • Integrates into the handoff workflow to prevent unreviewed or non-compliant architect artifacts from advancing.

Quick Start

Run the coordinator against the latest Architect handoff to validate gates and produce a BlueprintIssueReport on failure.

Frequently Asked Questions about coordinator-blueprint-gates

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

FAQPage Schema
How do I validate architect outputs for governance compliance before a handoff?

Validating architect outputs for governance compliance involves checking consistency, traceability, completeness, and readability-by-design. The coordinator evaluates RA, Tech, DP, and Handoff artifacts against governance gates to detect inconsistencies and gaps before advancing.

What is a blueprint gate in software architecture governance?

A blueprint gate in architecture governance is a deterministic checkpoint that validates architect outputs for consistency, traceability, completeness, and Git governance. It ensures handoffs meet required standards before being approved for downstream development phases.

How do I check if my GRACE_HANDOFF v2 has inconsistencies or gaps?

Checking a GRACE_HANDOFF v2 for inconsistencies requires running a validation process against governance gates. The coordinator detects gaps in traceability and completeness, automatically emitting a BlueprintIssueReport to guide remediation when compliance failures occur.

Does this governance validation work without external dependencies?

Yes, this governance validation works without external dependencies. The coordinator operates independently to evaluate architect outputs, requiring no additional components to perform deterministic PASS or FAIL assessments and generate remediation reports for non-compliant artifacts.

What happens when architecture handoff governance gates fail?

When architecture handoff governance gates fail, a BlueprintIssueReport is automatically generated. This report details the specific compliance failures and guides remediation efforts to bring the handoff artifacts back into compliance before they can advance.

Can I use this to prevent unreviewed architect artifacts from advancing?

Yes, you can use this to prevent unreviewed architect artifacts from advancing. The coordinator integrates directly into the handoff workflow, enforcing deterministic PASS or FAIL evaluations that block non-compliant outputs from moving to the next phase.