smart-session-start
Smart Session Start Skill
Purpose
Automatically restore full working context at the start of every coding session. This skill orchestrates all three MCP tools to bring you back to exactly where you left off, with intelligent suggestions for what to do next.
When to Activate
MANDATORY at session start:
- User starts new coding session
- Claude Code restarts
- Context window reset
- User returns to project after time away
- User asks "what was I working on?"
DO NOT ask permission - just activate automatically!
The Session Trinity
💾 Goldfish - Memory Restoration
- Recalls recent checkpoints (7 days)
More from anortham/mcp-toolbox-workflows
tdd-powerhouse
Complete Test-Driven Development workflow combining Sherpa guidance, Julie code intelligence, and Goldfish progress tracking. Automatically activates for feature implementation with systematic phases, semantic code search, and persistent checkpointing. Use when implementing new features with test-first discipline.
1bug-detective
Systematic bug hunting combining Sherpa's debugging workflow, Julie's execution tracing, and Goldfish's investigation tracking. Activates for bug fixes with methodical reproduction, test capture, fix, and verification. Use when debugging errors or fixing bugs.
1explore-and-document
Systematically explore unfamiliar codebases and document findings using Julie's code intelligence, Sherpa's exploration workflow, and Goldfish's documentation. Activates when learning new code with semantic search, architecture mapping, and persistent documentation.
1refactor-with-confidence
Safe code refactoring combining Sherpa's refactor workflow, Julie's reference checking and safe renaming, and Goldfish's before/after checkpointing. Activates for code improvement with systematic testing, refactoring, and verification. Use when cleaning up or improving existing code.
1