Skip to content
Development
Command

/gov-metrics

Governance metrics — measure whether the gates actually work. Block rate, override/waiver rate, false-block proxy, R1-textual vs R2-mechanical share, and time-in-gate, computed from the verdict trail.

From plugin
great-cto
9344 skills70 agents44 commands
Install
> /plugin marketplace add avelikiy/great_cto
> /plugin install great_cto@great-cto

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/gov-metrics

Context preview

What this command does when you run it.

Governance metrics — measure whether the gates actually work. Block rate, override/waiver rate, false-block proxy, R1-textual vs R2-mechanical share, and time-in-gate, computed from the verdict trail.

Command definition

gov-metrics.md
description: "Governance metrics — measure whether the gates actually work. Block rate, override/waiver rate, false-block proxy, R1-textual vs R2-mechanical share, and time-in-gate, computed from the verdict trail."
argument-hint: "[--since 30d] [--json]"
user-invocable: true
allowed-tools: Bash, Read
model: haiku

/gov-metrics — does the gate actually gate?

great_cto's moat is mechanical governance. A gate you can't measure is a vibe, not a control. This reports the numbers (idea adapted from SantanderAI/mech-gov-framework):

  • **Block rate** — share of gate decisions that blocked.
  • **Override / waiver rate** — blocks a human bypassed.
  • **False-block proxy** — blocked-then-passed-unchanged (gate noise / over-firing).
  • **R2 mechanical share** — verdicts enforced by CI/script (the moat) vs **R1 textual**

(a reviewer's prose judgment). High R1 share = gates lean on vibes, not enforcement.

  • **Median time-in-gate** — minutes between consecutive gate decisions on a feature.

Run

PT="${CLAUDE_PLUGIN_ROOT:-$(ls -d ~/.claude/plugins/cache/*/great_cto/*/ 2>/dev/null | sort -V | tail -1 | sed 's|/$||')}"
[ -d "$PT" ] || PT="$(pwd)"
node "$PT/scripts/lib/gov-metrics.mjs" $ARGUMENTS

`--since 30d` limits the window; `--json` emits machine-readable output for the board.

Present

Show the CTO the table, then **one sentence of so-what**:

  • R2 share < 40% → "gates lean on prose — move judgment into enforced checks."
  • false-block proxy > 30% → "gates over-fire — calibrate severity (anti-inflation)."
  • block rate ~0% over many decisions → "the gate never says no — is it real?"

Governance is the product. These numbers are how you prove it.

Read more
Ships withgreat-cto

You already have the agent. This is everything around it. great_cto runs Claude Code as a pipeline of 70 specialist agents — an independent model checks each stage before the next builds on it, spending caps refuse rather than warn, and three decisions stay yours: what gets built, how, and whether it ships.

Get the whole plugin

Other commands on great-cto.