deployment-procedures

Coordinate five-phase production deployments with rollback-ready workflows across major platforms.

Updated Jan 6, 2026
One-click install
npx skills add https://github.com/marablemarcel/Living-Lytics --skill deployment-procedures-marablemarcel
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deployment-procedures
Source: https://github.com/marablemarcel/Living-Lytics/tree/main/living-lytics/.agent/skills/deployment-procedures
Command: npx skills add https://github.com/marablemarcel/Living-Lytics --skill deployment-procedures-marablemarcel

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Production deployments are often risky and ad-hoc; this skill provides a principled framework to guide safe releases, including decision-making, rollback strategies, and verification, emphasizing thinking over scripting.

Core Features & Use Cases

  • Platform-aware deployment planning for common environments (Vercel/Netlify, Railway/Render, VPS, Docker, Kubernetes)
  • Structured, repeatable deployment workflows with a five-phase process: Prepare, Backup, Deploy, Verify, Confirm or Rollback
  • Post-deployment verification checks and rollback readiness to minimize downtime and risk
  • Real-world scenarios: mid-sized web app, microservices migration, and hotfix rollouts with rollback safety
  • Best-practice guidance to document procedures, monitor, and communicate incidents

Quick Start

Apply the five-phase deployment process to plan and execute a safe release in a staging environment.

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?

A safe production deployment workflow uses a five-phase process: Prepare, Backup, Deploy, Verify, and Confirm or Rollback. This structured approach replaces ad-hoc scripts with decision-making frameworks to minimize downtime and risk.

How do I plan a deployment with rollback strategies for Kubernetes?

Plan a Kubernetes deployment by applying platform-aware procedures that specify backup plans, verification checks, and rollback readiness. The framework covers Docker and Kubernetes environments to ensure safe releases and rapid incident response.

Does this deployment framework work with Vercel and Railway platforms?

Yes, the deployment framework is platform-agnostic and works with Vercel, Netlify, Railway, Render, VPS, Docker, and Kubernetes. It provides platform-aware procedures to guide safe releases across these common hosting environments.

What's the best way to handle post-deployment verification and incident response?

The best way to handle post-deployment verification is following a structured workflow that includes monitoring, backup plans, and rollback readiness. This framework provides best-practice guidance to document procedures, monitor, and communicate incidents.

When do I need a structured deployment framework instead of ad-hoc scripts?

You need a structured deployment framework when production releases are risky, ad-hoc, or require rollback safety. It provides a principled approach for microservices migrations, mid-sized web apps, and hotfix rollouts to ensure repeatable, safe deployments.