What problem does it solve? Work progress often depends on verbal reports or re-reading long commit histories, making it hard for the next developer or agent to resume a task. This Skill keeps a living handoff document (docs/CURRENT-STATE.md) updated at every commit so any new session can resume work without reconstructing context. ## Core Features & Use Cases - Commit-linked handoff updates: Records commit hash, completed micro-ticket goals, open blockers, and the suggested next step after each commit or micro-ticket. - Two-file separation: Keeps CURRENT-STATE.md under ~150 lines by moving closed rounds into an append-only docs/handoff-arquivo.md history file, with bidirectional links. - Ready-to-use template: Ships a templates/CURRENT-STATE.template.md with sections for last turn, goals, work in progress, next step, and open blockers. - Use Case: Before ending a coding session, ask the agent to update the handoff; the next developer or AI session reads one short file instead of the full git log. ## Quick Start Update the handoff document with the latest commit, completed goals, open blockers, and the next step before ending this session.