What problem does it solve? When a work session on a DAE feature ends, context about what was done, what is in progress, and what comes next is lost. This Skill writes a structured, human-readable session entry so the next session picks up cleanly without re-reading machine handoffs. ## Core Features & Use Cases - Session log entries: Appends a structured entry (previous tasks, current task, next tasks, open questions) to features/NNN-<slug>/session-log.md, never overwriting prior entries. - Session-end infrastructure teardown: Runs dae_infra.py teardown to shut down session-scoped infrastructure while leaving long-running emulators untouched, recording the result in the log. - Merged-branch detection: Checks whether the current branch is merged into main and defers cleanup to the post-merge skill based on the configured autonomy level. - Use Case: At the end of a day working on a feature branch, invoke it to log what was completed, what is mid-flight, and the concrete next tasks, so tomorrow's session starts from the log instead of memory. ## Quick Start Ask the agent to wrap up the session and write the session log entry for the current feature branch.