deployment-procedures

Codifies repeatable, safe production deployment procedures with verification and rollback planning.

34|29|Updated Jul 14, 2025
One-click install
npx skills add https://github.com/adelpro/open-tarteel --skill deployment-procedures-adelpro
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deployment-procedures
Source: https://github.com/adelpro/open-tarteel/tree/main/.agent/skills/deployment-procedures
Command: npx skills add https://github.com/adelpro/open-tarteel --skill deployment-procedures-adelpro

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Production deployments are error-prone and risky without a repeatable, tested process. This Skill provides principled guidance to plan, verify, and execute safe releases, reducing the chance of outages and rollback necessity.

Core Features & Use Cases

  • Platform-agnostic guidance for Vercel/Netlify, VPS + PM2/Docker, and Kubernetes, ensuring a safe baseline across environments.
  • Checklist-driven workflow: pre-deployment, backup, deployment, verification, and rollback steps that can be adapted to any project.
  • Decision trees & anti-patterns to help engineers choose the right strategy and avoid common deployment mistakes.

Quick Start

Describe a complete, safe deployment plan for a standard web application.

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 process for production releases?

A safe deployment process codifies pre-deployment checks, backup planning, environment validation, and documented rollback triggers to reduce release risk. This approach enforces repeatable procedures across platform-agnostic setups like Vercel, VPS, or Kubernetes.

What is a deployment rollback strategy and when do I need one?

A deployment rollback strategy defines documented triggers and steps to revert a production release to a previous stable state. You need one during any release to quickly recover from outages, failed verification checks, or unexpected infrastructure errors.

Does this deployment guidance work for Kubernetes and VPS environments?

Yes, this deployment guidance provides platform-agnostic safety baselines for Kubernetes, VPS with PM2 or Docker, and Vercel or Netlify. It adapts checklist-driven workflows to common hosting setups, ensuring controlled releases across these environments.

What are common deployment anti-patterns I should avoid?

Common deployment anti-patterns include skipping pre-deployment checks, neglecting backup planning, and lacking documented rollback triggers. Avoiding these mistakes through decision trees ensures a repeatable, controlled release process and reduces outage probability.

How do I verify a production release after deployment?

You verify a production release by running post-deployment monitoring and validation steps from a checklist-driven workflow. This confirms the application is functioning correctly and helps identify when rollback triggers should be activated.

What steps should a pre-deployment checklist include for infrastructure safety?

A pre-deployment checklist should include environment validation, backup planning, and platform-specific safety verification. These steps ensure infrastructure readiness and establish a safe baseline before executing any production release.