Session End

End session following Anthropic best practices

ytrofr f5b8e80 706 B Updated

File contents

Session End Protocol (Anthropic Best Practice)

Run these commands before ending session:

echo "=== UNCOMMITTED CHANGES ===" && git status --short

Verification Checklist

Before ending this session, verify:

  • All work committed or checkpointed?
  • Status tracking updated with progress?
  • No features left in unknown state?
  • Descriptive commit message created?

Checkpoint Command

If you have uncommitted work, create a checkpoint:

git add -A && git commit -m "checkpoint: [describe current work]"

Remember: Never stop mid-feature. Complete or checkpoint.

ytrofr/claude-code-guide/tree/main/template/.claude/skills/session-end commit f5b8e803d2

Frequently asked questions

npx skillmds@latest add ytrofr/session-end