What problem does it solve?
This Skill creates a reliable, structured handoff artifact that preserves the exact in-progress state of an agentic coding session so another tool or teammate can resume without losing context.
Core Features & Use Cases
- Captures canonical session state: Records git reference, modified files, build and test status, and optional work item identifiers into the handoff schema.
- Preserves iteration truth verbatim: Copies Work Done, Work Remaining, and Blockers exactly from the most recent Iteration Summary to keep downstream loaders consistent.
- Validates before writing: Enforces handoff readiness rules (size limits, section presence, git_ref match, schema integrity, and injection-pattern scan) and computes an integrity hash.
- Writes atomically to active handoffs: Produces an .md file under .hatch3r/handoffs/active with safe writing semantics and a predictable confirmation report.
Quick Start
Ask the agent to run hatch3r-handoff-prepare to create a canonical handoff in .hatch3r/handoffs/active for resuming your current work after a tool switch.