@zack/incident-handoff-checklist

Operational handoff checklist for incident updates, shift changes, and follow-through tracking.

Install
agentpm install @zack/incident-handoff-checklist@0.1.0
Load
import { loadSkill } from '@agentpm/sdk';
const skill = await loadSkill('@zack/incident-handoff-checklist@0.1.0');
Weekly installs
0
0%
Last publish
1d ago
v0.1.0

incident-handoff-checklist

incident-handoff-checklist is a publishable AgentPM Skill package for operational handoffs.

It is intentionally procedural-only. The point of this package is to show that a Skill can capture reusable know-how even when there is no tool to execute.

Use it for:

  • incident status handoffs between teammates or shifts
  • drafting a concise operational update before paging in another team
  • making sure ownership, next step, and risk are explicit before an agent stops

The core manual lives in SKILL.md. A reusable handoff skeleton lives in references/handoff-template.md.

Local development

From this directory:

agentpm lint
agentpm publish --dry-run

The source for this Skill package can be found here.