aii-session-handoff

Closes out a chat session and generates a continuation prompt for the next one.

Updated Aug 21, 2026
One-click install
npx skills add https://github.com/maestroventures/aiintegrator --skill aii-session-handoff-maestroventures
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aii-session-handoff
Source: https://github.com/maestroventures/aiintegrator/tree/main/plugins/aii-blueprint/skills/aii-session-handoff
Command: npx skills add https://github.com/maestroventures/aiintegrator --skill aii-session-handoff-maestroventures

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Long-running projects span many chat sessions, and context is lost every time a conversation ends. This Skill closes out a session cleanly by persisting what was learned, reconciling board and spec state, and producing a ready-to-paste continuation prompt so the next session picks up exactly where this one left off. ## Core Features & Use Cases - Automatic memory and workspace updates: Reviews the conversation for new facts, feedback, decisions, and project updates, then writes them to memory and workspace files without requiring approval. - Board and spec reconciliation gates: Verifies every board card touched during the session against its real artifact, reconciles spec-registry rows, and outputs a per-card ledger before the handoff completes. - Continuation prompt generation: Produces a titled, ready-to-paste handoff prompt with a capped pickup section (where the session left off, the one next move, forbidden actions, and verified ids) that the next session reads on turn one. - Use Case: At the end of a working session, say "wrap up" and the Skill updates memory, closes finished board cards with verified proof, writes the session record, and hands you a prompt to paste into a new chat. ## Quick Start Say "wrap up this chat" or "session handoff" to close out the current session and get a continuation prompt for the next one.

Frequently Asked Questions about aii-session-handoff

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I hand off work from one chat session to a new one?

Trigger the session handoff by saying "wrap up" or "new chat". The Skill reviews the conversation, applies memory and workspace updates automatically, reconciles board state, and generates a ready-to-paste continuation prompt for the next session.

How do I preserve context when starting a new chat session?

Run the session handoff before closing the current chat. It writes a distilled session record and a capped pickup field covering where the session left off, the one next move, and verified card ids, which the next session reads on turn one.

Can the session handoff trigger itself automatically?

Yes, but only when a live session has no startable work left in the current context. It prints one line offering a veto ("say stop") rather than waiting to be asked, and never self-fires while waiting on user input or merely because a milestone landed.

Does the handoff update project board cards automatically?

Yes. It compares completed work against open board items, closes confident matches automatically, and re-fetches each moved card to confirm the status actually changed. Uncertain matches get a single confirmation prompt; unconfirmed moves are reported as failures.

What happens if a board card move fails during handoff?

The move is retried once, and if it still does not land, the card is not reported as closed. The failure is stated plainly in the reconciliation ledger so it can be handled manually, since an attempted but unconfirmed move counts as a failure.