vc-validate-findings

Automates layered validation of workflows and outputs PASS/CONDITIONAL/BLOCKED reports.

Updated Jun 20, 2026
One-click install
npx skills add https://github.com/tutran27/trust-room-AI --skill vc-validate-findings-tutran27
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vc-validate-findings
Source: https://github.com/tutran27/trust-room-AI/tree/main/.agents/skills/vc-validate-findings
Command: npx skills add https://github.com/tutran27/trust-room-AI --skill vc-validate-findings-tutran27

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the validation of complex workflows and ensures quality control, saving time and reducing errors in multi-layered processes.

Core Features & Use Cases

  • Layered Validation: Parallel checks across four dimensions and per-section feasibility probes.
  • Strategy-Agnostic: Defines role specs and schemas but execution method is determined by external strategies.
  • Output Analysis: Provides a net gate verdict (PASS/CONDITIONAL/BLOCKED) and comprehensive findings.
  • Use Case: Ideal for software development, where it validates code changes across infrastructure, test coverage, breaking changes, and security surfaces.

Quick Start

Run the vc-validate-findings skill with the 'validate-findings' command, providing the path to the plan file as an argument.

Frequently Asked Questions about vc-validate-findings

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

FAQPage Schema
How do I automate quality control for multi-layered software development workflows?

To automate quality control for software development workflows, you run the validate-findings command with a path to your plan file. The Skill then applies multi-dimensional analysis across infrastructure, test coverage, and security surfaces to output a comprehensive validation report.

What is multi-dimensional analysis for validating complex code changes?

Multi-dimensional analysis for validating code changes is the process of running parallel checks across infrastructure, test coverage, breaking changes, and security surfaces. It provides a net gate verdict to ensure comprehensive quality control in multi-layered development workflows.

How do I validate execution strategies for complex processes without hardcoding the execution method?

To validate execution strategies without hardcoding the method, use a strategy-agnostic validator that defines role specifications and schemas. This Skill requires external strategies to determine the execution method, outputting detailed PASS, CONDITIONAL, or BLOCKED findings.

What does a CONDITIONAL or BLOCKED status mean in workflow validation reports?

A CONDITIONAL or BLOCKED status in workflow validation reports indicates that specific dimensions or per-section feasibility probes failed quality control checks. The net gate verdict synthesizes these multi-dimensional findings to prevent flawed code changes from proceeding.

Do I need external execution strategies to run workflow validation?

Yes, you need external execution strategies because this workflow validation Skill is strategy-agnostic. It defines role specifications and schemas for quality control, but relies on external strategies to determine the actual execution method for the complex process.