apm-7-handoff-worker

Automate APM Worker handoff logs and prompts via Python scripting.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, and includes scripts (resource) components.

What problem does it solve?

Streamlines the handoff process between APM Workers as they transition from one instance to another, ensuring continuity and maintaining context.

Core Features & Use Cases

  • Handoff Log Creation: Automates the creation of handoff logs that capture all necessary context for the incoming Worker.
  • Handoff Prompt Creation: Generates handoff prompts containing instructions and the handoff log for the incoming Worker.
  • User Review and Finalization: Allows Users to review and finalize the handoff by presenting both artifacts.

Quick Start

Run /apm-7-handoff-worker to initiate the handoff procedure for an APM Worker.

Frequently Asked Questions about apm-7-handoff-worker

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

FAQPage Schema
How do I automate worker handoff procedures in an APM workflow?

Automating worker handoff procedures in an APM workflow requires Python-based scripting to generate context logs and construct prompts, ensuring incoming workers maintain continuity. Running the handoff command initiates log and prompt creation for user review.

What is an APM worker handoff and when do I need to manage context logging?

An APM worker handoff is the workload transition process where one instance passes context to another. You need context logging when transitioning instances to capture necessary state and instructions for the incoming worker.

Do I need Python to generate handoff prompts for AM software operations?

Yes, you need Python installed to generate handoff prompts for APM software operations. The skill relies on Python-based scripting to manage context logging and prompt construction for the workload transition.

How do I create a handoff log for an incoming APM worker instance?

Creating a handoff log for an incoming APM worker instance involves running the handoff command to automatically capture necessary context. The generated log and prompt are then presented for user review and finalization.

What is the best way to ensure context continuity during a workload transition?

The best way to ensure context continuity during a workload transition is automating handoff log and prompt creation together. This captures all necessary context and instructions, allowing you to review and finalize the artifacts before the incoming worker starts.