deployment-procedures

Guide teams through a five-phase deployment process with rollback safeguards.

7|1|Updated Mar 28, 2026
One-click install
npx skills add https://github.com/skeletorflet/opencode-kit --skill deployment-procedures-skeletorflet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deployment-procedures
Source: https://github.com/skeletorflet/opencode-kit/tree/main/.opencode/skills/deployment-procedures
Command: npx skills add https://github.com/skeletorflet/opencode-kit --skill deployment-procedures-skeletorflet

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Production deployments often introduce risk and uncertainty. This skill provides principled guidance to plan, validate, and execute deployments with rollback safeguards, not ad-hoc steps.

Core Features & Use Cases

  • Structured workflow: Enforces a five-phase deployment process (Prepare, Backup, Deploy, Verify, Confirm/Rollback) to minimize risk.
  • Guardrails & checklists: Includes verification categories, rollback strategies, and anti-patterns to reduce failure modes.
  • Use Case: Adopt a repeatable deployment pattern for web apps across Vercel, Kubernetes, or Docker environments.

Quick Start

Implement the five-phase deployment workflow (Prepare, Backup, Deploy, Verify, Confirm or Rollback) on your target platform.

Frequently Asked Questions about deployment-procedures

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

FAQPage Schema
What is a safe deployment process with rollback for production environments?

A safe deployment process uses a structured five-phase workflow: Prepare, Backup, Deploy, Verify, and Confirm or Rollback. This minimizes production risk by enforcing pre-deployment checks, backups, and verification before final confirmation.

How do I plan a deployment across Kubernetes or Docker environments?

To plan a deployment, follow a structured workflow with pre-deployment checks and backups tailored to your target platform. The process applies to Kubernetes, Docker, Vercel, and Netlify, ensuring repeatable execution and rollback safeguards.

Does this deployment workflow support Vercel and Netlify platforms?

Yes, the deployment workflow supports platform selection for Vercel and Netlify. It provides principled guidance and checklists applicable across these environments to ensure safe, validated deployment execution and rollback.

What's the best way to handle rollback when a deployment fails verification?

The best way to handle rollback is to follow the Confirm or Rollback phase, which triggers rollback strategies when verification fails. The workflow includes specific rollback scenarios and anti-patterns to safely revert deployments across environments.

What verification checks should I run after deploying to production?

Post-deployment verification checks should validate the deployment using specific verification categories outlined in the workflow. These checks confirm stability before final confirmation, preventing failed deployments from persisting in production.

Why should I use a structured deployment workflow instead of ad-hoc steps?

A structured deployment workflow reduces risk and uncertainty by replacing ad-hoc steps with principled guidance. It enforces backups, verification, and rollback safeguards, making production deployments safe and repeatable.