deployment-procedures

Plan safe production deployments with phase-based procedures and rollback checklists.

8.1k|1.5k|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/vudovn/antigravity-kit --skill deployment-procedures-vudovn
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: deployment-procedures
Source: https://github.com/vudovn/antigravity-kit/tree/main/.agent/skills/deployment-procedures
Command: npx skills add https://github.com/vudovn/antigravity-kit --skill deployment-procedures-vudovn

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deployment principles and decision-making to enable safe production releases without scripting, reducing risk and enabling faster, reliable rollouts.

Core Features & Use Cases

  • Deployment decision framework across platforms and environments
  • Phase-based workflow: PREPARE, BACKUP, DEPLOY, VERIFY, CONFIRM or ROLLBACK
  • Rollback, emergency procedures, and post-deployment verification
  • Anti-patterns, best practices, and decision checklists
  • Use Case: plan a blue-green rollout for a microservice in Kubernetes with rollback on failure

Quick Start

Draft a 5-phase deployment plan for a new service in your environment, including backup and rollback steps, and run a basic health verification.

Frequently Asked Questions about deployment-procedures

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I plan a safe production deployment without writing custom scripts?▼

Plan safe production deployments by applying phase-based principles like preparation, backup, deployment, and verification. This approach reduces risk and enables reliable rollouts without relying on custom scripts.

What is the best way to structure a rollback strategy for a microservice release?▼

Structure a rollback strategy using a phase-based workflow that includes backup, deployment, and verification steps. This ensures rollback readiness and outlines emergency procedures if a microservice release fails.

How does a blue-green deployment work for continuous delivery?▼

Blue-green deployment works by preparing a parallel environment, deploying to it, verifying health, and confirming or rolling back. This continuous delivery method ensures zero downtime and rapid rollback on failure.

Can I use this deployment framework for serverless environments and static sites?▼

Yes, this deployment framework applies across platforms including serverless environments, static sites, web apps, and microservices. It outlines actionable procedures and checklists for each scenario.

What should be included in post-deployment verification and monitoring?▼

Post-deployment verification should include health checks, monitoring, and validation against deployment checklists. This confirms the release is stable and helps detect issues requiring emergency rollback.

When should I avoid phase-based deployment procedures?▼

Avoid phase-based deployment procedures only when rapid, unverified emergency patches are required, as this approach enforces rigorous verification, backup, and rollback readiness steps that may delay urgent fixes.