Self-improving audit loop for an Obsidian second-brain wiki. Scans against stated goals, finds gaps, proposes fills, executes the top-leverage ones, and logs what was learned. Reads the user's priority bands and active lanes from wiki/_common/operating-mode.md so prioritization stays user-defined rather than skill-defined. Use when the user says "evolve the brain", "find gaps", "what's missing", "improve the wiki", "audit my brain", or any variant of "make the brain work on itself". Runs on-demand or on a schedule. Becomes smarter over time by logging its own hit/miss rate in the Lessons section below.
Execution layer for an Obsidian second-brain wiki. Reads wiki/_proposals/queue.md, classifies proposals by autonomy level, and ships the single highest-priority artifact per run. Wiki pages and skill files are created immediately (Level 0). Content drafts are written to 01_Projects/drafts/ (Level 1). Decisions requiring credentials or UI are converted to exact shell commands in wiki/_proposals/ready-to-ship.md (Level 2). Runs on a schedule or on demand. The goal is consistent shipped output toward the user's stated leverage targets — not batch churn.