원클릭으로
session-handoff
Generate a session handoff document capturing the current working state for the next session.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Generate a session handoff document capturing the current working state for the next session.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Safe, project-wide remediation of a dangerous or incorrect code pattern using structured search and replace.
Run a multi-faceted code review on uncommitted changes using specialized review subagents.
Create an Architectural Decision Record (ADR) to document a design choice or technical strategy.
Run a multi-faceted code review on uncommitted changes using specialized review subagents.
Commit (if needed), push the current branch to origin, and generate a pull request description in the chat.
Proactively audit GitHub Actions workflows and CI/CD logs for deprecations, stale runtimes, and missing best practices.
| name | session-handoff |
| description | Generate a session handoff document capturing the current working state for the next session. |
| metadata | {"author":"cascadian-gamers","version":"1.0"} |
Generate a session handoff document capturing the current working state for the next session.
git status, git branch, and git log --oneline -5 for current state..kiro/context/session-handoff.md (rolling file — overwrite each time).CHANGELOG.md: Prepend today's date and a concise bulleted summary of "WHAT WE DID THIS SESSION" to CHANGELOG.md in the project root. If the file doesn't exist, create it with a # Changelog header..kiro/steering/memory.md via auto-memory. Format each as a one-liner with date prefix: [YYYY-MM-DD] {learning}. This section ensures auto-memory captures the right things even if the conversation history is long. Examples:
[2026-03-12] BEDROCK_AGENTCORE_MEMORY_ID is a manual env var — agentcore deploy wipes it[2026-03-12] docker buildx + setup-buildx-action required for arm64 cross-compilation on x86_64 runners — docker build alone ignores QEMU[2026-03-12] agentcore deploy always builds arm64 via CodeBuild regardless of .bedrock_agentcore.yaml platform setting.kiro/context/session-handoff.md."auto-memory, ask the user: "Were any architectural decisions made this session that should be logged as ADRs? (runs create-adr skill)"auto-memory skill — do not wait to be asked.
This is mandatory, not optional. Capture learnings from this session into .kiro/steering/memory.md..jsonl telemetry log.started or completed entry, backfill it immediately.improve-skill if so."session-handoff and auto-memory skill invocations.