For Claude & any MCP client · free · private

Run the toolkit inside Claude.

Score any project on the five gears, find out whether you are still in control of a fast system, and pre-commit the brakes, all without leaving the conversation. Now also available as an MCP server for any client that speaks the protocol.

Free · no accounts, no API keys · companion to the book by AK

/equilibrium-score our new autonomous code agent
Equilibrium Scorecard · RSI-relevant system
Governance Equity Aligned incentives Resilience Steering
Verdict: redesign before you ship.
A red in Resilience on a self-improving system trips the veto. Add a rollback path and re-score.
Three ways in

Pick how you connect

Chatting in the Claude app? Add the Skill. Working in the terminal with Claude Code? Install the plugin. Using Cursor, VS Code, or another MCP client? Run the MCP server. Same doctrine, same five gears, same control ratio.

Claude Skill · for the Claude app

Effective Equilibrium

effective-equilibrium.skill

A Skill that helps Claude judge whether a fast-moving project, product, policy, or AI system can be shipped, funded, scaled, or kept running safely, and tell you exactly what to fix.

  • Score the five gears for a verdict, with veto rules for high-stakes and self-improving systems.
  • Compute the control ratio R = L / H and read green, yellow, or red.
  • Draft circuit breakers as measurable If-Then tripwires.
  • Run a five-minute audit on anything that moves faster than the people watching it.
Install
  1. Download the .skill file below.
  2. In Claude, open Settings → Capabilities → Skills and upload it.
  3. Ask: "are we still in control of this pipeline?"
Claude Code plugin · for the terminal

Acceleration Paradox Toolkit

acceleration-paradox-toolkit.plugin · v0.1.1

Four slash commands and three skills that turn the doctrine into commands you can run while you build, plus a bundled, self-contained interactive scorecard.

  • /equilibrium-score a named project or a pasted doc.
  • /oversight-half-life to see if oversight is keeping up.
  • /circuit-breaker to draft tripwires with owners and deadlines.
  • /equilibrium-audit for the five-minute gut check.
Install
  1. Download the .plugin bundle below.
  2. In Claude Code, run /plugin and add it from the bundle.
  3. Type /equilibrium-score or ask in plain language.
MCP server · for any MCP client

Acceleration Paradox MCP

mcp-server/ · local install, no npm registry

The same scoring engine as tools, resources, and prompts over the Model Context Protocol, for Claude Desktop, Claude Code, Cursor, VS Code, or anything else that speaks MCP.

  • score_equilibrium and compute_control_ratio as callable tools, plus circuit-breaker drafting.
  • track_control_drift and generate_disclosure, implementing the open specification.
  • Doctrine, gear rubric, veto rules, and the five-minute audit as readable resources.
  • Guided prompts: score_project, five_minute_audit, control_ratio_check.
  • Runs locally over stdio. No network calls, no accounts, nothing stored.
Install
  1. Download the source below and unzip it, then run npm install inside mcp-server/.
  2. Point your MCP client's config at node /path/to/mcp-server/index.js.
  3. Ask: "score this project on the five gears" or "what's our control ratio?"
In plain language

Just ask Claude

No syntax to learn. The Skill and the plugin both respond to natural prompts.

Score it

"Score our new autonomous code agent on the five gears."

Check control

"Are we still in control of this data pipeline? Work out the oversight half-life."

Set guardrails

"Draft circuit breakers for this model rollout, with owners and deadlines."

Quick audit

"Run a five-minute risk audit on this launch plan."
What's inside the plugin

Three skills, four commands,
one interactive tool

TypeNamePurpose
Skillequilibrium-scorecardScore the five gears, apply weighting and veto rules, and produce a verdict in any of the output formats.
Skilloversight-half-lifeCompute the control ratio R = L / H and read green, yellow, or red.
Skillcircuit-breaker-cardsDraft measurable If-Then tripwires with owners and deadlines.
Command/equilibrium-scoreScore a named project or a pasted document.
Command/oversight-half-lifeCheck whether oversight is keeping up with a fast system.
Command/circuit-breakerDraft circuit-breaker cards for a system or risk.
Command/equilibrium-auditThe five-minute gut check.

Outputs: a chat verdict, a self-contained interactive HTML tool, a Word or PDF report, or a fillable markdown scorecard.
Decision-support tools, not legal, financial, or safety certification.

What's inside the MCP server

Six tools, five resources,
four prompts

TypeNamePurpose
Toolcompute_control_ratioR = decision latency / oversight half-life, with the in control / narrowing / lost bands.
Toolscore_equilibriumScore the five gears and apply the veto rules to reach a verdict.
Tooldraft_circuit_breakerTurn a trigger and a response into a pre-committed If-Then card.
Toollist_circuit_breakersA few worked circuit-breaker examples to start from.
Tooltrack_control_driftCompare a version against its predecessor and report control drift: a rising R, or any gear moving toward red.
Toolgenerate_disclosureRender the specification's six-line public control surface disclosure.
Resourceequilibrium://doctrineThe book's core argument: the two clocks, R = L / H, the equilibrium law.
Resourceequilibrium://gear-rubricThe exact rating rubric for each of the five gears.
Resourceequilibrium://five-minute-auditOne question per gear, fast enough to run before any meeting ends.
Resourceequilibrium://control-surface-specThe Open Control Surface Specification v0.1 this server implements.
Resourceequilibrium://veto-rulesThe exact branching logic behind every verdict.
Promptscore_projectWalks the client through scoring a named project.
Promptfive_minute_auditAsks the five gear-questions about a system, fast.
Promptcontrol_ratio_checkWalks through estimating H and L and computing R.
Promptcontrol_surface_reviewRuns the specification's full four-step assessment, including a drift check against the previous version.

Same scoring logic as the web Scorecard, the Skill, and the plugin, ported and unit-tested so every surface agrees, and implementing the Open Control Surface Specification v0.1. Stdio transport, local only. Not legal, financial, or safety certification.