deployment-procedures

Guide safe production deployments with platform-specific release workflows and verification checks.

Updated May 19, 2026
One-click install
npx skills add https://github.com/TimeKast/AgendaInteligente --skill deployment-procedures-timekast
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deployment-procedures
Source: https://github.com/TimeKast/AgendaInteligente/tree/main/.agent/skills/deployment-procedures
Command: npx skills add https://github.com/TimeKast/AgendaInteligente --skill deployment-procedures-timekast

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents risky production releases by teaching a decision-first, verification-focused approach to deploying software safely.

Core Features & Use Cases

  • Deployment decision-making by platform: Choose the right workflow for Vercel/Netlify, Railway/Render, VPS+PM2/Docker, or Kubernetes based on the delivery model.
  • Pre-deployment risk checks: Validate code quality, production build readiness, environment variables/secrets, and backup/rollback readiness before touching production.
  • Runbook-style execution: Follow a structured five-phase process (Prepare → Backup → Deploy → Verify → Confirm or Rollback) and define post-deployment verification windows and rollback triggers.
  • Operational safety guidance: Reduce downtime via rolling, blue-green, or canary strategies and handle emergencies with a prioritized investigation order.

Quick Start

Ask: "Using my platform is Vercel and this is a high-risk change, what should my pre-deployment checklist, 5-phase workflow, verification timeline, and rollback triggers be?"

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 workflow with rollback support?

A safe production deployment workflow uses a five-phase process: Prepare, Backup, Deploy, Verify, and Confirm or Rollback. It applies pre-deployment risk checks and verification-first decision making to ensure zero-downtime releases and safe recovery.

How do I deploy a high-risk change to Vercel without downtime?

To deploy a high-risk change to Vercel without downtime, select a platform-appropriate release workflow, complete code and environment variable checks, execute the deployment with health validation, and define post-deployment verification windows and rollback triggers.

What should I check before deploying to production on Docker or Kubernetes?

Before deploying to production on Docker or Kubernetes, validate code quality, production build readiness, environment variables and secrets, and backup or rollback readiness to ensure operational safety and prevent risky releases.

What is the best way to handle an emergency rollback during a release?

The best way to handle an emergency rollback is to follow a prioritized investigation order and execute a documented rollback strategy without compounding changes, ensuring recovery via pre-defined rollback triggers and post-deployment verification.

When should I use blue-green or canary deployment strategies?

You should use blue-green or canary deployment strategies to reduce downtime during operational safety guidance, applying rolling updates and zero-downtime strategies across Vercel, VPS+PM2, Docker, or Kubernetes platforms.

Does zero-downtime deployment work with VPS and PM2?

Yes, zero-downtime deployment works with VPS and PM2 by selecting the platform-appropriate release workflow, applying pre-deployment safety checks, and using rolling or blue-green strategies with health validation and documented rollback plans.