deployment-procedures

Plan deployment rollouts and rollback procedures across production environments.

Updated Mar 17, 2026
One-click install
npx skills add https://github.com/HemantSudarshan/Dhumichatbot --skill deployment-procedures-hemantsudarshan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deployment-procedures
Source: https://github.com/HemantSudarshan/Dhumichatbot/tree/main/skills/07-deploy/deployment-procedures
Command: npx skills add https://github.com/HemantSudarshan/Dhumichatbot --skill deployment-procedures-hemantsudarshan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deployment strategies and rollback planning for production releases, reducing risk and downtime by guiding teams through structured processes rather than ad-hoc changes.

Core Features & Use Cases

  • Decision framework for platform selection and deployment method
  • 5-phase deployment workflow: Prepare, Backup, Deploy, Verify, Confirm/Rollback
  • Rollback and emergency procedures with blue-green, canary, and rolling strategies

Quick Start

Plan your next release using the 5-phase deployment process and select an appropriate platform before you begin.

Frequently Asked Questions about deployment-procedures

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

FAQPage Schema
How do I plan a safe production deployment using a structured workflow?

Plan safe production deployments using a structured 5-phase workflow: Prepare, Backup, Deploy, Verify, and Confirm or Rollback. This process guides teams through each step to reduce risk and downtime during production releases.

What is the best way to implement rollback procedures for continuous deployment?

Implement rollback procedures for continuous deployment by defining emergency strategies during the Prepare phase. The workflow specifies rollback actions for blue-green, canary, and rolling strategies to ensure rapid recovery if verification checks fail.

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

Choose blue-green or canary deployment strategies based on your platform selection and risk tolerance. The decision framework guides you to the appropriate method, balancing rollout speed against the need for incremental traffic shifting and verification.

How do I verify a production release before confirming a deployment?

Verify a production release during the Verify phase by running specified verification checks after the Deploy phase. If checks pass, confirm the rollout; if they fail, execute the predefined rollback procedures to restore the previous state.

Can I use this deployment workflow across multiple platforms?

Yes, the deployment workflow applies across multiple platforms. It includes a decision framework specifically for platform selection to ensure the chosen deployment method and rollback procedures fit your target environment.