claudeers.
// Claude Skills

opencouncil-contract-inspector

Proven 2026 Multi-Agent AI Review System – Verdict-Driven Quality Control

Actively maintained
100/100
last commit 1 day ago
last release none
releases 0
open issues 0
// star history34 this week

Install with your AI

Paste into Claude Code, Cursor, or any agent — it reads the repo and wires the tool into your project.

Install and set up opencouncil-contract-inspector (git-clone project) into my current project.
Found on https://claudeers.com/opencouncil-contract-inspector
Repo: https://github.com/vikashjeyaraman/opencouncil-contract-inspector
Homepage/docs: —
Detected install method: git-clone → git clone https://github.com/vikashjeyaraman/opencouncil-contract-inspector
Category: skills. Platforms: api.
Read the repo's README for exact setup and env vars, then install it and wire it into my project.

Claudeers Health Verdict:
active; community-verified: false. Confirm the source before running anything.
// or clone
git clone https://github.com/vikashjeyaraman/opencouncil-contract-inspector

// compatibility

Platformsapi
Operating systems
AI compatibilityclaude
License
Pricingopen-source
LanguageHTML

🏛️ VeritasBoard — Multi-Agent Deliberative Quality Engine

Where artificial intelligence meets the rigor of a corporate boardroom, producing decisions that withstand the scrutiny of ten simulated experts and ten veteran reviewers.

🌟 Overview

VeritasBoard is an AI orchestration framework that reimagines quality control through simulated institutional wisdom. Rather than a single model generating output, VeritasBoard convenes two distinct chambers of artificial agents: a Drafting Council of ten specialist employees who produce preliminary work, and an Oversight Board of ten industry-veteran reviewers who challenge, refine, and validate that work. The user sees only the final, reconciled verdict — a distillation of twenty distinct perspectives, each engineered to resist sycophancy and groupthink.

This repository houses the core architecture, configuration templates, and integration modules that enable any language model to participate in structured, multi-agent deliberation. VeritasBoard is not merely a wrapper; it is a cognitive constitution — a set of rules that governs how artificial minds debate, dissent, and converge.


🧠 The Anti-Sycophancy Imperative

Modern language models suffer from a well-documented tendency: they agree with users. They seek approval. They hedge. VeritasBoard addresses this through deliberative adversarial review. Each of the ten Oversight Board members is prompted not to validate, but to interrogate — to find logical flaws, unsupported claims, hidden assumptions, and rhetorical gambits. The drafting agents, in turn, must defend their positions with evidence and structured reasoning.

The result is output that has been stress-tested by voices programmed to disagree.


🏛️ Architectural Pillars

Chamber 1: The Drafting Council (Ten Specialist Employees)

Agent RoleSimulated ExpertiseDeliberative Function
ResearcherData gathering & citationSources all factual claims
AnalystLogical structuringEnsures argument coherence
WriterNarrative flow & clarityProduces readable output
CriticInternal inconsistency detectionFlags contradictions before external review
SynthesizerCross-domain integrationMerges diverse viewpoints
EthicistMoral & compliance auditingScreens for bias & harm
TechnologistImplementation feasibilityChecks practical constraints
EconomistResource & cost analysisEvaluates trade-offs
StrategistLong-term consequence modelingConsiders second-order effects
PresenterFinal formatting & summarizationPrepares distilled verdict

Chamber 2: The Oversight Board (Ten Industry Veterans)

Agent RoleSimulated BackgroundReview Focus
Chairperson30+ years executive leadershipOverall strategic alignment
Legal CounselRegulatory & compliance expertLiability & jurisdictional risk
Subject Matter ExpertSpecialized domain authorityTechnical accuracy
Operations LeadLogistics & scalabilityImplementation realism
Risk OfficerScenario analysis & mitigationBlind spots & failure modes
Customer AdvocateUser experience & satisfactionAccessibility & usability
Finance DirectorBudget & ROI scrutinyResource proportionality
Innovation OfficerEmerging technologiesNovelty & adaptability
Ethics Board MemberPhilosophy & social impactLong-term societal consequences
Dissenting VoiceProgrammed to disagree by defaultAnti-sycophancy anchor

🔄 Deliberation Workflow

The system operates in five stages, each with increasing levels of adversarial scrutiny:

Stage 1: Prompt Deconstruction (🕵️)

The user's query is parsed into its constituent claims, assumptions, and requests. Ambiguities are flagged for clarification.

Stage 2: Silent Drafting (✍️)

The ten drafting agents each produce an independent response. They do not communicate with each other — ensuring maximum diversity of approach.

Stage 3: Internal Review (🔍)

Each agent reviews their own draft for errors. The Critic agent performs a meta-analysis of all ten drafts, identifying overlapping strengths and isolated weaknesses.

Stage 4: Board Deliberation (⚖️)

The ten Oversight Board members receive the combined drafts and the Critic's meta-analysis. Each board member issues a verdict with specific recommendations. The Dissenting Voice must find something wrong, even if the output is excellent — forcing the others to articulate why they disagree with the dissent.

Stage 5: Reconciliation (🎯)

A final algorithm (configurable: majority vote, weighted consensus, or chairperson override) produces the single verdict the user sees. All dissenting opinions are logged but not displayed unless requested.


🌐 Multilingual & Cross-Cultural Deliberation

VeritasBoard operates in 17 languages as of January 2026, with culturally adapted prompting for each market. The Oversight Board's "Industry Veteran" personas include region-specific archetypes (e.g., a Japanese shacho for East Asian markets, a German Geschäftsführer for European contexts). This ensures that the anti-sycophancy mechanism does not inadvertently impose Western consensus norms on non-Western deliberation.


🎨 Responsive Interaction Modes

ModeBest ForDeliberation Depth
Quick VerdictSimple queries, factual lookupMinimal (3 agents + 3 reviewers)
Standard DeliberationBusiness writing, analysisFull (10 + 10)
Deep DiveStrategic decisions, policy draftsExtended (10 + 10 + 3 iterative rounds)
Adversarial Stress TestHigh-risk output validationMaximum (10 + 10 + unlimited rounds until consensus)

Each mode adjusts the temperature, presence penalty, and frequency penalty of underlying models to calibrate the balance between creativity and rigor.


🛠️ Configuration & Customization

Persona Builder

Define your own agent roles using a YAML schema:

agents:
  drafting_council:
    - name: "Domain Analyst"
      expertise: ["specialized_field"]
      instruction_tone: "critical_but_constructive"
  oversight_board:
    - name: "Chief Skeptic"
      default_stance: "challenge_every_claim"
      bias_correction: 0.95

Weighted Consensus Algorithm

Adjust how the final verdict is computed:

consensus:
  method: "weighted_majority"
  weights:
    chairperson: 2.0
    dissenting_voice: 1.5
    all_others: 1.0
  min_quorum: 12

📦 Module Index

ModulePurposeDependencies
core/parliament.pySession orchestration & lifecycleNone
agents/council.pyDrafting agent definitions & prompt templatescore/
agents/board.pyReview agent definitions & verdict schemasagents/council.py
logic/consensus.pyVoting, weighting, and reconciliation enginesagents/
logic/antisycophancy.pyDissent generation & bias detection routinescore/
io/formatter.pyMultilingual output formatting & localizationlocale/
io/interface.pyPrompt ingestion & response delivery layersformatter.py
config/sample.yamlExample configuration with 20 prebuilt personasN/A

📄 License Information

This project is released under the MIT License, granting permission to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the software, provided that the original copyright notice and permission notice appear in all copies.

View the full license text


⚠️ Disclaimer

VeritasBoard is a simulation framework designed for research, quality assurance, and structured output generation. The "agents" are language models with no independent cognition, intent, or legal standing. The outputs of VeritasBoard should not be considered as professional advice from actual human experts, nor should they replace human judgment in high-stakes environments such as medical diagnosis, legal representation, financial planning, or safety-critical decision-making.

As of 2026, VeritasBoard continues to evolve. While the anti-sycophancy mechanism drastically reduces model agreement bias, it cannot eliminate all forms of hallucination, subtle bias, or logical error. Always review critical outputs with human oversight.


🤝 Contributing & Community Ethos

We welcome contributions that strengthen the deliberative architecture. Areas of particular interest:

  • Novel adversarial prompting techniques for the Dissenting Voice agent
  • Cultural localization of board personas for non-Western markets
  • Efficiency improvements that reduce token usage without sacrificing depth
  • Audit logging for transparency in multi-agent decision paths

This project maintains a code of conduct that prioritizes constructive dissent — mirroring the very philosophy the framework embodies.

// faq

What is opencouncil-contract-inspector?

Proven 2026 Multi-Agent AI Review System – Verdict-Driven Quality Control. It is open-source on GitHub.

Is opencouncil-contract-inspector free to use?

opencouncil-contract-inspector is open-source, so it is free to use.

What category does opencouncil-contract-inspector belong to?

opencouncil-contract-inspector is listed under skills in the Claudeers registry of Claude-compatible tools.

0 views
118 stars
unclaimed
updated about 1 month ago

// embed badge

opencouncil-contract-inspector on Claudeers
[![Claudeers](https://claudeers.com/api/badge/opencouncil-contract-inspector.svg)](https://claudeers.com/opencouncil-contract-inspector)

// retro hit counter

opencouncil-contract-inspector hit counter
[![Hits](https://claudeers.com/api/counter/opencouncil-contract-inspector.svg)](https://claudeers.com/opencouncil-contract-inspector)

// reviews

// guestbook

0/500

// related in Claude Skills

🔓

An agentic skills framework & software development methodology that works.

// skillsobra/Shell272,506MIT[ claude ]
🔓

Public repository for Agent Skills

// skillsanthropics/Python169,406[ claude ]
🔓

💫 Toolkit to help you get started with Spec-Driven Development

// skillsgithub/Python129,208MIT[ claude ]
🔓

AI coding assistant skill (Claude Code, Codex, OpenCode, Cursor, Gemini CLI, and more). Turn any folder of code, SQL schemas, R scripts, shell scripts, docs,…

// skillsGraphify-Labs/Python106,387MIT[ claude ]
→ see how opencouncil-contract-inspector connects across the ecosystem