source-command-apm-7-handoff-worker

Create Handoff Logs and Handoff Prompts for APM Worker context handoffs.

1|Updated Dec 13, 2025
One-click install
npx skills add https://github.com/stephendor/TDL --skill source-command-apm-7-handoff-worker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: source-command-apm-7-handoff-worker
Source: https://github.com/stephendor/TDL/tree/main/.agents/skills/source-command-apm-7-handoff-worker
Command: npx skills add https://github.com/stephendor/TDL --skill source-command-apm-7-handoff-worker

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Manages the handoff of context from outgoing APM Workers to incoming ones, ensuring a smooth transition and maintaining context continuity.

Core Features & Use Cases

  • Handoff Log Creation: Captures and stores the working context of the outgoing Worker.
  • Handoff Prompt Generation: Constructs a prompt for the incoming Worker to rebuild context.
  • User Review & Finalization: Facilitates a review process and finalization of the handoff.
  • Use Case: During a Worker's session, when the current context window is reaching its limit, the outgoing Worker can initiate a handoff using this skill.

Quick Start

Run the skill to initiate a handoff and transfer context to an incoming Worker.

Frequently Asked Questions about source-command-apm-7-handoff-worker

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

FAQPage Schema
How do I manage APM Worker context handoff when reaching the context window limit?

APM Worker handoff is facilitated by creating a Handoff Log that captures past actions and generating a Handoff Prompt for the incoming Worker to reconstruct context. This ensures context continuity and a smooth transition between sessions.

What is the APM context handoff process and how does it maintain continuity?

The context handoff process maintains continuity by creating Handoff Logs and Handoff Prompts that transfer working context from an outgoing Worker to an incoming one. This enables the new Worker to rebuild context from past actions and current state.

Do I need to set up Handoff Bus and Task Logs before initiating a context handoff?

Yes, you must properly set up the Handoff Bus and Task Logs to ensure successful context handoff. These environments store the working context and actions required for the incoming Worker to reconstruct state.

How do I generate a handoff prompt for an incoming APM Worker?

The skill generates a Handoff Prompt by capturing the outgoing Worker's working context and constructing a prompt for the incoming Worker. This prompt provides the necessary context to rebuild state from past actions.

Can I review and finalize the APM Worker handoff before transferring context?

Yes, the handoff process includes a user review and finalization step before transferring context. This ensures the Handoff Log and Handoff Prompt are accurate before the incoming Worker reconstructs the state.