aget-wind-down

Capture AGET session state and run sanity checks during termination.

2|Updated Oct 10, 2025
One-click install
npx skills add https://github.com/aget-framework/template-advisor-aget --skill aget-wind-down
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aget-wind-down
Source: https://github.com/aget-framework/template-advisor-aget/tree/main/.claude/skills/aget-wind-down
Command: npx skills add https://github.com/aget-framework/template-advisor-aget --skill aget-wind-down

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

End AGET sessions by capturing session state and performing sanity checks.

Core Features & Use Cases

  • State capture: stores session duration, activity logs, and current context for auditing and transfer.
  • Sanity checks: runs housekeeping checks to detect incomplete work and flag issues before handoff.
  • Handoff readiness: generates a concise summary and a suggested commit or action plan for follow-up.

Quick Start

Run the wind-down process to capture session state, perform sanity checks, and prepare handoff notes.

Frequently Asked Questions about aget-wind-down

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

FAQPage Schema
How do I capture session state and perform sanity checks when ending an automation session?

A session wind-down script captures session state and performs sanity checks by storing session duration, activity logs, and current context. It generates a concise summary and a suggested commit when changes exist, ensuring handoff readiness.

What is the best way to prepare handoff notes and a suggested commit for an active context scenario?

The best way to prepare handoff notes is to run a wind-down script during session termination. It applies across planning and active context scenarios, generating a concise summary and a suggested commit or action plan for follow-up.

Does the wind-down process support custom notes and handle re-entrancy?

Yes, the wind-down process supports passing custom notes via the --notes flag and handles re-entrancy guards with clear exit codes. This prevents overlapping executions and ensures clean session termination.

Do I need a specific script file to automate session termination and state capture?

Yes, automating session termination and state capture requires a wind-down script located at scripts/wind_down.py. This script executes the housekeeping checks and captures the current context for auditing and transfer.

How do sanity checks detect incomplete work before a session handoff?

Sanity checks detect incomplete work by running housekeeping checks during the session wind-down process. These checks flag issues before handoff, ensuring that any incomplete tasks are documented in the session summary and action plan.