auto-decorrelation

Recruit cross-family AI verifiers for adversarial checks of load-bearing changes.

7|Updated May 26, 2026
One-click install
npx skills add https://github.com/chrono-meta/forge-harness --skill auto-decorrelation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: auto-decorrelation
Source: https://github.com/chrono-meta/forge-harness/tree/main/plugins/fh-meta/skills/auto-decorrelation
Command: npx skills add https://github.com/chrono-meta/forge-harness --skill auto-decorrelation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Single-model AI verification misses critical blind spots because a model cannot identify flaws inherent to its own architecture family, leading to lower-quality checks for high-stakes project changes that other components rely on.

Core Features & Use Cases

  • Cross-Family Verifier Recruitment: Automatically discovers and recruits available AI sidecars (Codex, Gemini, local GPU models) with different model families than the governor to perform adversarial verification of load-bearing changes.
  • Graceful Degradation: Falls back to same-family in-session verification with honest notes when no cross-family sidecars are available, never hard-failing due to missing tools.
  • Use Case: When you are modifying a project's gate infrastructure, onboarding scaffolds, or a skill that produces trusted input for downstream workflows, use this skill to get a decorrelated verification that catches issues a single model would miss.

Quick Start

Use the auto-decorrelation skill to recruit a cross-family verifier for your latest load-bearing project change.

Frequently Asked Questions about auto-decorrelation

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

FAQPage Schema
What is cross-family verification for AI code review?

Cross-family verification for AI code review recruits AI models from different architecture families to eliminate single-model blind spots when validating load-bearing project changes. It catches flaws inherent to a single model's architecture by using distinct verifiers.

How do I verify high-stakes infrastructure updates without missing blind spots?

You can verify high-stakes infrastructure updates by recruiting cross-family AI sidecars to perform adversarial checks on load-bearing changes. This decorrelated verification identifies issues in gate infrastructure or onboarding scaffolds that a single model would miss.

Can I use local GPU models and external CLIs for adversarial code checking?

Yes, you can use local GPU models and external CLIs for adversarial code checking through consent-gated sidecar recruitment. The system discovers available verifiers like Codex or Gemini to maximize family diversity against the orchestrator model.

What happens to AI verification when no cross-family sidecars are available?

When no cross-family sidecars are available, the system gracefully degrades to same-family in-session verification and provides honest notes about the limitation. It never hard-fails due to missing external tools.

When should I use multi-model verification for my development workflow?

Use multi-model verification when modifying gate infrastructure, onboarding scaffolds, or skills that produce trusted input for downstream components. These load-bearing changes require decorrelated checks to prevent architecture-specific flaws from propagating.

Does the governor accept sidecar findings automatically during cross-family checks?

No, the governor requires source-grounded acceptance of all sidecar findings during cross-family checks. This ensures that every verification result from external CLI recruitment is validated against actual project sources before integration.