warmup
Give Claude continuity across sessions. Each session starts cold; a 30-second digest is cheap context engineering.
When to use
- First substantive message in a vault session.
- User asks “what’s going on”, “where did we leave off”, “summarize recent activity”, or runs
/warmup. - Before a
process-inboxorreconcilerun (so you know what’s changed recently).
Workflow
bash 7_Agent/skills/recent-changes/recent-changes.sh --days 3— compact folder-grouped summary of recent activity. Commit messages are auto-commit noise; the folder/file delta is what matters.- Read the tail of questions (last ~10 entries).
- Find the most recent
7_Agent/reconcile/<YYYY-Www>-reconcile.mdand read its key proposal sections (Consolidation candidates, Promotion candidates, Synthesis). ls 0_Inbox/andls 0_Inbox/transcripts/— count pending items.
Output
A ≤150-word digest, structured:
**Recent activity:** <1–2 sentences on which PARA areas got touched and any notable moves/renames>
**Inbox:** <N items pending, M raw transcripts>
**Open questions:** <2–3 most relevant from questions.md, as bullets>
**Last reconcile proposals:** <2–3 most actionable, as bullets>Rules
- Hard cap at 150 words. This is a digest, not a report.
- Lead with what’s new, not what’s stable. The vault doesn’t need re-describing every session.
- Don’t act on anything. This skill is read-only. Proposals become actions only when the user asks.
- If there’s no reconcile report yet, say so and skip that section.
Verification
- Output fits in one screen.
- Word count ≤150.
- No files modified.