@zack/ops-console
Operations assistant for incident assessment, execution, and review workflows, with packaged continuity memory, incident-response orchestration, and durable incident-operator communication style.
Install
agentpm install @zack/ops-console@0.1.5Load
import { loadAgent } from '@agentpm/sdk';
const agent = await loadAgent('@zack/ops-console@0.1.5');Weekly installs
4
▲ 100%
Last publish
Today
v0.1.5
Examples
Example 1
Prepare an ops update
Query recent operational data, transform it into a clean summary, and draft a Slack update for the team.
Example 2
Review incident follow-up
Inspect recent issues, combine them with structured data, and produce a short operational briefing with next steps.
Example 3
Assess the next incident step
Review the current incident state, identify the active owner and open risks, and decide whether the next step is active execution or handoff.
Example 4
Prepare the next handoff
Review the current incident thread and summarize what the next operator should know, including the current status, open risks, recent decisions, and anything that should carry forward.
Example 5
Review whether work should continue
Review the current execution result and decide whether the incident can close, needs another execution pass, or should hand off.