software-validation-template

Enforce gate, consensus, and vapor-validation checks in CFN Loop workflows.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Provides a ready-to-use validation template for software development tasks.

Core Features & Use Cases

  • Critical: tests, security, build
  • Important: coverage, lint, docs

Quick Start

curl -sS https://example.com/template

Frequently Asked Questions about software-validation-template

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

FAQPage Schema
How do I validate software deliverables in CFN Loop workflows?

Software deliverable validation enforces gate, consensus, and vapor-detection checks across CFN Loop iterations. The Skill provides a TypeScript CFNValidator that checks deliverables against success criteria, validates gate thresholds, scores consensus, and detects vapor to ensure quality standards before progression through Loop 3, Loop 2, and product-owner decision flows.

What validation checks does this template cover for MVP, Standard, and Enterprise modes?

The template covers deliverable validation, success criteria verification, gate-pass thresholds, consensus scoring, and vapor detection across all three deployment modes. It includes Redis and CLI orchestration to apply mode-specific validation rules and enforce quality gates consistently throughout iterative CFN Loop workflows.

Can I use this validation template with existing CFN Loop integrations?

Yes, the template applies directly to iterative CFN Loop workflows. It resolves missing deliverables by enforcing gate and consensus checks applicable to Loop 3 confidence gates, Loop 2 consensus flows, and product-owner decisions, making it compatible with ongoing CFN Loop integrations without restructuring existing pipelines.

How do I detect vapor and consensus issues in software validation?

Vapor detection identifies unfounded consensus signals, and the template includes a detectConsensusOnVapor method to catch these cases. Combined with consensus scoring validation, it surfaces agreement that lacks substantive backing, preventing false confidence in deliverables before they advance through CFN Loop gates.

What's included in the validation template for testing and security?

The template prioritizes tests, security, and build validation as critical checks, with secondary emphasis on coverage, lint, and documentation. It includes strict TypeScript configuration, test coverage, and extensible documentation to support comprehensive quality validation across software development tasks.

Does this template support CLI orchestration and Redis integration?

Yes, the template provides CLI wrappers and Redis orchestration for performValidation operations. This enables automation and distributed validation orchestration, allowing teams to trigger, scale, and coordinate validation checks across CFN Loop environments without manual intervention.