deployment-procedures

Guide safe production deployments with phased workflows and rollback planning.

Updated Jan 22, 2026
One-click install
npx skills add https://github.com/Arbab1308/BrownlandBL-2 --skill deployment-procedures-arbab1308
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deployment-procedures
Source: https://github.com/Arbab1308/BrownlandBL-2/tree/main/.agent/skills/deployment-procedures
Command: npx skills add https://github.com/Arbab1308/BrownlandBL-2 --skill deployment-procedures-arbab1308

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Production deployments are risky; this skill provides principles and decision-making frameworks to deploy safely, with rationale, not to write scripts.

Core Features & Use Cases

  • Platform-agnostic deployment principles: safe release practices, verification, and rollback planning.
  • Phase-driven workflows: Prepare, Backup, Deploy, Verify, Confirm/Rollback.
  • Anti-patterns and best practices: avoid risky practices and document deployment outcomes.

Quick Start

Use the deployment principles to design a safe production release for a web app, including a rollback plan and post-deployment checks.

Frequently Asked Questions about deployment-procedures

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

FAQPage Schema
What are the phases of a safe production deployment workflow?

A safe production deployment workflow consists of five phases: Prepare, Backup, Deploy, Verify, and Confirm or Rollback. This structure ensures systematic risk management and continuous delivery safety.

How do I execute a rollback on Docker or Kubernetes?

Execute a rollback on Docker or Kubernetes using platform-specific rollback methods defined within a standardized deployment framework. Planning rollback execution before deploying ensures fast recovery during critical failures.

What is included in a pre-deployment verification framework?

A pre-deployment verification framework includes standardized checks and principles applied before releasing to production. It ensures environment readiness and validates safety conditions to prevent risky continuous delivery outcomes.

Does this deployment guidance work for Vercel and VPS platforms?

Yes, this deployment guidance applies to platform choices including Vercel, Render, VPS, Docker, and Kubernetes. It provides platform-agnostic safe release principles, verification, and rollback planning for diverse environments.

What are common deployment anti-patterns I should avoid?

Common deployment anti-patterns include risky release practices that bypass verification or lack rollback planning. Avoiding these anti-patterns and documenting deployment outcomes ensures safe continuous delivery and operational stability.