ワンクリックで
aget-wind-down
End AGET session with state capture and sanity checks
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
End AGET session with state capture and sanity checks
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Propose ranked next-best actions with evidence grounding, time budgets, and execute-all default. Formalizes the fleet's highest-frequency interaction pattern.
Scaffold approved initiative manifests at planning/initiatives/INIT-*.md. Mirrors /aget-create-project STRICT (D71 Layer 2) — direct Write/Edit to planning/initiatives/ is PROHIBITED once this skill is invoked. Implements SOP_initiative.md (graduated procedure) + future AGET_INITIATIVE_SPEC. Consumes PROPOSAL_init_*.md substrate produced by /aget-propose-initiative.
Run AGET health inspection and housekeeping checks. Detect-only — pair with /aget-enhance-health for remediation.
Remediate health drift detected by /aget-check-health. Applies Tier A/B/C severity routing per DESIGN_DIRECTION §Principle 9 (canonical check → enhance pipeline). Generator layer (ADR-008) sibling to /aget-check-health.
Record lessons learned from sessions as persistent, searchable, committable artifacts. Classifies each lesson as Framework (help other AGETs) or Domain (help principal).
File issues with L520 governance compliance
| name | aget-wind-down |
| description | End AGET session with state capture and sanity checks |
| allowed-tools | ["Bash","Read","Write","Glob"] |
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 output