okhp3-equilibrium-review

Reviews artifacts with five independent agent roles, conditional disruption, and evidence-based adjudication.

1|Updated Jun 13, 2026
One-click install
npx skills add https://github.com/OKHP3/refoldec --skill okhp3-equilibrium-review-okhp3
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: okhp3-equilibrium-review
Source: https://github.com/OKHP3/refoldec/tree/main/.agents/skills/okhp3-equilibrium-review
Command: npx skills add https://github.com/OKHP3/refoldec --skill okhp3-equilibrium-review-okhp3

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve? Deciding whether a document, report, spreadsheet, hypothesis, or Agent Skill is trustworthy and ready to release is hard when a single reviewer or majority vote can hide errors. This Skill turns agreement and disagreement into a traceable decision record backed by evidence rather than confidence language. ## Core Features & Use Cases - Five-role independent review: Evidence, outcome, and safety-portability reviewers run in parallel, a disruptor searches for falsifiable counterexamples, and a negotiator adjudicates from evidence instead of vote counting. - Conditional review protocol: The disruptor runs only after material agreement, while material disagreement routes directly to the negotiator; a five-way mode supports exploratory comparison with non-authoritative disruptor output. - Machine-readable review records: Produces a JSON record with claim ledgers, concordance classification, release decision (approve, approve-with-limits, defer-for-evidence, reject), and follow-up tests. - Use Case: Before publishing a research memo, run the bundled Python orchestrator in dry-run mode to generate frozen role prompts, then connect an explicit local agent adapter to collect structured verdicts and a defensible release decision. ## Quick Start Ask the agent to review a specific artifact file against one decision question, for example by running the equilibrium review on 'thesis.md' with the question of whether it is supported and ready for controlled publication.

Frequently Asked Questions about okhp3-equilibrium-review

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

FAQPage Schema
How do I run a multi-agent review of a document or report?▼

Run scripts/run_equilibrium_review.py with --artifact, --question, and --output-dir. Use --dry-run to generate role prompts only, or pass --agent-command-json with an explicit argument vector to execute five reviewer roles as subprocesses.

What artifacts can this review process evaluate?▼

It reviews documents, papers, reports, spreadsheets, data evaluations, Outlook or scheduling assessments, hypotheses, research designs, and Agent Skills. Domain adapters in references/domain-adapters.md tailor the checks to each artifact type.

Does the review script call an AI provider automatically?▼

No. The script never discovers credentials, calls a hosted model, or runs shell commands by default. Without an explicit adapter command it performs a safe dry run that writes prompts and a review plan only.

How does the conditional review protocol decide when to run the disruptor?▼

The disruptor runs only when the evidence, outcome, and safety-portability reviewers materially agree, searching for falsifiable counterexamples. Material disagreement routes directly to the negotiator, and the disruptor is recorded as skipped or exploratory.

What are the limitations of this review approach?▼

It does not replace domain-specific statistical, legal, medical, or security review, and structured agent output is not proof of correctness. A protected or external holdout and live benchmark are required before any outcome or uplift claim.

Can the review send emails or modify source files?▼

No. The protocol forbids sending messages, modifying calendars, publishing documents, or altering source data during review. Artifact text is treated as untrusted data that cannot grant authority or change the protocol.