devops-rollout-plan
github/awesome-copilot
Generate comprehensive rollout plans with preflight checks, deployment steps, verification signals, and rollback procedures for infrastructure and application changes
What is devops-rollout-plan?
This skill creates production-ready rollout plans for infrastructure and application changes. Use it when planning deployments to ensure you have preflight checks, step-by-step procedures, verification signals, rollback strategies, and communication plans in place.
- Generates executive summaries with risk assessment and expected downtime
- Creates preflight checklists for infrastructure and application health validation
- Produces step-by-step deployment procedures with validation checkpoints
- Defines verification signals across immediate, short-term, medium-term, and long-term phases
- Develops rollback procedures with decision criteria and post-rollback verification
- Builds communication plans with stakeholder matrices and notification schedules
How to install devops-rollout-plan
npx skills add https://github.com/github/awesome-copilot --skill devops-rollout-planHow to use devops-rollout-plan
- 1.Gather change description details: what is changing, version transition, and problem being solved
- 2.Document environment details: target environment, infrastructure type, affected services, and current scale
- 3.Define constraints: acceptable downtime, change windows, approval requirements, and compliance needs
- 4.Perform risk assessment: identify blast radius, data migrations, rollback complexity, and known risks
- 5.Request the skill to generate the comprehensive rollout plan with all sections
- 6.Review and customize the plan based on your specific infrastructure type and risk level
- 7.Obtain required approvals from technical leads, security, compliance, and business stakeholders
- 8.Execute the plan following the step-by-step procedure with validation after each step
Use cases
- Planning a Kubernetes application deployment with progressive verification and automated rollback
- Preparing a database schema migration with data consistency checks and rollback strategy
- Coordinating infrastructure changes across multiple environments with stakeholder communication
- Executing a serverless function update with verification signals and contingency procedures
- Managing a configuration change rollout with pre-deployment approvals and monitoring baselines
- DevOps engineers planning production deployments
- Infrastructure teams managing system changes
- Release managers coordinating multi-team rollouts
- Platform engineers implementing infrastructure updates
- Technical leads responsible for deployment safety and communication
devops-rollout-plan FAQ
The skill adapts to Kubernetes, VMs, serverless, containers, and databases. It customizes the rollout procedure and verification signals based on your infrastructure type.
It generates rollback procedures with clear decision criteria for when to initiate rollback, specific rollback steps (automated, infrastructure revert, or full restore), post-rollback verification, and stakeholder communication.
Yes. The skill adapts based on environment—production gets the full plan, staging gets a simplified version, and development gets a minimal plan.
For high-risk changes, the skill includes additional approval gates, more frequent verification checkpoints, detailed contingency plans for partial failures and performance degradation, and enhanced monitoring requirements.
Yes. It generates a communication plan with pre-deployment notices, progress updates, completion confirmations, and a stakeholder matrix specifying who to notify, when, via what method, and with what content.
Full instructions (SKILL.md)
Source of truth, from github/awesome-copilot.
name: devops-rollout-plan description: 'Generate comprehensive rollout plans with preflight checks, step-by-step deployment, verification signals, rollback procedures, and communication plans for infrastructure and application changes'
DevOps Rollout Plan Generator
Your goal is to create a comprehensive, production-ready rollout plan for infrastructure or application changes.
Input Requirements
Gather these details before generating the plan:
Change Description
- What's changing (infrastructure, application, configuration)
- Version or state transition (from/to)
- Problem solved or feature added
Environment Details
- Target environment (dev, staging, production, all)
- Infrastructure type (Kubernetes, VMs, serverless, containers)
- Affected services and dependencies
- Current capacity and scale
Constraints & Requirements
- Acceptable downtime window
- Change window restrictions
- Approval requirements
- Regulatory or compliance considerations
Risk Assessment
- Blast radius of change
- Data migrations or schema changes
- Rollback complexity and safety
- Known risks
Output Format
Generate a structured rollout plan with these sections:
1. Executive Summary
- What, why, when, duration
- Risk level and rollback time
- Affected systems and user impact
- Expected downtime
2. Prerequisites & Approvals
- Required approvals (technical lead, security, compliance, business)
- Required resources (capacity, backups, monitoring, rollback automation)
- Pre-deployment backups
3. Preflight Checks
- Infrastructure health validation
- Application health baseline
- Dependency availability
- Monitoring baseline metrics
- Go/no-go decision checklist
4. Step-by-Step Rollout Procedure
Phases: Pre-deployment, deployment, progressive verification
- Specific commands for each step
- Validation after each step
- Duration estimates
5. Verification Signals
Immediate (0-2 min): Deployment success, pods/containers started, health checks passing Short-term (2-5 min): Application responding, error rates acceptable, latency normal Medium-term (5-15 min): Sustained metrics, stable connections, integrations working Long-term (15+ min): No degradation, capacity healthy, business metrics normal
6. Rollback Procedure
Decision Criteria: When to initiate rollback Rollback Steps: Automated, infrastructure revert, or full restore Post-Rollback Verification: Confirm system health restored Communication: Stakeholder notification
7. Communication Plan
- Pre-deployment (T-24h): Schedule and impact notice
- Deployment start: Commencement notice
- Progress updates: Status every X minutes
- Completion: Success confirmation
- Rollback (if needed): Issue notification
Stakeholder Matrix: Who to notify, when, via what method, with what content
8. Post-Deployment Tasks
- Immediate (1h): Verify criteria met, review logs
- Short-term (24h): Monitor metrics, review errors
- Medium-term (1 week): Post-deployment review, lessons learned
9. Contingency Plans
Scenarios: Partial failure, performance degradation, data inconsistency, dependency failure For each: Symptoms, response, timeline
10. Contact Information
- Primary and secondary on-call
- Escalation path
- Emergency contacts (infrastructure, security, database, networking)
Plan Customization
Adapt based on:
- Infrastructure Type: Kubernetes, VMs, serverless, databases
- Risk Level: Low (simplified), medium (standard), high (additional gates)
- Change Type: Code deployment, infrastructure, configuration, data migration
- Environment: Production (full plan), staging (simplified), development (minimal)
Remember
- Always have a tested rollback plan
- Communicate early and often
- Monitor metrics, not just logs
- Document everything
- Learn from each deployment
- Never deploy on Friday afternoon (unless critical)
- Never skip verification steps
- Never assume "it should work"
Related skills
More from github/awesome-copilot and the wider catalog.
git-commit
Execute semantic git commits with conventional message analysis and intelligent staging.
excalidraw-diagram-generator
Generate Excalidraw diagrams from natural language descriptions.
documentation-writer
Create structured technical documentation using the Diátaxis framework for tutorials, how-to guides, references, and explanations.
gh-cli
GitHub CLI comprehensive reference for repositories, issues, PRs, Actions, projects, releases, and all GitHub operations from the command line.
prd
Generate comprehensive Product Requirements Documents with executive summaries, user stories, technical specs, and risk analysis.
refactor
Surgical code refactoring to improve maintainability without changing behavior.