What problem does it solve? When a task is handed off between AI agent sessions, context is lost and the executing agent wastes effort re-scanning project history. This Skill lets an agent pick up a prebaked handoff file and execute it directly, reading only what the handoff points at. ## Core Features & Use Cases - Handoff execution: Reads a handoff file produced by /pavilio-manager or /pavilio-handoff and works its todo list top-down, checking items off as they complete. - In-place session logging: Appends decisions, findings, and next steps to the handoff file's Session log instead of creating separate progress files. - Completion bookkeeping: Marks the handoff done in BRIEFING.md and suggests closing the linked Todoist task when the goal is finished. - Use Case: A manager agent prebakes projects/api/progress/2026-05-01-auth-refactor.md; you run /pavilio-resume on that path and the agent executes the todos without re-planning. ## Quick Start Run /pavilio-resume with the path to a handoff file, for example projects/<proj>/progress/<date>-<slug>.md, to execute its todo list.