consensus

Computes Loop2 validator consensus scores and validates them against thresholds.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Aggregates Loop 2 validator consensus scores and validates against mode thresholds.

Core Features & Use Cases

  • Collect consensus: Compute average, min, max, and count.
  • Validate consensus: Compare against mode thresholds (MVP/Standard/Enterprise).
  • Usage: Determine if validators reach the required consensus to proceed.

Quick Start

collectConsensus([0.92, 0.89, 0.94]); validateConsensus({ average: 0.92, mode: 'standard' });