session_handoff
Create a handoff primer capturing git state, last task, next step, and blockers to ensure context continuity between sessions.
Instructions
Write a session handoff primer that auto-captures git state (branch, last 5 commits, modified files), last completed task, next step, and blockers. The next session reads this automatically for seamless context continuity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lastTask | No | What was completed this session | |
| nextStep | No | Exact next action for the next session | |
| blockers | No | Open blockers or unresolved issues | |
| openFiles | No | Key files being worked on | |
| project | No | Project name (auto-detected from cwd if omitted) | |
| customContext | No | Any additional context for the next session |