hatch3r-handoff-resume

Resume hatch3r handoff documents with integrity validation and drift detection.

26|4|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/hatch3r/hatch3r --skill hatch3r-handoff-resume
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hatch3r-handoff-resume
Source: https://github.com/hatch3r/hatch3r/tree/main/skills/hatch3r-handoff-resume
Command: npx skills add https://github.com/hatch3r/hatch3r --skill hatch3r-handoff-resume

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you reliably resume a mid-work handoff document by validating its integrity and structure, checking for expiry and git drift, and surfacing the content in a safe, user-tier context.

Core Features & Use Cases

  • Locate the right handoff: Resume by direct id or choose from a list of active handoffs, ensuring you don’t resume the wrong work state.
  • Validate and protect trust boundaries: Performs integrity hash checks, injection-pattern scanning, schema validation, and confirms the presence of required sections before surfacing anything.
  • Detect drift and staleness: Checks git_ref and branch/commit divergence and enforces expiry rules, prompting you to extend or archive expired handoffs.
  • Resume-ready, ordered output: Presents Problem, Work Remaining, and Next Steps first, then Decisions, Blockers, build/test status, and file manifest for practical continuation.

Quick Start

Ask the agent to resume a specific handoff by id (for example, “Resume handoff 7f3a2c1d”).

Frequently Asked Questions about hatch3r-handoff-resume

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

FAQPage Schema
How do I safely resume a paused engineering handoff without losing context?

Resume a paused engineering handoff by validating its SHA-256 integrity hash, scanning for injection patterns, and checking frontmatter schema before surfacing the document. This deterministic process ensures the handoff content is safe, structurally sound, and treated as user-tier context for reliable continuation.

What is git drift detection in an agent workflow and when do I need it?

Git drift detection in an agent workflow evaluates git_ref, branch, and commit divergence against the original handoff state. You need it when resuming mid-work orchestration to ensure the underlying repository has not changed unexpectedly, preventing stale or invalid code context from corrupting the continuation.

How do I validate a handoff document schema before resuming work?

Validate a handoff document schema by enforcing strict frontmatter rules, confirming required sections are present, and running injection-pattern scanning. The process checks structural integrity and expiry rules, rejecting invalid or expired documents before any status transition or work continuation occurs.

Can I resume an in-progress handoff if the repository branch has changed?

Resuming an in-progress handoff after a branch change triggers git drift evaluation, which surfaces the divergence between the saved git_ref and the current commit. The workflow prompts you to resolve the mismatch or archive the handoff, ensuring the continuation operates on verified repository state.

What is the best way to handle expired handoff documents in an orchestration pipeline?

Handle expired handoff documents by enforcing expiry rules during the resume validation phase, which prompts you to either extend the validity or archive the stale handoff. This prevents resuming blocked or outdated work states and maintains pipeline integrity.

Why does handoff validation require SHA-256 integrity checks and injection scanning?

Handoff validation requires SHA-256 integrity checks and injection-pattern scanning to protect trust boundaries when treating handoff content as user-tier context. These security measures detect tampering and malicious content before the document is surfaced, ensuring safe agent workflow continuation.