What problem does it solve? Long AI coding sessions lose context when they end or hit context limits, forcing you to re-explain goals, file pointers, and next steps. This Skill packages the remaining work from the current conversation into a structured handoff file that a new session can pick up directly. ## Core Features & Use Cases - Session distillation: Extracts the goal, context file pointers, and concrete todos from the live conversation plus today's progress file, without re-scanning the repository. - Standardized handoff format: Writes a markdown handoff with Goal, Context, Todo, and Session log sections to projects/<proj>/progress/<date>-<slug>.md. - Briefing registration: Registers the handoff in the project's BRIEFING.md under a Handoffs section so pending work stays discoverable. - Use Case: You are mid-feature in a long session and want to continue tomorrow in a fresh context. Run /pavilio-compact myproject, confirm the draft, and tomorrow run /pavilio-resume on the generated file to continue exactly where you left off. ## Quick Start Ask the AI to run /pavilio-compact for your project to package the current session's remaining work into a handoff file.