deployment-procedures

Guide production deployments through a five-phase workflow with rollback readiness.

Updated Mar 3, 2025
One-click install
npx skills add https://github.com/cyhinverse/YiBu --skill deployment-procedures-cyhinverse
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deployment-procedures
Source: https://github.com/cyhinverse/YiBu/tree/main/.agents/skills/deployment-procedures
Command: npx skills add https://github.com/cyhinverse/YiBu --skill deployment-procedures-cyhinverse

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deployments are risky and error-prone without a structured process. This skill provides principled guidance to plan, execute, and verify production deployments with rollback readiness.

Core Features & Use Cases

  • Principled decision-making for platform selection and deployment strategy
  • Backup and rollback planning to protect production state
  • Verification and monitoring to ensure health after deploy
  • Transparent, repeatable workflows across environments
  • Emergency procedures and anti-pattern awareness to minimize risk

Quick Start

Describe a deployment scenario and outline the five-phase deployment process.

Frequently Asked Questions about deployment-procedures

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

FAQPage Schema
What is the best way to ensure a safe production deployment?

A safe production deployment requires a structured five-phase workflow: Prepare, Backup, Deploy, Verify, and Confirm/Rollback. This process enforces checklists, health checks, and rollback readiness to minimize release risks.

How do I plan a rollback strategy for a Docker or Kubernetes release?

Plan a rollback strategy by integrating backup and rollback readiness into your deployment workflow. The process mandates preparing rollback procedures and verifying health checks before confirming any Docker or Kubernetes production release.

Does this deployment workflow support Vercel and VPS environments?

Yes, the deployment workflow supports Vercel and VPS environments, alongside Docker and Kubernetes. It applies principled decision-making for platform selection and verification across these diverse infrastructure targets.

What are common deployment anti-patterns and how can I avoid them?

Common deployment anti-patterns arise from unstructured, risky releases. You avoid them by applying principled decision-making, emergency procedures, and a repeatable five-phase workflow with mandatory backups and health verifications.

How do I verify application health immediately after a production deploy?

Verify application health after a production deploy by executing the Verify phase of the workflow. This step mandates running health checks and monitoring procedures to ensure the production state is stable before final confirmation.