← ClaudeAtlas

session-closinglisted

This skill should be used when the user asks to "close session", "end session", "session closing", "/closing", "wrap up", "/wrap", "document learnings", "what should I commit", or wants to analyze completed work before ending a coding session.
kingkingburger/plugin-mh · ★ 1 · Code & Development · score 65
Install: claude install-skill kingkingburger/plugin-mh
# Session Closing Skill Comprehensive session wrap-up workflow with multi-agent analysis. > **v3 변경**: `agents/*.md`는 플러그인 에이전트가 **아니라 페르소나 소스 파일**이다. v2는 페르소나 파일명(`doc-updater` 등)을 `subagent_type` 값으로 넘겼지만 이 이름들은 등록된 에이전트가 아니라 5개 호출이 항상 실패했다. v3부터는 파일을 Read해서 `general-purpose` 서브에이전트 프롬프트에 주입한다. 도구 이름도 구 API `Task`에서 `Agent`로 정정했다. ## Execution Flow ``` ┌─────────────────────────────────────────────────────┐ │ 1. Check Git Status │ ├─────────────────────────────────────────────────────┤ │ 2. Phase 1: 4 Analysis Agents (Parallel) │ │ ┌─────────────────┬─────────────────┐ │ │ │ doc-updater │ automation- │ │ │ │ (docs update) │ scout ��� │ │ ├─────────────────┼──��──────────────┤ │ │ │ learning- │ followup- │ │ │ │ extractor │ suggester │ │ │ └─────────────────┴─────��───────────┘ │ ├─────────────────────────────────────────────────────┤ │ 3. Phase 2: Validation Agent (Sequential) │ │ ┌───────────────────────────────────┐ │ │ │ duplicate-checker │ │ │ │ (Validate Phase 1 proposals) │ │ │ └───────────────────────────────────┘ │ ├─────────────────────────────────────────────────────┤ │ 4. Integrate Results & AskUserQuestion │ ├─────────────────────────────────────────────────────┤ │ 5. Execute S