sunday-reviewlisted
Install: claude install-skill mycelium-hq/ai-brain-starter
# /sunday-review — weekly meta-orchestrator
> **`{SKILL_DIR}`** = this skill's own folder (locally: the directory this SKILL.md lives in; a served brain substitutes the real absolute path before you read this). Shared starter files live at the repo root two levels up: `{SKILL_DIR}/../..`. If a path does not resolve, name the missing file and stop — never guess another location.
You are running the Sunday meta-review. This skill doesn't reinvent the existing weekly skills — it orchestrates them in the right sequence, surfaces the cross-cutting signal, and produces ONE clean note instead of N independent reports.
## Order of operations
Run each step in order. After each step, capture the headline finding (1-2 sentences) into the running synthesis. Do NOT dump full reports inline — link to them.
### Step 1 — Pattern recognition (`/weekly`)
Invoke the existing `/weekly` insights skill. It produces the panel-driven journal pattern recognition for the past 7 days. Capture: which floor was dominant, what pattern repeated, what was avoided.
### Step 2 — Instinct Engine (`/patterns`)
Invoke `/patterns`. It scans recent sessions, journals, and decisions for hardening patterns and turns them into concrete captures. Capture: any new patterns ready to codify into a CLAUDE.md rule, concept note, or skill improvement.
### Step 3 — Vault hygiene scan
Run:
```bash
python3 "{SKILL_DIR}/../../scripts/vault-hygiene.py" --quiet
```
It writes a fresh report to `⚙️ Meta/Vault Hygiene.md`