deployment-procedures

Guide production deployments with rollback strategies across Vercel, Docker, Kubernetes, and VPS.

Updated Jan 27, 2026
One-click install
npx skills add https://github.com/Oscar-Ivan-Salas/PILi_Quarts_Doc --skill deployment-procedures-oscar-ivan-salas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deployment-procedures
Source: https://github.com/Oscar-Ivan-Salas/PILi_Quarts_Doc/tree/main/PILi_Quarts_V3.0/.agent/skills/deployment-procedures
Command: npx skills add https://github.com/Oscar-Ivan-Salas/PILi_Quarts_Doc --skill deployment-procedures-oscar-ivan-salas

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Production teams often deploy without a rigorous, repeatable process, risking outages and rollback headaches. This Skill provides a mindset and structured principles for safe deployment, verification, and rollback planning to reduce risk.

Core Features & Use Cases

  • Principled deployment framework: decision trees and phase-based workflows for platform variety.
  • Pre- and post-deployment checks: verification categories, monitoring, and rollback readiness.
  • Operational guidelines: rollback strategies, zero-downtime tactics, and emergency procedures.
  • Use cases include: safe releases on Vercel/Netlify, Docker, Kubernetes, VPS + PM2.

Quick Start

Define your 5-phase deployment plan (Prepare, Backup, Deploy, Verify, Confirm) for the next release and document a rollback strategy.

Frequently Asked Questions about deployment-procedures

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

FAQPage Schema
What is a safe production deployment process for Docker or Kubernetes?

A safe production deployment process uses a 5-phase framework: Prepare, Backup, Deploy, Verify, and Confirm. This structured approach codifies pre-deployment checks, monitoring, and rollback readiness to prevent outages across Docker and Kubernetes platforms.

How do I plan a rollback strategy for a failed release?

To plan a rollback strategy for a failed release, document operational guidelines that include zero-downtime tactics, post-rollback containment, and emergency procedures. This ensures immediate recovery and system stability after an unsuccessful deployment.

Does this deployment framework work for Vercel and VPS environments?

Yes, this deployment framework works for Vercel, VPS, PM2, and Kubernetes environments. It applies decision trees and phase-based workflows to handle platform variety, ensuring safe releases and verification across different infrastructure choices.

What are the essential pre-deployment checks for CI/CD pipelines?

Essential pre-deployment checks for CI/CD pipelines include rigorous backup creation, health verification, and monitoring setup. Codifying these verification categories ensures rollback readiness and reduces the risk of production outages during releases.

Why do I need verification categories and monitoring for zero-downtime deployments?

You need verification categories and monitoring for zero-downtime deployments to validate system health immediately after changes. Post-deployment checks confirm release stability, enabling rapid rollback execution if unexpected operational anomalies occur.