opencouncil-contract-inspector

作者 vikashjeyaraman已验证

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

152
Stars
0
Forks
HTML
语言
2026/8/23
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

# Add to your Claude Code skills
git clone https://github.com/vikashjeyaraman/opencouncil-contract-inspector

快速入门

使用 opencouncil-contract-inspector 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "status": "PASSED",
  "issues": []
}

README.md

preview

🏛️ 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.

Download

🌟 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.

Download

常见问题

What is opencouncil-contract-inspector?

opencouncil-contract-inspector is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by vikashjeyaraman. Proven 2026 Multi-Agent AI Review System – Verdict-Driven Quality Control. It has 152 GitHub stars.

Is opencouncil-contract-inspector safe to use?

Yes. opencouncil-contract-inspector passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install opencouncil-contract-inspector?

Clone the repository with "git clone https://github.com/vikashjeyaraman/opencouncil-contract-inspector" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is opencouncil-contract-inspector written in?

opencouncil-contract-inspector is primarily written in HTML. It is open-source under vikashjeyaraman on GitHub, so you can review or fork the full source.

Are there alternatives to opencouncil-contract-inspector?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh opencouncil-contract-inspector against similar tools.

评论 (0)

暂无评论,成为第一个分享想法的人!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI 智能体
查看详情

开发者还喜欢

基于喜欢此 Skill 的开发者投票和收藏

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP 服务器apisai-tools
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情