home/productivity/end-session-prompt

End Session.prompt

GPTClaudeDeepSeek··673 copies·updated 2026-07-14
end-session-prompt.prompt
---
mode: 'agent'
description: 'Close session — update log and document progress'
---

The work session has ended. Update `docs/session-log.md` by adding a new entry at the top of the file with:

1. **Date**: Today's date
2. **Active agents**: Which roles participated
3. **What was done**: Summary of this session's achievements
4. **Decisions made**: If decisions were made, reference the ADR in decisions.md
5. **Pending**: What remains to be done for the next session
6. **Blockers**: If there is anything preventing progress

Make sure the entry is detailed enough so that in the next session
any agent can resume work without needing to re-explain context.

After updating the log, remind the user that this is a good point to close
this chat and start a new one: `/start-session` picks up full context from
what you just wrote, and a fresh chat costs less (tokens, time) than
continuing a long one.

when to use it

Community prompt sourced from the open-source GitHub repo erniker/understudy (MIT). A "End Session.prompt" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

productivitycommunitydeveloper

source

erniker/understudy · MIT