teamkb-compilelisted
Install: claude install-skill intent-solutions-io/bobs-big-brain-umbrella
# teamkb-compile
## Overview
The governed brain (`~/.teamkb`) only stays current when a human runs `/brain-save`. Nothing
auto-captures the team's daily work, so the brain drifts behind reality. This skill closes that gap:
a nightly pass that turns *"what we did today"* into governed memories.
It is the lightweight, day-scoped analog of `/blog-backfill` — same proven shape (a scheduled Claude
that turns the day's git/PR/beads/decision/transcript signals into a durable artifact, with an audit
trail) — but the output is **governed memories**, not blog posts.
**The pipeline, in one line:** *gather the day → Claude compiles candidates → deterministic code governs
them → receipts + audit record → digest or auto-promote.*
```
gather (git+PRs+beads+decisions+transcripts)
│
▼
COMPILE ── memory-distiller agent ──▶ candidate memories (decision/pattern/gotcha/convention)
│ (the model PROPOSES — Karpathy's LLM-wiki compile step)
▼
GOVERN ── brain_capture → brain_govern ──▶ dedupe / policy / secret-scan / promotion
│ (deterministic code DISPOSES, one hash-chained receipt each)
▼
AUDIT ── decisions.jsonl record + digest email (digest mode) | govern summary (auto mode)
```
### Why this is the wedge, not a dump
Andrej Karpathy's "LLM Wiki" (raw → the LLM compiles → wiki) is the second-brain pattern everyone is
copying — and **ICO already is that pattern**. The differentiator is