journal-capture
Proactively captures significant work into the journal for future reference
What this skill does
# Journal Capture Skill
You have the ability to proactively capture significant work into the user's journal.
## When to Use This Skill
Use this skill **automatically and proactively** when you:
1. **Complete a significant feature or task**
- Implemented new functionality
- Fixed a complex bug
- Refactored important code
- Set up infrastructure or tooling
2. **Make important technical decisions**
- Chose between architectural approaches
- Selected libraries or frameworks
- Decided on implementation strategies
- Resolved design tradeoffs
3. **Solve challenging problems**
- Debugged difficult issues
- Overcame technical obstacles
- Found non-obvious solutions
- Learned something valuable
4. **Make progress on projects**
- Completed a phase of work
- Reached a milestone
- Integrated multiple components
- Finished testing or deployment
## How to Capture
Use the `journal_auto_capture` MCP tool:
```
journal_auto_capture(
title="Brief title of what was accomplished",
description="The goal (what we were trying to do) and what was done"
)
```
The tool automatically:
- Determines the project (if in a git repo)
- Adds the "auto-capture" tag
- Generates relevant tags based on content
- Creates a structured journal entry
## Examples
**Example 1: Feature implementation**
```
User: "Add authentication to the API"
[You implement OAuth2 with JWT tokens]
→ journal_auto_capture(
title="Implemented OAuth2 authentication",
description="User requested API authentication. Implemented OAuth2 flow with JWT tokens for secure user sessions."
)
```
**Example 2: Bug fix**
```
User: "The cache is leaking memory"
[You identify and fix the leak]
→ journal_auto_capture(
title="Fixed cache memory leak",
description="User reported memory leak in cache. Identified and fixed by implementing automatic clearing of stale entries."
)
```
**Example 3: Technical decision**
```
User: "Should we use Redis or PostgreSQL for caching?"
[Discussion leads to Redis choice]
→ journal_auto_capture(
title="Chose Redis for caching",
description="Evaluated Redis vs PostgreSQL for caching needs. Selected Redis due to better performance for our use case."
)
```
**Example 4: Infrastructure setup**
```
User: "Set up CI/CD pipeline"
[You configure GitHub Actions with tests and deployment]
→ journal_auto_capture(
title="Set up GitHub Actions CI/CD",
description="User requested CI/CD pipeline. Configured GitHub Actions with automated tests and deployment workflow."
)
```
## What NOT to Capture
Don't capture:
- Trivial changes (typo fixes, formatting)
- Failed attempts or abandoned approaches
- Purely informational exchanges
- User questions without implementation
## Timing
Capture entries:
- **Immediately after** completing significant work
- **Before** moving to the next major task
- **At natural breakpoints** in the conversation
- **When the auto-capture hook triggers** (every 30 min or 3+ messages)
This ensures the journal stays current and useful for future context recovery.
## Responding to Auto-Capture Hook
When you see a message from the auto-capture hook:
```
🕐 Journal auto-capture triggered
N messages exchanged since last capture
Project: <project-name>
📝 Please capture this session to the journal:
- Summarize the goal (what we were trying to do)
- Summarize what was accomplished
- Use journal_auto_capture with a brief summary
⚠️ Claude: You MUST respond to this trigger, even if you decide not to capture.
Either create a journal entry OR explain why you're not capturing.
```
**You MUST respond to this trigger every time.** Follow these steps:
1. **Acknowledge the trigger** - Let the user know you saw the auto-capture signal
2. **Analyze the conversation** - Review what happened since the last capture
3. **Decide and act:**
- **If significant work occurred:** Call `journal_auto_capture` with an appropriate title and description
- **If nothing substantial happened:** Explicitly explain why you're not capturing (e.g., "Only trivial Q&A since last capture, nothing substantial to record")
**IMPORTANT:** Never silently ignore the hook trigger. The user needs visibility into your decision-making process, even if you decide not to capture.
## Benefits
Proactive capture helps:
- Rebuild context after `/clear`
- Track progress across sessions
- Remember past solutions
- Build institutional knowledge
- Generate progress reports
Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.