aget-close-session

Close AGET sessions with triage, wind-down, and enriched session notes.

1|Updated Oct 20, 2025
One-click install
npx skills add https://github.com/aget-framework/template-spec-engineer-aget --skill aget-close-session
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aget-close-session
Source: https://github.com/aget-framework/template-spec-engineer-aget/tree/main/.claude/skills/aget-close-session
Command: npx skills add https://github.com/aget-framework/template-spec-engineer-aget --skill aget-close-session

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It streamlines the end of an AGET agent session by automatically handling low-effort wrap-up work, delegating to the wind-down protocol, and enriching the final session note with consistent provenance and friction reporting.

Core Features & Use Cases

  • Pre-close triage for quick wins: Automatically fixes small, low-risk remaining tasks (≤5 min each) such as finalizing drafts, cleaning up stale artifacts, and recording status updates.
  • Delegated wind-down orchestration: Runs the standard wind-down workflow as a single, permission-efficient Phase 2 step (and records invocation when available).
  • Enriched session note + selective commit: Reads the wind-down stub, overwrites it with a richer note (theme, closed_by, retrospective, and friction table), then selectively commits only this session’s changes.

Quick Start

Instruct the agent to run aget-close-session to automatically triage leftover quick wins, complete wind-down, and write an enriched, committed session note.

Frequently Asked Questions about aget-close-session

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

FAQPage Schema
How do I close an agent session with provenance and friction analysis?

You close an agent session with provenance by running a session closure orchestration that performs pre-close triage, delegates to wind-down, and enriches the final record with friction analysis and git commits.

Can I automate quick win triage before finalizing my session record?

Yes, you can automate quick win triage before finalizing a session record. The closure workflow automatically identifies and fixes small, low-risk remaining tasks under five minutes each, such as finalizing drafts and cleaning up stale artifacts.

How does selective git commit work for session-local changes during wind-down?

Selective git commit during wind-down works by isolating only session-local changes for version control. The orchestration overwrites the wind-down stub with an enriched note and then commits only those specific changes to the repository.

What is the best way to ensure clean handoff for the next agent session?

The best way to ensure clean handoff for the next agent session is through orchestrated closure that finalizes artifacts, captures outcomes, and enriches the session note with provenance, minimizing friction through restricted command usage.

Do I need a wind-down protocol to run a complete session closure?

Yes, a wind-down protocol is required for complete session closure. The closure orchestration delegates the standard wind-down workflow as a single, permission-efficient phase two step and records the invocation when available.

What limitations apply to bounded quick-win execution during end-of-session triage?

Limitations of bounded quick-win execution include strict time restrictions of five minutes or less per task and restricted command usage, ensuring friction minimization and preventing scope creep during the final session lifecycle workflow.