DevOps War Room — Bot Team Template for Devops
Bot TeamIncident response team with log analysis and deployment management on Slack.
Template DevOps War Room bundles a ready-to-deploy workspace for devops workflows. Install in one click from the Aerostack dashboard or via aerostack init --template=devops-war-room.
What does DevOps War Room do?
DevOps War Room is a 3-bot incident response team for Slack. An Incident Commander receives all alerts and requests, classifies severity, and routes to either a Log Analyzer (for error diagnosis via Sentry) or a Deploy Bot (for releases and rollbacks via GitHub + Railway).
When a Sentry alert fires at 3 AM, the team is already working on it.
What's included
3 pre-configured bots:
- Incident Commander — Classifies severity (P0–P4), coordinates response, notifies on-call
- Log Analyzer — Queries Sentry for stack traces, error frequency, affected users, and root cause
- Deploy Bot — Handles deployments, rollbacks, CI status checks, and release management
2 keyword routing rules + 1 fallback:
- Error alerts (error, exception, sentry, crash, 500, timeout) → Log Analyzer
- Deploy requests (deploy, rollback, release, ci, pipeline, hotfix) → Deploy Bot
- Everything else → Incident Commander
4 MCP integrations: Slack, Sentry, GitHub, Railway
How it works
The Incident Commander acts as the central coordination point. When it detects error-related keywords, it delegates to the Log Analyzer which pulls real data from Sentry — stack traces, error counts, affected user counts. For deployment requests, it routes to the Deploy Bot which checks CI status on GitHub before executing.
Every routing decision is logged in the delegation audit trail for post-mortem review.
When to use this template
- You run services that need fast incident response
- You use Sentry for error tracking and GitHub for CI/CD
- You want automated severity classification and routing
- You need a clear audit trail for post-mortems
Capabilities
Severity Classification
Classify incidents as P0 (critical) through P4 (cosmetic). P0/P1: immediately notify on-call channel
Error Alert Routing
Detect error reports, exceptions, stack traces, and monitoring alerts. Route to Log Analyzer with relevant context
Deployment Coordination
Detect deploy, rollback, and release requests. Route to Deploy Bot with target version and environment
Status Communication
Post structured status updates to the incident channel. Maintain an incident timeline for post-mortem
Escalation Management
Escalate unresolved P0/P1 to human on-call via Slack mention. Track time-to-resolution and flag SLA risks
Metadata
What's Included
Required MCPs
MCP servers this template connects to.
Deploy this bot team in minutes
Incident response team with log analysis and deployment management on Slack.
More devops Templates
Browse devops Templates →GitHub PR Merged
by @aerostack
PR merges to main — AI generates a changelog entry, flags API changes, and posts a deployment summary to Slack.
Error Spike Alert
by @aerostack
Error monitoring detects a spike — AI analyzes the stack trace, searches for known fixes, and creates a Jira ticket.
Full-Stack Developer
by @aerostack
Everything a dev team needs: code management, issue tracking, team communication, and error monitoring in one workspace.
DevOps Command Center
by @aerostack
Monitor infrastructure, manage incidents, and coordinate response across your stack from a single endpoint.
CI/CD Pipeline
by @aerostack
Automate your build, test, and deployment pipeline with GitHub, container management, and team notifications.
Frequently asked questions
What does the DevOps War Room template include?+
The DevOps War Room template is a pre-configured Aerostack workspace for devops. It bundles mcp-slack, mcp-sentry, mcp-github and any required workflows and edge functions. Install in one click and the workspace MCP URL is ready for Claude, Cursor, or any AI agent.
How do I install the DevOps War Room template?+
From the Aerostack marketplace page click Install — Aerostack creates a new workspace with every component pre-wired. You can also install via CLI: aerostack install template aerostack/devops-war-room
Can I customize DevOps War Room after installing?+
Yes. Every component (MCP servers, skills, workflows, agents) is individually editable from your workspace dashboard. Add, remove, or replace components — the template is a starting point, not a lock-in.
Is the DevOps War Room template free to use?+
Templates are free to install. Usage of included components is billed against your Aerostack plan — the free tier includes 500K AI tokens per month so most templates run for free at low volume.