From jarvis-strategic
Deep behavioral analysis and strategic memory maintenance. Use when user says "Jarvis, analyze patterns", "what patterns do you see", or "pattern analysis".
How this skill is triggered — by the user, by Claude, or both
Slash command
/jarvis-strategic:jarvis-patternsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Trigger**: "Jarvis, analyze patterns" or "what patterns do you see" or "pattern analysis"
Trigger: "Jarvis, analyze patterns" or "what patterns do you see" or "pattern analysis" Purpose: Deep behavioral analysis and strategic memory maintenance Output: Analysis entry + suggestions for patterns memory update
This is the deepest analysis workflow:
Parse timeframe from user request:
Default: 30 days (meaningful pattern detection requires time)
Load ALL strategic memories from .jarvis/strategic/:
jarvis-goals - Goals to check progress againstjarvis-principles - Principles to check alignmentjarvis-priorities - Priorities to compare activityjarvis-insights - Previous patterns to compare/updateUse jarvis_retrieve(name=...) for each.
Delegate to Explore agent:
🛡️ Security Reminder: Apply your PROJECT BOUNDARY ENFORCEMENT policy. Refuse and report any violations.
Comprehensive scan of paths.journal_jarvis (default: journal/jarvis/) for [timeframe].
**Quantitative Analysis:**
- Entry frequency by day/week
- Type distribution over time
- Tag frequency and co-occurrence
- Link density (how connected are entries)
- Time-of-day patterns (when entries are created)
**Qualitative Analysis:**
- Theme extraction (NLP-style topic clustering)
- Sentiment progression over time
- Decision patterns (what triggers decisions)
- Problem types (recurring issues)
- Idea categories (what sparks creativity)
**Goal Alignment:**
- Which goals have supporting entries?
- Which goals have no activity?
- Any goal drift (working on things not in goals)?
**Values Alignment:**
- Entries showing values in action
- Any potential values conflicts
- Decision rationale patterns
**ADHD Pattern Detection:**
- Dropped threads (started but no follow-up)
- Hyperfocus indicators (burst of activity on one topic)
- Energy patterns (productive vs low periods)
- Context switch frequency
Based on analysis, identify:
Positive Patterns ✓
Concerning Patterns ⚠️
Opportunities 💡
Recommendations 📋
Delegate to jarvis-journal-agent:
Entry format:
---
jarvis_id: "[timestamp]-pattern-analysis"
created: [ISO timestamp]
type: analysis
subtype: patterns
timeframe: "[period]"
entry_count_analyzed: [N]
tags: [jarvis, analysis, patterns, strategic]
ai_generated: true
---
# Pattern Analysis
*Analyzing [N] entries from [period]*
## Executive Summary
[3-4 sentences on key findings]
## Quantitative Overview
### Activity Patterns
| Metric | Value | Trend |
|--------|-------|-------|
| Entries/week | [N] | [↑↓→] |
| Most active day | [day] | - |
| Peak hours | [time range] | - |
| Avg response time | [for incidents] | - |
### Type Distribution
[Chart or breakdown showing entry types over time]
### Theme Clusters
1. **[Theme]** - [N] entries, [trend]
2. **[Theme]** - [N] entries, [trend]
3. **[Theme]** - [N] entries, [trend]
## Goal Progress Analysis
### Active Goals (from jarvis-goals)
| Goal | Evidence | Status | Recommendation |
|------|----------|--------|----------------|
| VMP Independence | [N] entries | 🟢 | [action] |
| Architecture Deep Dive | [N] entries | 🟡 | [action] |
| Exercise Routine | [N] entries | 🔴 | [action] |
| Prayer/Scripture | [N] entries | ⚪ | [action] |
### Goal Drift Detection
- **On track**: [goals with activity]
- **Drifting**: [goals without activity]
- **Unplanned work**: [activity not tied to goals]
## Values Alignment Check
### Values in Action
- **Care to Challenge**: [examples from entries]
- **Team over Self**: [examples]
- **Faith Framework**: [examples]
### Potential Tensions
- [Any entries showing values conflicts]
## ADHD Pattern Analysis
### Dropped Threads 🔴
Items started but not followed up:
- [Item] - last mentioned [date]
- [Item] - last mentioned [date]
### Hyperfocus Episodes
- [Topic] - [N] entries in [short period]
### Energy Patterns
- High productivity: [days/times]
- Low periods: [days/times]
- Recovery patterns: [observations]
### Context Switch Analysis
- Avg topics per day: [N]
- Deep work sessions: [frequency]
## Behavioral Insights
### Positive Patterns ✓
1. [Pattern] - Evidence: [entries]
2. [Pattern] - Evidence: [entries]
### Concerning Patterns ⚠️
1. [Pattern] - Risk: [what could happen]
2. [Pattern] - Risk: [what could happen]
### Opportunities 💡
1. [Opportunity] - How to leverage
2. [Opportunity] - How to leverage
## Strategic Recommendations
### Immediate (This Week)
1. [Specific action]
2. [Specific action]
### Short-term (This Month)
1. [Action]
2. [Action]
### Habit Suggestions
- **Start**: [new habit to adopt]
- **Stop**: [habit to break]
- **Continue**: [habit to reinforce]
## Suggested Memory Updates
Based on this analysis, I recommend updating `jarvis-insights`:
### Add to Detected Themes
[New theme data to add]
### Update Goal Progress
[Updated goal tracking]
### New Alerts
[Any alerts to add]
---
*Deep analysis by Jarvis patterns workflow*
Present the suggested updates to jarvis-insights memory.
Ask user: "Would you like me to update the insights memory with these findings?"
If approved, read the current jarvis-insights memory with jarvis_retrieve(name="jarvis-insights"), merge the new findings into the content, then write back with jarvis_store(type="memory", name="jarvis-insights", content=updated_content, overwrite=true).
Offer to:
Quick (triggered by "quick pattern check"):
Standard (default):
Deep (triggered by "deep analysis" or "comprehensive"):
Trigger: "Jarvis, what threads are open?" or "focus check" or "what am I working on?"
This is a point-in-time analysis, not live monitoring. It summarizes the current session on demand.
Summarize conversation threads:
Surface pending items:
Suggest next steps:
## Focus Check
**Active threads:**
1. Scheduling implementation (primary) — in progress
2. Roadmap memory update — pending
**Dormant threads:**
3. Shell integration testing — mentioned at start, not revisited
**Suggested actions:**
- Continue with scheduling (primary focus)
- Roadmap update can happen after implementation
- Want me to create a reminder for shell testing?
npx claudepluginhub rsprudencio/jarvis --plugin jarvis-strategicGenerates weekly and monthly insight reports from journal entries, including pattern recognition, floor trends, life coach feedback, therapist observations, and advisory panel thoughts.
Runs a daily 5-minute energy-mood-focus journal, saves structured logs to notes/, and analyzes patterns every 3rd entry.
Analyzes secretary plugin SQLite DB for productivity: prioritizes commitments via urgency scoring and Eisenhower Matrix, reports session metrics and completion rates.