.claude/skills/aget-wind-down/SKILL.md
End AGET session with state capture and sanity checks
npx skillsauth add aget-framework/template-advisor-aget aget-wind-downInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
End an AGET agent session properly. This skill runs the wind-down protocol to capture session state, run sanity checks, and prepare handoff notes.
When this skill is invoked:
Run the wind-down script:
python3 scripts/wind_down.py
The script will:
planning/If user provides notes, pass them to the script:
python3 scripts/wind_down.py --notes "User provided notes here"
Create session record file at sessions/SESSION_YYYY-MM-DD_descriptive_title.md:
.aget/schemas/session_metadata_v1.0.yamlsessions/SESSION_2025-12-03_kb_enhancement.mdIf re-entrancy guard blocks (exit code 4), inform user:
--force to bypass if neededEvery wind-down must produce:
sessions/SESSION_YYYY-MM-DD_*.md (L004: process governance)Present the wind-down summary:
Wind Down Complete
- Session: [duration]
- Sanity: [healthy/warnings/errors]
- Pending: [N] items in planning/
- Changes: [staged/unstaged counts]
- Suggested commit: "[message]"
--skip-sanity: Skip sanity check (not recommended)--force: Bypass re-entrancy guard (L468)--json: Machine-readable outputtools
Initialize AGET session with status briefing
development
Research a topic across the knowledge base before implementation. Searches L-docs, patterns, PROJECT_PLANs, SOPs, and governance for relevant context.
development
Save workflow state for resume/recovery. Use at natural breakpoints before context-intensive operations, major refactors, or session interruptions.
testing
Mid-flight review of active project plans. Assesses gate progress, V-test completion, blockers, and recommendations. Use to evaluate project health.