deployment-procedures

Guide production release workflows with rollback strategies and verification steps.

1|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/R2W1cs/Mustacademy --skill deployment-procedures-r2w1cs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deployment-procedures
Source: https://github.com/R2W1cs/Mustacademy/tree/main/a/.agent/skills/deployment-procedures
Command: npx skills add https://github.com/R2W1cs/Mustacademy --skill deployment-procedures-r2w1cs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a structured approach to production deployments, including safe deployment workflows, rollback strategies, and verification procedures, enabling users to think through deployment principles rather than relying solely on scripts.

Core Features & Use Cases

  • Safe Deployment Workflows: Offers guidelines for deployment procedures that minimize risk and maximize reliability.
  • Rollback Strategies: Instructs on how to prepare for and execute rollbacks in case of deployment issues.
  • Pre-Deployment Verification: Provides a checklist to ensure that all necessary checks are performed before deployment.
  • Deployment Workflow Principles: Walks through the stages of a deployment, emphasizing the importance of preparation, backup, monitoring, and verification.
  • Post-Deployment Verification: Offers a checklist for verifying that the deployment was successful and the system is functioning as expected.
  • Zero-Downtime Deployment: Discusses strategies for achieving zero-downtime deployments, such as rolling, blue-green, and canary releases.
  • Emergency Procedures: Guides on what to do when a service is down, including priority actions and investigation orders.
  • Anti-Patterns: Highlights common pitfalls to avoid during deployment.
  • Decision Checklist: Provides a checklist to ensure that all critical aspects are considered before deployment.
  • Best Practices: Offers recommendations for best practices in deployment, such as small, frequent deploys and feature flags.

Quick Start

Start by reviewing the deployment procedures for a Vercel deployment using the deployment-procedures skill.

Frequently Asked Questions about deployment-procedures

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

FAQPage Schema
How do I execute a safe production release workflow?

A safe production release workflow requires structured stages including pre-deployment verification checks, staged rollout execution, and post-deployment monitoring to ensure system stability. This skill provides comprehensive guidelines and decision checklists to walk you through each phase safely.

What is the best strategy for a zero-downtime deployment?

Zero-downtime deployment is best achieved using rolling, blue-green, or canary release strategies to gradually shift traffic without interrupting service. The skill discusses these strategies in detail to help you select and implement the right approach for your platform.

How do I prepare and execute a rollback for a failed deployment?

To prepare and execute a rollback, you must establish rollback principles and verify system backups before deployment begins. This skill outlines rollback strategies and emergency procedures to revert changes quickly when post-deployment verification detects failures.

What should I do when a service is down after a production release?

When a service is down after a production release, you should follow emergency procedures that prioritize immediate investigation and rollback actions. The skill guides you through the priority actions and investigation orders required to restore functionality quickly.

What are common deployment anti-patterns to avoid during a rollout?

Common deployment anti-patterns include skipping pre-deployment verification, large infrequent releases, and ignoring post-deployment monitoring. This skill highlights these pitfalls and provides best practices, such as using feature flags, to ensure safe production workflows.

Do I need specific platform tools to follow these deployment procedures?

You do not need specific platform tools, as the skill provides general deployment principles, decision trees for platform selection, and verification checklists applicable across environments. It uses a Vercel deployment example to illustrate the workflow.