aget-wind-down

End AGET agent sessions and capture session state, summary, and pending work.

1|Updated Oct 4, 2025
One-click install
npx skills add https://github.com/gmelli/public-OpenAI-DeepResearch-aget --skill aget-wind-down-gmelli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aget-wind-down
Source: https://github.com/gmelli/public-OpenAI-DeepResearch-aget/tree/main/.claude/skills/aget-wind-down
Command: npx skills add https://github.com/gmelli/public-OpenAI-DeepResearch-aget --skill aget-wind-down-gmelli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a reliable wind-down protocol to properly end AGET agent sessions, capture session state, surface issues, and prepare handoff notes so work is not lost and system health is verified.

Core Features & Use Cases

  • Session State Capture: Records session duration, activity, and pending planning items for handoff or audit.
  • Sanity Checks & Health Reporting: Runs housekeeping checks that categorize results as healthy, warnings, or errors and maps to explicit exit codes.
  • Practical Use Case: After a long automated research run, use the skill to generate a session summary, detect configuration or runtime warnings, and produce a suggested commit message for tracked changes.

Quick Start

Run the wind-down protocol by instructing the agent to execute the wind_down script to produce a session summary, sanity report, pending work scan, and a suggested commit message.

Frequently Asked Questions about aget-wind-down

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

FAQPage Schema
How do I safely end an automated agent session and capture state?

To safely end an automated agent session and capture state, run a wind-down protocol that records session duration, scans for pending planning items, and prepares handoff notes for audit or continuation.

What is a wind-down protocol for agent orchestration runs?

A wind-down protocol for agent orchestration runs is a structured closure process that generates a session summary, detects configuration or runtime warnings, and produces a suggested commit message for tracked changes.

How do I generate handoff notes and a suggested commit after a research run?

Generate handoff notes and a suggested commit by executing a wind-down script that scans pending work, applies sanity checks, and formats the session summary into a commit message for tracked changes.

Does the AGET wind-down process support re-entrancy and distinct exit codes?

Yes, the AGET wind-down process respects a re-entrancy guard and surfaces distinct exit codes for healthy, warning, error, configuration, and re-entrancy conditions to categorize housekeeping check results.

Can I force a session state capture or output JSON from the wind-down script?

Yes, you can force a session state capture and output JSON by executing the wind-down script with the --force and --json flags, allowing programmatic consumption of the session summary and sanity report data.