← ClaudeAtlas

teamkb-compilelisted

Nightly "compile the day's work into the governed brain." Gathers the team's daily work signals (git commits, merged PRs, closed beads, decision records, Claude session transcripts) across ~/000-projects for a date window, lets Claude COMPILE them into durable governed-memory candidates (decisions, patterns, gotchas, conventions), then runs the deterministic GOVERN path (brain_capture -> brain_govern: dedupe / policy / secret-scan / promotion) with a SHA-256 hash-chained receipt per decision. The model proposes; deterministic code disposes. Ships digest-first (emails a review digest, no durable writes) then flips to auto-promote. Side-effecting in auto mode — invoke it explicitly or via the nightly cron wrapper. Trigger with "/teamkb-compile".
intent-solutions-io/bobs-big-brain-umbrella · ★ 0 · Code & Development · score 74
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