deployment-procedures

Guide production deployments through a five-phase prepare, backup, deploy, verify, and rollback workflow.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/thimmarques/gestao-inteligente --skill deployment-procedures-thimmarques
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deployment-procedures
Source: https://github.com/thimmarques/gestao-inteligente/tree/main/.agent/skills/deployment-procedures
Command: npx skills add https://github.com/thimmarques/gestao-inteligente --skill deployment-procedures-thimmarques

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Aligns teams around safe, repeatable production releases by codifying deployment principles, reducing risk and guesswork.

Core Features & Use Cases

  • Phase-driven deployment lifecycle: PREPARE, BACKUP, DEPLOY, VERIFY, and CONFIRM/ROLLBACK.
  • Centralized pre-deployment checks: code quality, build health, environment readiness, and rollback readiness.
  • Platform-agnostic strategies: supports Vercel, Railway, VPS, Docker, Kubernetes, and serverless options with consistent governance.
  • Anti-patterns and best practices: identify risky patterns and promote safe, auditable releases.

Quick Start

Outline your next production release and apply the 5-phase deployment process to guide actions.

Frequently Asked Questions about deployment-procedures

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

FAQPage Schema
What is a structured deployment procedure for production releases?

A structured deployment procedure applies a 5-phase workflow—Prepare, Backup, Deploy, Verify, and Confirm/Rollback—to guide safe, predictable production releases and reduce risk. It enforces pre-deployment checks for code quality, build health, and environment readiness.

How do I create a rollback strategy for microservices and serverless platforms?

Create a rollback strategy by applying platform-agnostic procedures during the Confirm/Rollback phase of deployment. This approach supports microservices and serverless platforms by defining pre-deployment checks and rollback readiness before any production release occurs.

Does this deployment process work with Docker, Kubernetes, and Vercel?

Yes, the deployment process works with Docker, Kubernetes, Vercel, Railway, VPS, and serverless options. It provides platform-agnostic strategies to maintain consistent governance and safe, auditable releases across different infrastructure choices.

What are common deployment anti-patterns that increase production risk?

Common deployment anti-patterns are risky release patterns that bypass pre-deployment checks, skip backups, or lack rollback readiness. Identifying these anti-patterns promotes safe, repeatable production releases by enforcing principled deployment procedures and best practices.

How do I run pre-deployment checks for environment readiness and build health?

Run pre-deployment checks during the Prepare phase by verifying code quality, build health, environment readiness, and rollback readiness. These centralized checks ensure your production release meets consistent governance criteria before you proceed to deploy.