What problem does it solve?
This Skill ensures that ephemeral session work is persisted, summarized, and handed off safely so important implementation plans, decisions, and trackers are not lost between sessions.
Core Features & Use Cases
- Persist active plans: Locate recent plan files and copy them into a timestamped docs/plans archive for continuity.
- Generate handoff and summary artifacts: Create NEXT_SESSION_PROMPT and SESSION_SUMMARY files with status, priorities, and references to saved plans.
- Repository bookkeeping: Update CLAUDE.md to point to the new handoff, archive previous handoffs, and reconcile findings trackers and changelogs when relevant.
- Use Case: At the end of a development or AI-assisted session, run the workflow to capture work-in-progress, produce a clear next-session prompt, and keep project trackers and documentation synchronized.
Quick Start
Create a new NEXT_SESSION_PROMPT and SESSION_SUMMARY, save any recent plan from ~/.claude/plans to docs/plans with a timestamped filename, update CLAUDE.md line 24 to reference the new handoff, and move the old handoff to docs/archive/sessions/.