handoff

Update project documentation and commit session changes for agent handoffs.

Updated Jan 27, 2026
One-click install
npx skills add https://github.com/IstoraMandiri/etc-nexus --skill handoff-istoramandiri
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: handoff
Source: https://github.com/IstoraMandiri/etc-nexus/tree/main/.claude/skills/handoff
Command: npx skills add https://github.com/IstoraMandiri/etc-nexus --skill handoff-istoramandiri

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Contextual handoffs between agents can fail when sessions grow large or switch tasks, risking lost progress. This skill coordinates documentation updates and commits to preserve continuity and set the next agent up for success.

Core Features & Use Cases

  • Synchronizes SITREP.md, TODO.md, and HIVE-TEST-ANALYSIS.md to reflect the current state of work.
  • Attaches session-specific context to SITREP.md and TODO.md to guide the incoming agent.
  • Updates PROMPTLOG.md with the latest prompts used in the session and commits the changes.
  • Generates a clear handoff summary and provides instructions for the next agent.

Quick Start

Run /handoff to prepare a clean handoff and preserve session context for the next agent.

Frequently Asked Questions about handoff

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

FAQPage Schema
How do I preserve AI agent context when switching between sessions?

To preserve AI agent context during session switching, you update project documentation like SITREP.md and TODO.md, then commit changes to git to ensure continuity for the next agent.

What is the best way to manage documentation updates for a multi-agent workflow handoff?

Managing documentation updates for a multi-agent workflow handoff involves synchronizing SITREP.md, TODO.md, and HIVE-TEST-ANALYSIS.md to reflect current work, attaching session context, and performing a git commit to finalize the transition.

How do I use commit logs to finalize a context handoff between agents?

You finalize a context handoff between agents by updating PROMPTLOG.md with the latest session prompts and performing a git commit to permanently save the session context and project state changes.

Can I automate project context synchronization for ongoing experiments across different agents?

Yes, you can automate project context synchronization for ongoing experiments by applying a handoff process that updates SITREP.md and TODO.md, ensuring the incoming agent receives the exact experimental state and instructions.

Does a context handoff workflow work without manually updating session logs?

No, a context handoff workflow requires manually updating session logs like PROMPTLOG.md and generating a handoff summary to explicitly guide the next agent and prevent lost progress during task transitions.