deployment-procedures

Guide deployment decisions with pre-deploy checks and rollback planning.

Updated Jan 27, 2026
One-click install
npx skills add https://github.com/BrunoSantanaDeveloper/flyeelab-agent-kit --skill deployment-procedures-brunosantanadeveloper
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: deployment-procedures
Source: https://github.com/BrunoSantanaDeveloper/flyeelab-agent-kit/tree/main/skills/deployment-procedures
Command: npx skills add https://github.com/BrunoSantanaDeveloper/flyeelab-agent-kit --skill deployment-procedures-brunosantanadeveloper

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deployment decisions are complex and risky; this guide provides principled approaches to safe production releases, ensuring you understand the why behind each step rather than memorizing scripts.

Core Features & Use Cases

  • Framework for platform-appropriate deployment decisions (static sites, web apps, microservices, serverless) with emphasis on safety and rollback readiness.
  • Comprehensive pre-deployment verification categories (Code Quality, Build, Environment, Safety) and a structured 5-phase deployment process (Prepare, Backup, Deploy, Verify, Confirm or Rollback).
  • Practical guidance for post-deployment verification, emergency procedures, and anti-patterns to minimize production risk.

Quick Start

Plan your next deployment using the 5-phase process and confirm backups before release.

Frequently Asked Questions about deployment-procedures

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

FAQPage Schema
What is a safe deployment process with rollback planning?▼

A safe deployment process structures production releases into five phases: Prepare, Backup, Deploy, Verify, and Confirm or Rollback. This framework ensures teams reason through risk controls, verify environments, and maintain rollback readiness before confirming a release.

How do I plan a deployment for microservices or static sites?▼

You plan a deployment by selecting a platform-appropriate strategy based on your project complexity, whether it is a static site or microservices. The process involves evaluating candidate platforms, performing pre-deployment checks across code quality and environment, and establishing post-deploy verification steps.

What pre-deployment checks should I run before a production release?▼

Before a production release, you should run pre-deployment verification across four categories: Code Quality, Build, Environment, and Safety. These checks confirm environment separation, backup readiness, and code integrity to minimize production risk during deployment.

When do I need to trigger an emergency rollback after deploying?▼

You trigger an emergency rollback when post-deployment verification fails or clear rollback triggers are met. The deployment framework specifies requirements for emergency procedures, ensuring you have backups and a structured plan to revert to a stable state if production risk is detected.

Does this deployment framework work for serverless platforms?▼

Yes, this deployment framework works for serverless platforms by providing a principled approach to platform selection and risk controls. It guides teams through deployment decisions for varying project complexities, including serverless, ensuring safety and rollback readiness regardless of the architecture.