deliverable-verifier-extended

Orchestrate container-based CFN Loop execution with gate checks and consensus workflows.

14|2|Updated Sep 23, 2025
One-click install
npx skills add https://github.com/masharratt/claude-flow-novice --skill deliverable-verifier-extended
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deliverable-verifier-extended
Source: https://github.com/masharratt/claude-flow-novice/tree/main/.claude/cfn-loop-orchestration-v2/lib/orchestrator/src/helpers/deliverable-verifier.ts
Command: npx skills add https://github.com/masharratt/claude-flow-novice --skill deliverable-verifier-extended

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Verifies deliverables with richer context: types, git changes, and potential vapor concerns.

Core Features & Use Cases

  • Type validation: Check deliverable types when requested.
  • Git integration: Detect changes and report on them.
  • Vapor prevention: Detect potential vapor when no delivierables exist.

Quick Start

verifyDeliverables({ files: ['src/index.ts'], taskType: 'implementation' });

Frequently Asked Questions about deliverable-verifier-extended

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

FAQPage Schema
How do I verify deliverables with git change detection and type validation?

Deliverable verification checks file types, detects git changes, and reports on modifications. Use verifyDeliverables() with a files array and taskType parameter to validate deliverables against their expected types and inspect what changed in version control.

What is vapor in deliverables and how do I detect it?

Vapor occurs when deliverables are claimed but don't actually exist. This Skill detects vapor by checking whether files specified in a task are present, helping teams avoid false progress claims in multi-loop collaboration.

Can I use this for multi-loop collaboration with consensus workflows?

Yes. This Skill orchestrates container-based execution across Loop 3 implementers, Loop 2 validators, and Product Owner gates, including pause/resume, consensus collection, and decision triggering in Dockerized agent environments.

How do I set up task analysis and agent spawning for deliverable verification?

The orchestration CLI and scripts handle task analysis, context setup, agent spawning, and progress monitoring. Configure your task requirements, invoke the CLI, and the Skill manages agent coordination, consensus workflows, and gate evaluation automatically.

What happens when deliverables fail type or git validation?

The Skill reports validation failures with context about file types and git changes, helping teams understand why deliverables don't meet expectations and pinpointing which files need revision or correction.

Does this work with existing git repositories and Docker environments?

Yes. Deliverable verification integrates with git to detect changes and runs in containerized environments, making it compatible with existing version control workflows and Dockerized agent setups for distributed collaboration.