@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.5
Load
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
agent.json
{
  "name": "ops-console",
  "version": "0.1.5",
  "description": "Operations assistant for incident assessment, execution, and review workflows, with packaged continuity memory, incident-response orchestration, and durable incident-operator communication style.",
  "tools": [
    {
      "name": "@zack/csv-query",
      "version": "0.1.4"
    },
    {
      "name": "@zack/json-transform",
      "version": "0.1.0"
    }
  ],
  "skills": [
    {
      "name": "@zack/incident-handoff-checklist",
      "version": "0.1.0"
    },
    {
      "name": "@zack/slack-status-update",
      "version": "0.1.0"
    },
    {
      "name": "@zack/issue-triage-playbook",
      "version": "0.1.0"
    }
  ],
  "memory": [
    {
      "name": "@zack/conversation-continuity",
      "version": "0.1.0"
    }
  ],
  "profiles": [
    {
      "name": "@zack/incident-operator-style",
      "version": "0.1.0"
    }
  ],
  "loop": "@zack/incident-response-loop@0.1.0",
  "bindings": {
    "consumer_context": {
      "file": "ops-context.md"
    },
    "global": {
      "memory": [
        {
          "package": "@zack/conversation-continuity",
          "operations": [
            "delete_conversation_continuity",
            "consolidate_recent_interactions",
            "refresh_saved_note"
          ]
        }
      ],
      "profiles": [
        "@zack/incident-operator-style"
      ]
    },
    "phases": {
      "assess": {
        "tools": [
          "@zack/csv-query"
        ],
        "memory": [
          {
            "spaces": [
              "conversation_state"
            ],
            "package": "@zack/conversation-continuity"
          }
        ],
        "skills": [
          "@zack/issue-triage-playbook"
        ]
      },
      "review": {
        "memory": [
          {
            "spaces": [
              "conversation_state",
              "saved_notes"
            ],
            "package": "@zack/conversation-continuity"
          }
        ],
        "skills": [
          "@zack/incident-handoff-checklist"
        ]
      },
      "execute": {
        "tools": [
          "@zack/csv-query",
          "@zack/json-transform"
        ],
        "memory": [
          {
            "spaces": [
              "recent_interactions",
              "saved_notes"
            ],
            "package": "@zack/conversation-continuity"
          }
        ],
        "skills": [
          "@zack/slack-status-update"
        ]
      }
    },
    "mcp": [
      {
        "id": "incident-data",
        "tools": [
          "@zack/csv-query"
        ]
      },
      {
        "id": "incident-updates",
        "tools": [
          "@zack/json-transform"
        ]
      }
    ]
  },
  "examples": [
    {
      "title": "Prepare an ops update",
      "prompt": "Query recent operational data, transform it into a clean summary, and draft a Slack update for the team."
    },
    {
      "title": "Review incident follow-up",
      "prompt": "Inspect recent issues, combine them with structured data, and produce a short operational briefing with next steps."
    },
    {
      "title": "Assess the next incident step",
      "prompt": "Review the current incident state, identify the active owner and open risks, and decide whether the next step is active execution or handoff."
    },
    {
      "title": "Prepare the next handoff",
      "prompt": "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."
    },
    {
      "title": "Review whether work should continue",
      "prompt": "Review the current execution result and decide whether the incident can close, needs another execution pass, or should hand off."
    }
  ],
  "readme": "README.md",
  "license": {
    "spdx": "MIT"
  }
}
Knowledge dependencies
This agent does not declare any knowledge dependencies.