deployment-procedures

Guide production software deployments with decision frameworks and rollback strategies.

Updated Dec 24, 2025
One-click install
npx skills add https://github.com/OmarMira/Coontabilidad --skill deployment-procedures-omarmira
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deployment-procedures
Source: https://github.com/OmarMira/Coontabilidad/tree/main/.agent/skills/deployment-procedures
Command: npx skills add https://github.com/OmarMira/Coontabilidad --skill deployment-procedures-omarmira

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a structured, principle-based approach to deploying software safely and efficiently, minimizing risks and ensuring successful releases.

Core Features & Use Cases

  • Decision Frameworks: Guides users through platform selection and deployment strategies (rolling, blue-green, canary).
  • Verification Checklists: Ensures all necessary pre-deployment checks, post-deployment verifications, and rollback plans are considered.
  • Use Case: A developer needs to deploy a new version of their web application to a production server. This Skill helps them choose the right deployment method, perform essential checks, execute the deployment safely, and have a clear rollback strategy if issues arise.

Quick Start

Follow the principles outlined in this skill to prepare for and execute a safe production deployment.

Frequently Asked Questions about deployment-procedures

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

FAQPage Schema
How do I ensure safe production deployment with minimal downtime?

Safe production deployment requires structured pre-deployment verification, phased workflows, and zero-downtime techniques like rolling or blue-green releases. This approach minimizes risks by enforcing decision frameworks that verify system readiness before and after executing release management steps.

What is the best deployment strategy for releasing a new web application version?

The best deployment strategy depends on your platform selection and risk tolerance, comparing rolling, blue-green, and canary deployments. Decision frameworks guide platform selection by evaluating traffic splitting needs and rollback requirements to ensure adaptable and secure release management.

How does a rollback strategy work during a failed production release?

A rollback strategy works by reverting a production environment to its previous stable state when post-deployment monitoring detects issues. It requires pre-planned verification checklists and an understanding of the underlying deployment architecture to execute quick and safe reversions.

What pre-deployment checks are needed for zero-downtime production releases?

Pre-deployment checks for zero-downtime releases involve verifying infrastructure readiness, validating configurations, and confirming rollback plans. These verification checklists ensure all necessary conditions are met before executing phased workflows or advanced deployment strategies safely.

When do I need to use canary deployments instead of rolling updates?

You need canary deployments when validating changes with a small subset of users before a full release management rollout. Unlike rolling updates, canary deployments limit blast radius by routing partial traffic to the new version, requiring strict post-deployment monitoring to proceed.