From jarvis-strategic
Strategic briefing for starting a work session. Use when user says "Jarvis, orient me", "orient me", or "what should I focus on".
How this skill is triggered — by the user, by Claude, or both
Slash command
/jarvis-strategic:jarvis-orientThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Trigger**: "Jarvis, orient me" or "orient me" or "what should I focus on"
Trigger: "Jarvis, orient me" or "orient me" or "what should I focus on" Purpose: Strategic briefing for starting a work session Output: Briefing entry in journal
This workflow provides a quick strategic orientation by:
Load these strategic memories from .jarvis/strategic/:
jarvis-goals - Current goals and directionjarvis-priorities - Active priorities and metricsjarvis-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 entries from the last 7 days.
For each entry, extract:
- Date and title
- Type (incident-log, idea, reflection, decision, etc.)
- Key themes/topics
- Any action items or open questions
Return a structured summary grouped by:
1. Work-related entries
2. Personal entries
3. Jarvis/system entries
Based on gathered context, identify:
Delegate to jarvis-journal-agent to create entry:
Entry format:
---
jarvis_id: "[timestamp]-orient-briefing"
created: [ISO timestamp]
type: briefing
subtype: orientation
timeframe: 7 days
tags: [jarvis, briefing, strategic]
ai_generated: true
---
# Orientation Briefing
*[Date range covered]*
## Current Focus Reminder
[From jarvis-priorities: primary work and personal focus]
## This Week's Activity
- **[N] entries** logged
- **Themes**: [top 3 themes]
- **Types**: [breakdown by type]
## Goal Progress
### Work Goals
- [Goal 1]: [status emoji] [brief status]
- [Goal 2]: [status emoji] [brief status]
### Personal Goals
- [Goal 1]: [status emoji] [brief status]
## Open Loops
- [ ] [Any unresolved items from entries]
## Alerts
- [Any concerning patterns or items needing attention]
## Recommended Focus Today
Based on your priorities and recent activity:
1. [Specific recommendation]
2. [Specific recommendation]
3. [Specific recommendation]
Show the briefing summary directly (don't just say "entry created"). Offer to dive deeper into any area.
npx claudepluginhub rsprudencio/jarvis --plugin jarvis-strategicAnalyzes secretary plugin SQLite DB for productivity: prioritizes commitments via urgency scoring and Eisenhower Matrix, reports session metrics and completion rates.
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.