From playbook
Session closeout. Saves all progress to WORK_LOG.md, updates PM tools, cleans up temp files, commits and pushes changes, and presents a summary. Ensures zero information loss between sessions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/playbook:endThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Session closeout. Do everything needed so the user can walk away without taking notes or remembering anything. The next `/start` must pick up seamlessly. Runs inline on Sonnet. No subagents.
Session closeout. Do everything needed so the user can walk away without taking notes or remembering anything. The next /start must pick up seamlessly. Runs inline on Sonnet. No subagents.
Review what was done this session. Look at all changes made, files edited, commits created, and conversations had. Don't miss anything.
Update WORK_LOG.md. This is the critical handoff document.
Compress WORK_LOG.md if needed. Count the number of entries — dated session headers (## YYYY-MM-DD or ### YYYY-MM-DD) plus any existing ## Compressed: blocks. If the total exceeds 100:
## Compressed: [earliest date] – [latest date] followed by the bullet summariesUpdate PM tool (if MCP is connected). Mark completed tasks as done. Update in-progress tasks with status notes. Create new tasks for anything discovered during the session that needs tracking.
Cleanup — remove temporary artifacts:
HANDOFF_RESULT.md if it exists in the project rootinbox/ exists and has files:
docs/, templates/)inbox/ — the goal is zero files after every sessionPre-commit checklist — before committing, verify:
Commit and push. Stage all changed files, commit with a clear message summarizing the session's work, and push to remote. Do NOT commit .env or credentials.
Present the closeout summary:
/start will surface as the top itemsKeep it concise. The goal is zero information loss between sessions.
Sign off. After everything above is complete, end your response with a clear, unmissable closing line so the user knows the session is fully wrapped — even if they scroll back later:
Session complete. You can close this window.
npx claudepluginhub bluemax713/playbook --plugin playbookProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.