consensus-reconciler

Reconcile conflicting multi-source metrics using Byzantine fault tolerance and weighted consensus.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/GetFresh-Ventures/gxd-ceo-ai-kit --skill consensus-reconciler
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: consensus-reconciler
Source: https://github.com/GetFresh-Ventures/gxd-ceo-ai-kit/tree/main/skills/consensus-reconciler
Command: npx skills add https://github.com/GetFresh-Ventures/gxd-ceo-ai-kit --skill consensus-reconciler

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reconciliation of conflicting data across multiple systems to determine a single trusted metric when sources disagree, preventing inconsistent reporting and bad decisions.

Core Features & Use Cases

  • Byzantine fault tolerance with 2/3 consensus for critical data
  • Weighted consensus to reflect source trust and recency
  • Conflict detection thresholds and escalation pathways for unresolved data
  • Audit-ready decision records including sources, timestamps, and rationale

Quick Start

Invoke the Consensus Reconciler to align multi-source metrics by aggregating at least three inputs and emitting a reconciled truth.

Frequently Asked Questions about consensus-reconciler

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

FAQPage Schema
How do I reconcile conflicting metrics across HubSpot, ServiceTitan, and GA4?▼

To reconcile conflicting metrics across HubSpot, ServiceTitan, and GA4, aggregate at least three inputs to apply weighted consensus and emit a single trusted truth using Byzantine fault tolerance.

What is Byzantine fault tolerance for multi-source data reconciliation?▼

Byzantine fault tolerance for multi-source data reconciliation is a mechanism that requires a 2/3 supermajority consensus among critical data sources to establish a consistent metric when sources disagree.

How do I resolve conflicting data when sources disagree on reporting metrics?▼

You resolve conflicting data by applying weighted consensus based on source trust and recency, enforcing a 2/3 supermajority for critical metrics, and escalating unresolved cases for human review.

Does data reconciliation work with Google Ads and other telemetry sources?▼

Yes, data reconciliation works with Google Ads and other telemetry sources by detecting conflict thresholds, recording provenance and rationale, and producing audit-ready decision records for review.

When do I need multi-source consensus for data conflict resolution?▼

You need multi-source consensus for data conflict resolution when inconsistent reporting across multiple systems threatens to cause bad decisions, requiring provenance tracking and escalation pathways for unresolved data.