session-handoff-herold

Save active task context to .ai/tasks/handoff.yml with validation checkpoints.

1|Updated Mar 1, 2026
One-click install
npx skills add https://github.com/hjemmesidekongen/ai --skill session-handoff-herold
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session-handoff-herold
Source: https://github.com/hjemmesidekongen/ai/tree/main/plugins/herold/skills/session-handoff-herold
Command: npx skills add https://github.com/hjemmesidekongen/ai --skill session-handoff-herold

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill ensures that your work context is preserved between coding sessions, preventing loss of progress and facilitating smooth handoffs.

Core Features & Use Cases

  • Save Task State: Captures active task details, subtask progress, blockers, and open questions.
  • Cross-Session Continuity: Allows you to resume work exactly where you left off, even after closing and reopening your environment.
  • Handoff Facilitation: Provides a structured way to pass on ongoing tasks to other team members or to your future self.

Quick Start

Use the session-handoff-herold skill to save your current task progress before ending the session.

Frequently Asked Questions about session-handoff-herold

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

FAQPage Schema
How do I save task context for cross-session continuity?

To save task context for cross-session continuity, the Skill captures your active task state, subtask progress, blockers, and open questions. It writes this data directly to a handoff.yml file to preserve your work.

How do I resume a coding session and detect prior handoffs?

When you resume a coding session, the Skill detects prior handoffs automatically by reading the handoff.yml file. It reloads the saved task state and open questions so you can continue exactly where you left off.

What is the best way to facilitate a task handoff to another developer?

The best way to facilitate a task handoff is to save the active task state, including progress and blockers, into a structured handoff.yml file. This provides a clear, standardized context snapshot for the next developer.

Does this session handoff tool require specific YAML task files?

Yes, this session handoff tool requires reading from existing .ai/tasks/*.yml files to gather current task details. It then writes the compiled progress and context data to .ai/tasks/handoff.yml.

Can I validate task progress data before saving a session handoff?

Yes, you can validate task progress data because the Skill includes data validation checkpoints during the save process. This ensures the captured task state and blockers are structurally sound before writing to handoff.yml.