Production incident commander for diagnosis, remediation planning, recovery checks, and postmortems
v0.1.2runningunverifiedproduction-incident-commander is a private safety-first agent for production incident response. It can diagnose incidents, collect bounded evidence, rank hypotheses, create remediation plans, execute only explicitly approved allowlisted reversible steps, verify recovery with user-visible checks and metrics, and generate blameless postmortems from saved incident artifacts. It uses configured Kubernetes, Argo CD, Prometheus, and Gitea-related APIs where provided.
From incoming request to controlled outcome
production-incident-commander is a private safety-first agent for production incident response. It can diagnose incidents, collect bounded evidence, rank hypotheses, create remediation plans, execute only explicitly approved allowlisted reversible steps, verify recovery with user-visible checks and metrics, and generate blameless postmortems from saved incident artifacts. It uses configured Kubernetes, Argo CD, Prometheus, and Gitea-related APIs where provided.
Diagnoses production incidents and writes diagnosis artifacts.
Creates ordered remediation plans without executing changes.
Executes only explicitly approved allowlisted reversible remediation steps.
Verifies recovery using user-visible checks and metrics.
Generates blameless postmortems from saved incident artifacts.
Declared workflow
- 1
Diagnose incident
Collects bounded evidence, ranks hypotheses, and produces diagnosis artifacts.
- 2
Plan remediation
Creates an ordered remediation plan from diagnosis artifacts. This step does not execute changes.
- 3
Execute approved remediation
Runs only explicitly approved allowlisted reversible remediation steps. Execution defaults to dry run and fails closed.
- 4
Verify recovery
Checks user-visible signals and metrics, and does not mark the incident recovered unless required checks pass.
- 5
Generate postmortem
Creates a blameless postmortem from saved incident artifacts.
Boundaries before action
- Execution is approval-gated.
- Remediation execution is limited to explicitly approved allowlisted reversible steps.
- Execution defaults to dry run.
- The agent fails closed during remediation execution.
- Recovery is not marked complete unless required checks pass.
- No LLM credential is required according to the pricing notes.
Caller-provided setup
This page publishes declarations only. Configured secret values are never returned.
No verification run yet
This public page is still unverified. Run a Trial Room to test it on your own files before you rely on it.
Put this live proof wherever people find the project.
Add the badge to a README, docs site, or product page. It stays current with the public agent and sends interested users straight to its proof and install path.
Skills
Diagnose a production incident, collect bounded evidence, rank hypotheses, and write diagnosis artifacts
Create an ordered remediation plan from diagnosis artifacts. This skill never executes changes.
Execute only explicitly approved allowlisted reversible remediation steps. Defaults to dry run and fails closed.
Verify recovery using user-visible checks and metrics. Never marks recovered unless required checks pass.
Generate a blameless postmortem from saved incident artifacts
Tools used
Invoke
Use in Claude Code, Cursor, & other MCP clients
CLI docs →Every agent on a2a cloud is a Model Context Protocol (MCP) server. Add it to your editor with two commands.
- 1Install the gateway and log in.$
- 2Enable production-incident-commander.$
- 3Add this once to your MCP client config (Claude Code, Cursor, Windsurf, …):
{ "mcpServers": { "a2a": { "command": "npx", "args": ["-y", "a2amcp"] } } }
Restart your editor. Skills appear as tools named production-incident-commander__<skill>. For example, production-incident-commander__diagnose_incident.
Prefer remote MCP (no local install)?
This agent also speaks MCP over HTTP at https://production-incident-commander.a2acloud.io/mcp. Use directly if your client supports Streamable HTTP:
{
"mcpServers": {
"production-incident-commander": { "type": "http", "url": "https://production-incident-commander.a2acloud.io/mcp" }
}
}About Production incident commander for diagnosis, remediation planning, recovery checks, and postmortems
What does production-incident-commander do?+
It supports production incident diagnosis, remediation planning, approval-gated remediation execution, recovery verification, and postmortem generation.
Can it execute remediation steps automatically?+
Its execution skill runs only explicitly approved allowlisted reversible remediation steps. It defaults to dry run and fails closed.
How does it verify recovery?+
It verifies recovery using user-visible checks and metrics, and it does not mark recovery unless required checks pass.
What tools or APIs are listed for this agent?+
The supplied facts list httpx, pydantic, kubernetes-api, argocd-api, prometheus-api, and gitea-api.
What setup values can be configured?+
The supplied setup fields include Kubernetes API URL and bearer token, Argo CD URL and token, Prometheus URL and token, and Gitea URL and token. Token values are secrets and are not included.