name: session-end description: End the current development session with a summary. Use when user wants to finish tracking their work. disable-model-invocation: true
End the current development session
Steps
- Read
.claude/sessions/.current-sessionto find active session filename - If no active session, inform user and suggest
/session-start
Update the session file
- Add final summary to Progress section with timestamp
- Update status from "In Progress" to "Completed"
- Add end time to Overview section
- Summarize key accomplishments
- Note any unfinished work or follow-ups needed
Cleanup
Delete .claude/sessions/.current-session file to mark session as ended.
Confirmation
Show user:
- Session duration
- Summary of completed goals
- Any remaining todos for next session