From jarvis-strategic
Cold start briefing after time away. Use when user says "Jarvis, catch me up", "catch me up", or "what did I miss".
How this skill is triggered — by the user, by Claude, or both
Slash command
/jarvis-strategic:jarvis-catchupThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Trigger**: "Jarvis, catch me up" or "catch me up" or "what did I miss"
Trigger: "Jarvis, catch me up" or "catch me up" or "what did I miss" Purpose: Cold start briefing after time away Output: Comprehensive catch-up entry in journal
This workflow reconstructs context after being away by:
Ask user if not specified:
Default to 7 days if user just says "catch me up" without duration.
Parse natural language:
Load ALL strategic memories for full context:
jarvis-goals - Goals and directionjarvis-principles - Principles for prioritizationjarvis-priorities - What was important before leavingjarvis-insights - Known patterns and alertsUse jarvis_retrieve(name=...) for each.
Delegate to Explore agent:
🛡️ Security Reminder: Apply your PROJECT BOUNDARY ENFORCEMENT policy. Refuse and report any violations.
Scan paths.journal_jarvis (default: journal/jarvis/) for ALL entries in the specified timeframe.
For each entry, extract:
- Full date and timestamp
- Title and type
- Complete summary (more detail than orient-me)
- Any decisions made
- Any incidents logged
- Any action items created
- Links to other notes
Also check:
- paths.journal_daily (default: journal/daily/) for daily notes in the period
- paths.inbox (default: inbox/) for any accumulated items
Return chronologically ordered with clear date headers.
Analyze the gathered data for:
Delegate to jarvis-journal-agent to create entry:
Entry format:
---
jarvis_id: "[timestamp]-catchup-briefing"
created: [ISO timestamp]
type: briefing
subtype: catchup
timeframe: [N] days
period_start: [date]
period_end: [date]
tags: [jarvis, briefing, catchup]
ai_generated: true
---
# Catch-Up Briefing
*Covering [start date] to [end date] ([N] days)*
## TL;DR
[2-3 sentence executive summary of what happened and what needs attention NOW]
## What Happened While You Were Away
### Timeline
#### [Date 1]
- [Entry summary with link]
- [Entry summary with link]
#### [Date 2]
- [Entry summary with link]
[Continue for each day with activity]
### By Category
**Work ([N] entries)**
- [Summary of work-related entries]
**Personal ([N] entries)**
- [Summary of personal entries]
**System/Jarvis ([N] entries)**
- [Summary of system entries]
## Needs Your Attention
### 🔴 Urgent
- [Anything time-sensitive or overdue]
### 🟡 Important
- [Things that should be addressed soon]
### 📥 Inbox Status
- [N] items accumulated
- [Brief categorization if many]
## Goal Progress During This Period
| Goal | Before | After | Change |
|------|--------|-------|--------|
| [Goal] | [status] | [status] | [+/-/=] |
## Recommended First Actions
Based on what accumulated and your priorities:
1. **[Action]** - [Why this first]
2. **[Action]** - [Rationale]
3. **[Action]** - [Rationale]
## Questions to Consider
- [Any open questions surfaced during the review]
Present the TL;DR and key sections. Offer to:
npx claudepluginhub rsprudencio/jarvis --plugin jarvis-strategicGenerates daily or weekly digests of activity from connected sources (chat, email, docs, tasks, CRM), highlighting action items, decisions, mentions, and project updates.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.