deployment-procedures

Identifies safe production deployment strategies and decision criteria for software releases.

Updated Sep 2, 2025
One-click install
npx skills add https://github.com/rafaelminatto1/fisioflow-51658291 --skill deployment-procedures-rafaelminatto1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deployment-procedures
Source: https://github.com/rafaelminatto1/fisioflow-51658291/tree/main/.agent/skills/deployment-procedures
Command: npx skills add https://github.com/rafaelminatto1/fisioflow-51658291 --skill deployment-procedures-rafaelminatto1

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This guide provides safe deployment principles and decision-making criteria to minimize production risk during releases.

Core Features & Use Cases

  • Decision framework: guides platform selection and deployment strategy across static sites, serverless, containers, and microservices.
  • Structured workflow: defines Prepare, Backup, Deploy, Verify, and Confirm/Rollback phases with clear guardrails.
  • Post-deploy verification: outlines monitoring, health checks, and rollback readiness to catch issues early.

Quick Start

Follow a 5-step process: Prepare, Backup, Deploy, Verify, and Confirm or Rollback for a safe production release.

Frequently Asked Questions about deployment-procedures

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

FAQPage Schema
What are the best practices for safe production deployment?

Safe production deployment requires a structured 5-step process: Prepare, Backup, Deploy, Verify, and Confirm or Rollback. This workflow enforces code quality, build, environment, and safety verification categories to minimize release risk.

How do I plan a rollback strategy for a software release?

Plan a rollback strategy during the Prepare and Backup phases by defining decision criteria and capturing pre-deploy states. Post-deploy monitoring and health checks determine if executing a rollback is necessary to restore production stability.

Does this deployment framework work with Kubernetes and serverless edge functions?

Yes, the deployment framework applies to platforms ranging from static sites to microservices, including Vercel/Netlify, VPS, Docker, Kubernetes, and serverless edge functions, providing decision criteria for each environment.

How do I verify a production release after deploying?

Verify a production release by applying structured verification categories: code quality, build integrity, environment configuration, and safety checks. Post-deploy monitoring and health checks confirm system stability before final confirmation.

What is the decision criteria for choosing a deployment strategy?

Deployment strategy decision criteria depend on your platform compatibility, ranging from static sites and serverless functions to Docker containers and microservices. The framework guides selection based on risk management and verification needs.