continuation-and-handoff

Generate structured continuation and handoff prompts for multi-session workflows.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/rd162/skills --skill continuation-and-handoff
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: continuation-and-handoff
Source: https://github.com/rd162/skills/tree/main/continuation-and-handoff
Command: npx skills add https://github.com/rd162/skills --skill continuation-and-handoff

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Generate structured continuation prompts to resume work in the same agent across sessions, or handoff prompts to transfer work to a different agent, ensuring no context loss.

Core Features & Use Cases

  • Environment-adaptive prompts: Detects host capabilities (task lists, sub-agents, file systems) and outputs the most native continuation or handoff artifact.
  • Multi-session resilience: Creates artifacts that maintain state, milestones, and next-step instructions for seamless continuation.
  • Graceful degradation: Falls back to portable markdown artifacts when tooling is unavailable, ensuring output is always produced.
  • Handoff orchestration: Supplies explicit prompts and artifact lists for the next agent or capability tier.

Quick Start

Provide the current session context and available tools; the skill will generate a continuation or handoff artifact accordingly.

Frequently Asked Questions about continuation-and-handoff

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

FAQPage Schema
How do I preserve agent context across multi-session workflows?

To preserve agent context across multi-session workflows, generate structured continuation prompts that capture state, milestones, and next-step instructions. This ensures no context loss when resuming work in the same agent across different sessions.

How do I hand off work to a different agent without losing state?

To hand off work to a different agent without losing state, generate structured handoff prompts that supply explicit instructions and artifact lists. This orchestrates seamless work transfer to a different agent or capability tier.

What is graceful degradation when generating handoff artifacts?

Graceful degradation when generating handoff artifacts means falling back to portable markdown artifacts when host tooling is unavailable. This ensures a continuation or handoff output is always produced even without native environment capabilities.

Can I generate continuation prompts if my environment lacks file systems and task lists?

Yes, you can generate continuation prompts even if your environment lacks file systems and task lists. The skill detects available host capabilities and gracefully degrades to output portable markdown artifacts when native tooling is absent.

How do I start generating a handoff artifact for an agent workflow?

To start generating a handoff artifact for an agent workflow, provide the current session context and available tools. The skill will detect environment capabilities and output the most native continuation or handoff artifact accordingly.