RedHub AIRedHub AI
Tool Gate · How it works

How the roll-up gate works

How the Agent-Executable SOP Readiness gate works

This tool grades every step of one SOP against what an agent needs to run it unattended, then rolls the SOP up to its worst step. It reads 6 steps and rolls them into one verdict — the worst, never the average — then a gate that can only make it worse.

The 6 steps

01S1-lookup-order100/100 · every signal definedREADY
02S2-verify-eligibility100/100 · every signal definedREADY
03S3-check-refund-window100/100 · every signal definedREADY
04S4-issue-refundfix firstno stop / escalation defined · 82/100BLOCKER
05S5-notify-customer92/100 · decision branches thin, still clearsREADY
06S6-log-outcome100/100 · every signal definedREADY
RUNNABLE
every step is READY and the mean readiness score clears 85
TIGHTEN
no step is blocked, but a step reads GAP or the mean falls under 85
NOT EXECUTABLE
any step defines no checkable success criterion or no stop / escalation
Keystone · worsen-only

A step with no checkable success criterion or no defined stop / escalation is a BLOCKER - an agent has no way to know it succeeded or when to halt and hand off. One blocked step overrides the mean readiness score, however high, so the whole SOP reads NOT EXECUTABLE.

NOT EXECUTABLE

Why: Five of six steps are READY and the mean readiness score is 96/100 - on the number alone this refund SOP looks runnable. But step S4-issue-refund defines no stop or escalation: if the refund call is ambiguous the agent has nowhere to halt and hand off. One keystone-blocked step overrides the score, so the SOP is NOT EXECUTABLE until S4 gets a stop condition. 96/100 mean readiness · 5 READY, 1 BLOCKER · worst-not-average.

Fix firstS4-issue-refund - it defines no stop or escalation, so an agent can't know when to halt and hand off a bad refund. Add that stop condition first; every other step already clears READY.

No single step is the crisis — the clustering is. The roll-up takes the worst, the gate escalates when trouble compounds, and it names the one thing to fix first. A readiness aid for your own SOP documents - it grades the document, never people, and never runs an agent. Not legal advice.