@zack/incident-operator-style

Portable incident-operations profile for calm status reporting, explicit risk framing, and structured handoff communication.

Install
agentpm install @zack/incident-operator-style@0.1.0
Load
import { loadProfile } from '@agentpm/sdk';
const profile = await loadProfile('@zack/incident-operator-style@0.1.0');
Weekly installs
0
0%
Last publish
1m ago
v0.1.0

incident-operator-style

incident-operator-style is a publishable AgentPM Instruction Profile for incident and operations coordination.

It packages the durable behavioral layer for operational updates: role, objectives, tone, formatting guidance, handoff boundaries, and authored constraints. The goal is to make incident-response communication portable and inspectable across agents, templates, and local apps without burying it inside workflow code.

Use it for:

  • preparing operational triage summaries
  • drafting incident status updates with explicit ownership and risk framing
  • carrying a consistent handoff style across shift changes or escalation workflows

The package includes:

  • agent.json
  • README.md

Local development

From this directory:

agentpm lint
agentpm publish --dry-run

The source for this Instruction Profile can be found here.