handoff-update

Update handoff documents with append-only and merge rules.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/srednoff888-art/4 --skill handoff-update
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: handoff-update
Source: https://github.com/srednoff888-art/4/tree/main/examples/skills/handoff-update
Command: npx skills add https://github.com/srednoff888-art/4 --skill handoff-update

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Update an existing handoff document with the latest session progress, applying structured merge rules to preserve history where appropriate.

Core Features & Use Cases

  • Append-only updates to the Work Done section to maintain a complete activity log.
  • Replaceable Status and Next Steps sections to reflect current state and planned actions.
  • Merging for Files and Discoveries sections to include new items without losing previous context.
  • Fallback to creating a new handoff file if no source handoff exists, enabling seamless handoff generation.

Quick Start

Provide the target handoff file path to update with the latest session progress.

Frequently Asked Questions about handoff-update

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

FAQPage Schema
How do I automate session handoff document updates?

Automate session handoff document updates by resolving an existing handoff file and applying structured merge rules. The tool appends Work Done entries, replaces Status and Next Steps, and merges Files and Discoveries sections to preserve history.

What happens when no handoff document is found during a session update?

When no source handoff document is found, a new handoff file is automatically created at claudedocs/handoffs/handoff_YYYYMMDD_HHMMSS.md. This fallback ensures seamless handoff generation without manual file setup.

How do I update an existing handoff document with new session progress?

Update an existing handoff document by providing the target file path or relying on session history. The tool applies append-only logic to Work Done, replaces Status and Next Steps, and merges Files and Discoveries, returning the merged document and a summary of changes.

Can I merge session discoveries without losing previous handoff context?

Merge session discoveries without losing previous context using structured merge rules. The tool combines new items into existing Files and Discoveries sections while preserving the complete historical activity log in the Work Done section.

Does updating handoff documents support append-only version history?

Updating handoff documents supports append-only version history for the Work Done section to maintain a complete activity log. Status and Next Steps sections are fully replaced, while Files and Discoveries are merged to keep all context intact.

What's the best way to maintain version history across multiple workflow handoffs?

Maintain version history across multiple workflow handoffs by applying structured merge rules. Append new session progress to Work Done, replace current Status and Next Steps, and merge Files and Discoveries to ensure no previous context is lost during transitions.