All SkillsGet Started Free
Session Management
Context preservation, tiered summarization, resumability
MCP get_skill({ skillId: "session-management-610b7024" })Use this skill with your agent
Create a free account and connect via MCP
# Session Management Skill For maintaining context across long development sessions and enabling seamless resume after breaks. --- ## Core Principle **Checkpoint at natural breakpoints, resume instantly.** Long development sessions risk context loss. Proactively document state, decisions, and progress so any session can resume exactly where it left off - whether returning after a break or hitting context limits. --- ## Tiered Summarization Rules ### Tier 1: Quick Update (current-state.md only) **Trigger**: After completing any small task or todo item **Action**: Update "Active Task", "Progress", and "Next Steps" sections **Time**: ~30 seconds ### Tier 2: Full Checkpoint (current-state.md + decisions.md) **Trigger**: - After completing a feature or significant change - After any architectural/library decision - After ~20 tool calls during active work - When switching to a different area of the codebase **Action**: 1. Update full current-state.md 2. Log any decisions to decisions.md 3. Update files being modified table ### Tier 3: Session Archive (archive/ + full checkpoint) **Trigger**: - End of work session - Completing a major feature/milestone - Before a significant context shift - When context feels heavy (~50+ tool calls) **Action**: 1. Create archive entry: `archive/YYYY-MM-DD[-topic].md` 2. Full checkpoint 3. Clear verbose notes from current-state.md 4. Update code-landmarks.md if new patterns introduced ### Decision Heuristic ``` ┌─────────────────────────────────────────────────────┐
#claude-bootstrap#bootstrap#meeting#preparationfilesystem-access