worktree-handover

Generate a context handover document when creating git worktrees.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/getnexar/decrypt-tool --skill worktree-handover
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: worktree-handover
Source: https://github.com/getnexar/decrypt-tool/tree/main/ai-tools/skills/worktree-handover
Command: npx skills add https://github.com/getnexar/decrypt-tool --skill worktree-handover

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

When creating git worktrees in collaborative environments, context leakage and misaligned handoffs can derail work. This skill generates a dedicated context handover document and presents session-transition options to ensure a clean, isolated handover between sessions.

Core Features & Use Cases

  • Generates a structured context handover before switching worktrees
  • Presents user options for starting a new session or continuing in the current session
  • Integrates with worktree creation workflows to minimize git contamination in collaborative mode

Quick Start

Run the handover workflow to generate the context handover for the new worktree and present session transition options.

Frequently Asked Questions about worktree-handover

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

FAQPage Schema
How do I prevent context contamination when switching between git worktrees?

Preventing context contamination when switching git worktrees requires generating a structured context handover document to ensure isolated context transfer. This skill captures your current session state and provides continuation prompts to prevent cross-session leakage.

What is a git worktree handover document and when do I need one?

A git worktree handover document is a structured context record used during collaborative development when mid-session worktree creation is required. You need one to capture context, generate an audit trail, and ensure a clean session transition.

How do I create a context handover for a new git worktree session?

Creating a context handover for a new git worktree session involves running the handover workflow integrated with worktree creation. This generates the handover document and presents user options for starting a new session or continuing the current one.

Can I continue my current session while handing off context to a new git worktree?

Yes, you can continue your current session while handing off context to a new git worktree. The skill presents user-guided session transition options, allowing you to maintain the current session or start a new isolated one.

Does this worktree handover workflow support collaborative development environments?

Yes, the worktree handover workflow supports collaborative development environments by minimizing git contamination during mid-session worktree creation. It provides an audit trail and structured handover to ensure aligned context transfer across team sessions.