deployment-procedures

Plan and execute safe production deployments with a five-phase workflow.

Updated Feb 22, 2026
One-click install
npx skills add https://github.com/gelsonsimoes/wms-verticalparts --skill deployment-procedures-gelsonsimoes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deployment-procedures
Source: https://github.com/gelsonsimoes/wms-verticalparts/tree/main/.agent/skills/deployment-procedures
Command: npx skills add https://github.com/gelsonsimoes/wms-verticalparts --skill deployment-procedures-gelsonsimoes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deployment principles and decision-making guide teams toward safe, reliable production releases by emphasizing thinking and guardrails over ad-hoc scripting.

Core Features & Use Cases

  • Decision-tree guided platform selection for static sites, apps, microservices, and serverless deployments.
  • 4 verification categories (Code Quality, Build, Environment, Safety) with a practical, repeatable pre-deployment checklist.
  • 5-phase deployment workflow (Prepare, Backup, Deploy, Verify, Confirm or Rollback) with explicit rollback and post-deploy verification.
  • Anti-pattern awareness and best practices to minimize risk and speed up recovery when issues arise.

Quick Start

Define your deployment context, align your rollback plan, and follow the 5-phase process to execute a safe 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 production deployment workflow with rollback and verification?

A safe production deployment workflow follows five phases: Prepare, Backup, Deploy, Verify, and Confirm or Rollback. This process enforces pre-deployment checks and explicit rollback criteria to minimize risk during releases.

How do I choose the right deployment platform for microservices and serverless apps?

Choosing a deployment platform uses a decision-tree guide based on your architecture type, covering static sites, apps, microservices, and serverless environments to match your specific deployment context safely.

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

Pre-deployment checks should cover four verification categories: Code Quality, Build, Environment, and Safety. Running this repeatable checklist ensures guardrails are met before executing a production release.

When should I execute a rollback during a production deployment?

You should execute a rollback when post-deploy verification fails to meet explicit rollback criteria. The deployment workflow defines clear conditions for rolling back to minimize incident impact and speed up recovery.

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

Common deployment anti-patterns include ad-hoc scripting and skipping pre-deployment verification. Avoiding these patterns through guardrails and best practices minimizes risk and speeds up recovery when issues arise.

Does this deployment guide work for diverse environments without specific scripting tools?

Yes, this deployment guide focuses on the WHY behind each step rather than scripting details. It applies across diverse environments by enforcing decision-driven platform selection and verification guardrails.