teamkb-reviewlisted
Install: claude install-skill intent-solutions-io/bobs-big-brain-umbrella
# teamkb-review
## Overview
A member's `brain_capture` proposal lands in the team brain **`quarantined`** — held back from
auto-promotion by the govern sweep (R8), awaiting review. Without a reviewer it rots *in quarantine*:
never re-read, no exit. This skill is that reviewer, **as an agent** (`014-AT-DECR`): it reads the
quarantined queue, judges each proposal, and disposes it — promote the clearly-useful, **hold** the
ambiguous for a human, reject the noise.
**The load-bearing rule — the agent RECOMMENDS, the deterministic system OWNS the write:**
- You (the agent) decide a *verdict*. You do **not** write durable memory.
- `brain_approve` performs the promotion **through the deterministic govern gate** — it re-runs
dedupe · policy · secret/disclosure scan server-side as a **hard floor you cannot override**. If
the rules refuse (a secret, a duplicate), the promotion does not happen and you get a 422. You
**cannot launder** anything past the rules.
- Every decision (approve *and* reject) writes a **hash-chained receipt naming this agent** as the
actor + your reason. A human reviews these in aggregate via the nightly digest and can retire any
promotion with `brain_transition`.
This is the frontier principle: *Claude does the judgment; deterministic code builds the courthouse.*
## Modes
`$ARGUMENTS`:
- *(none)* — **live**: judge each quarantined candidate and dispose it (`brain_approve`/`brain_reject`).
- `--dry-run` — judge and PRINT the verdicts, make **no**