session-closeout

Audit git state, update documentation, and capture architectural decisions at session end.

1|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/Brandondaymdr/Claude-Skills --skill session-closeout-brandondaymdr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session-closeout
Source: https://github.com/Brandondaymdr/Claude-Skills/tree/main/session-closeout
Command: npx skills add https://github.com/Brandondaymdr/Claude-Skills --skill session-closeout-brandondaymdr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill solves the problem of context loss and project rot by enforcing a structured end-of-session workflow that captures decisions, cleans up artifacts, and prepares the project for the next contributor.

Core Features & Use Cases

  • Structured SOP: Executes a multi-phase audit covering git state, documentation, and configuration to ensure no work is left in an ambiguous state.
  • Knowledge Capture: Automatically prompts for ADRs and CHANGELOG updates based on detected changes, ensuring architectural decisions are documented.
  • Fleet Integration: Synchronizes build queues and backports operational template changes to ensure consistency across autonomous agent pipelines.

Quick Start

Trigger the session-closeout skill to perform a full project audit and generate a summary commit for your current work session.

Frequently Asked Questions about session-closeout

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate git workflow handoffs and project documentation updates at the end of a development session?

Session handoffs are standardized by executing a multi-phase audit that checks git state, updates project documentation, and captures architectural decisions. This prevents context loss and project rot by ensuring no work is left in an ambiguous state.

What is the best way to ensure Conventional Commits compliance and manage technical debt during session closeout?

The best way to ensure Conventional Commits compliance is to trigger a full project audit that reviews git changes and generates a summary commit. This enforces consistent handoffs and manages technical debt through automated documentation maintenance.

How does automated documentation maintenance work for capturing architectural decisions in a DevOps workflow?

Automated documentation maintenance works by detecting project changes and automatically prompting for ADRs and CHANGELOG updates. This ensures architectural decisions are documented consistently without manual intervention during the session closeout workflow.

Can I use session management automation to synchronize Fleet build queues for autonomous agent pipelines?

Yes, session management automation synchronizes Fleet build queues and backports operational template changes. This ensures consistency across autonomous agent pipelines during the end-of-session workflow.

Do I need any specific dependencies or tools to standardize session closeouts for Claude Code and Cowork environments?

No specific dependencies are required to standardize session closeouts. The workflow runs as a standalone skill that audits git state and project configuration directly within Claude Code and Cowork environments.

Why does project context loss occur and when do I need a structured session closeout process?

Project context loss occurs when work is left in an ambiguous state without documented decisions or cleaned artifacts. You need a structured session closeout process when multiple contributors work on a project requiring consistent handoffs and persistent knowledge retention.