| name | sb-weekly-review |
| description | Run a comprehensive weekly review — open loops, recent decisions, pending actions, and a plan for the coming week. Covers active streams across work, travel, team, and personal domains. |
| disable-model-invocation | true |
| context | fork |
| agent | Explore |
| allowed-tools | Bash(.venv/bin/sb *) Read |
Weekly Review — SecondBrain
Run a full weekly review and produce a structured brief.
1 — Open loops
.venv/bin/sb open-loops 2>/dev/null | head -60
2 — Recent decisions (last 7 days)
.venv/bin/sb decisions records --json 2>/dev/null | head -80
3 — Vault activity (recently modified files)
find vault -name "*.md" -newer vault -mtime -7 2>/dev/null | head -20
Your task
Produce a Weekly Review Brief with these sections:
Last week — what happened
- Key decisions made (from section 2)
- Completed items (closed loops)
- Notable vault additions
Open loops — top 5 to close this week
(from section 1, prioritised by urgency and domain)
This week — recommended focus
For each active stream, suggest 1-2 key actions:
- Platform / Data Platform — infra, pipelines, team
- Travel — any trips to plan or book
- Personal / Learning — development goals, reading
- Catch-all — anything overdue
Waiting for / blocked on
- Items that need someone else to act
Keep the brief to ≤ 400 words. End with: "Anything to add or reprioritise?"