bp-gateway-validate

Validate gateway YAML frontmatter, workflow files, and intent mappings for routing coherence.

Updated Jan 23, 2026
One-click install
npx skills add https://github.com/hiivmind/hiivmind-blueprint --skill bp-gateway-validate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bp-gateway-validate
Source: https://github.com/hiivmind/hiivmind-blueprint/tree/main/skills/_archived/bp-gateway-validate
Command: npx skills add https://github.com/hiivmind/hiivmind-blueprint --skill bp-gateway-validate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides comprehensive validation of gateway commands, ensuring routing completeness, correct intent mappings, and reliable skill references without modifying user data.

Core Features & Use Cases

  • Validates gateway frontmatter, workflow structure, and mapping coherence across YAML and Markdown artifacts.
  • Checks delegation coverage against discovered skills, ensures fallback presence, and validates menu-driven routing.
  • Detects inconsistencies between intent rules and workflow, highlights missing definitions, and surfaces actionable remediation.

Quick Start

Inspect a gateway command to verify delegation, intent mapping, and fallback routing.

Frequently Asked Questions about bp-gateway-validate

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

FAQPage Schema
How do I validate gateway routing and intent mappings in YAML?

The skill validates gateway command definitions by inspecting YAML frontmatter and workflow files to verify intent mappings, delegation coverage, and fallback routing without modifying your data.

What is the best way to check delegation coverage against discovered skills?

The best way to check delegation coverage is to validate the gateway workflow structure to ensure menu-driven routing correctly references discovered skills and surfaces actionable remediation for missing definitions.

Why does my gateway workflow have inconsistencies with intent rules?

Inconsistencies between intent rules and workflows occur when mapping coherence fails across YAML artifacts; validation detects these mismatches and highlights missing definitions in gateway.md and intent-mapping.yaml.

Can I check fallback presence and menu-driven routing without modifying files?

Yes, you can inspect gateway commands to verify delegation, intent mapping, and fallback routing without modifying user data, ensuring reliable skill references and structural coherence across artifacts.

Does gateway validation work with markdown and YAML artifacts together?

Gateway validation works across both formats by checking gateway.md frontmatter alongside workflow.yaml and intent-mapping.yaml to ensure syntax correctness and reference integrity during routing validation.