infrastructure-validation-template

Automate CFN Loop validation with deliverable checks and vapor detection.

14|2|Updated Sep 23, 2025
One-click install
npx skills add https://github.com/masharratt/claude-flow-novice --skill infrastructure-validation-template
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: infrastructure-validation-template
Source: https://github.com/masharratt/claude-flow-novice/tree/main/.claude/skills/cfn-validation-framework/lib/templates/infrastructure.json
Command: npx skills add https://github.com/masharratt/claude-flow-novice --skill infrastructure-validation-template

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, and includes references (resource) components.

What problem does it solve?

Provides a standard infrastructure validation template for CFN Loop.

Core Features & Use Cases

  • Critical checks for deployment readiness
  • Security posture and logging expectations

Quick Start

cat infrastructure.json | jq .

Frequently Asked Questions about infrastructure-validation-template

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

FAQPage Schema
How do I validate infrastructure deployments before they reach production?

Infrastructure validation automates checks to confirm deployment readiness and prevent incomplete deliverables. This Skill provides CloudFormation Loop validation templates that gate deployments across confidence levels, consensus stages, and decision points, catching issues early in the pipeline.

What does infrastructure validation check for in CloudFormation deployments?

Validation checks deliverable existence, success criteria compliance, security posture, and logging expectations. It detects vapor—incomplete or missing resources—and enforces multi-mode thresholds across Loop 3 confidence gates, Loop 2 consensus, and product-owner approvals with built-in retry and coordination flows.

Can I use jq to process infrastructure validation templates?

Yes. The templates work directly with jq for parsing and filtering validation data. You can pipe infrastructure JSON through jq to extract validation results, audit evidence, and gate decisions from the evidence store.

How do I set up infrastructure validation for multi-stage approval workflows?

Use the validation templates to define checks at each stage—confidence gating, consensus evaluation, and owner decisions. The Skill handles multi-mode thresholds, retries, and coordination automatically, with TypeScript typing and CLI wrappers for integration into your deployment pipeline.

What audit trail does infrastructure validation provide?

Validation maintains an evidence store for compliance and troubleshooting. Every gate decision, consensus result, and deliverable check is logged, creating a complete audit trail of what was validated, when, and by whom.

Does this validation approach work with existing CloudFormation Loop setups?

Yes. The templates integrate across CloudFormation Loop's existing stages—Loops 2 and 3, confidence gating, and consensus workflows. They apply standard validation logic without restructuring your current approval architecture.