← ClaudeAtlas

teamkb-reviewlisted

Nightly "review the team inbox." An agent reviewer for the QUARANTINED capture queue — the member-authored proposals the govern sweep holds back from auto-promotion (R8). It calls brain_inbox, judges each held candidate (promote / hold / reject) CONSERVATIVELY, and disposes it via brain_approve / brain_reject. The agent only RECOMMENDS; the deterministic pipeline OWNS the transition — brain_approve re-runs dedupe/policy/secret-scan server-side as a hard floor the agent cannot override, and every decision is a hash-chained receipt naming this agent as the actor (014-AT-DECR). Team mode only (talks to the governed brain API over the tailnet with a dedicated admin token). Side-effecting — invoke via the nightly cron wrapper after /teamkb-compile. Trigger with "/teamkb-review".
intent-solutions-io/bobs-big-brain-umbrella · ★ 0 · AI & Automation · score 74
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**