deployment-procedures

Standardize deployment decisions across static sites, microservices, and serverless architectures.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Production deployments introduce risk and complexity; this guide codifies principles, checklists, and decision criteria to reduce incidents and restore service quickly.

Core Features & Use Cases

  • Platform-agnostic deployment principles for static sites, microservices, and serverless workloads.
  • Pre-deployment verification, rollback planning, and post-deployment verification to ensure reliability.
  • Use Case: apply the workflow to new releases with clear decision points and rollback triggers.

Quick Start

Follow this workflow for the next production release to ensure safety and traceability.

Frequently Asked Questions about deployment-procedures

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

FAQPage Schema
How do I create a safe deployment workflow with rollback strategies?

A safe deployment workflow requires codified pre-deployment verification checks, structured rollout guidelines, and predefined rollback triggers to restore service quickly if incidents occur.

What are preflight checks for production deployments?

Preflight checks for production deployments are structured verification steps applied before release to validate platform selection, ensure safety, and standardize decisions across static sites, microservices, and serverless architectures.

Does this deployment guide work for both microservices and serverless architectures?

Yes, the deployment guide is platform-agnostic and applies to both microservices and serverless architectures, as well as static sites, providing decision criteria and guardrails for each environment.

What is the best way to plan rollback strategies for production releases?

The best way to plan rollback strategies is to establish clear decision points and rollback triggers during pre-deployment, followed by post-deployment validation and monitoring windows to ensure reliability.

How do I add safeguards to prevent deployment incidents?

Adding deployment safeguards involves applying standardized pre-deployment verification, monitoring windows, and post-deployment validation to reduce incidents and restore service quickly during production rollouts.