Quick Start
Say: "Create a handoff summary for this work"
What This Does
Generates a structured handoff document including:
- •Current work state (what's done, what's in progress)
- •Open issues and blockers
- •Recent changes (git commits, file modifications)
- •Next steps and recommendations
- •Any context the next person needs
Output Format
markdown
# Handoff Summary - [Date] ## Current State [Summary of where things stand] ## Completed - [x] Item 1 - [x] Item 2 ## In Progress - [ ] Item 3 (blocked by X) ## Blockers - [Description of any blockers] ## Recent Changes - [Recent commits or file changes] ## Next Steps 1. [Recommended next action] 2. [Follow-up item] ## Context Notes [Any additional context the next person needs]
Usage Scenarios
- •End of day: "I'm done for today, create a handoff"
- •Vacation: "Create a handoff summary before I leave"
- •Pairing: "Summarize where we are for Adnan to continue"