deployment-procedures

Guide production deployment planning with checks, backup, rollback, and verification.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/bcassiano/MariIA --skill deployment-procedures-bcassiano
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deployment-procedures
Source: https://github.com/bcassiano/MariIA/tree/main/ag_kit_2/.agent/skills/deployment-procedures
Command: npx skills add https://github.com/bcassiano/MariIA --skill deployment-procedures-bcassiano

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Production deployment principles and decision-making to safely release software, emphasizing thinking and guardrails over scripted steps.

Core Features & Use Cases

  • Deployment principles and decision-making for safe production releases.
  • Covers platform selection, pre-deployment checks, backup, rollback, verification, and post-deployment guidance.
  • Use Case: teams deploying across environments with strict safety requirements and documented rollback plans.

Quick Start

Describe your deployment context and apply the five-phase process (Prepare, Backup, Deploy, Verify, Confirm or Rollback) to ensure a safe release.

Frequently Asked Questions about deployment-procedures

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

FAQPage Schema
How do I plan a safe production deployment with proper rollback procedures?

Plan a safe production deployment by applying a five-phase process: Prepare, Backup, Deploy, Verify, and Confirm or Rollback. This framework enforces explicit pre-deployment checks and documented rollback plans to ensure reliable production changes.

What is the best way to verify a production release after deployment?

The best way to verify a production release is to enforce post-deployment checks and monitoring requirements. This verification phase ensures explicit checks confirm system stability before finalizing the deployment.

How do I create guardrails for releasing software across multiple environments?

Create guardrails for releasing software by enforcing documentation, backup, and platform selection decisions. This approach ensures strict safety requirements are met through principled decision-making rather than relying solely on scripted steps.

When do I need a documented rollback plan for production changes?

You need a documented rollback plan for production changes whenever deploying across environments with strict safety requirements. The backup and rollback phase ensures you can safely revert changes if verification checks fail.

How does platform selection affect deployment safety?

Platform selection affects deployment safety by guiding decision-making for releases across different environments. Choosing the right platform ensures pre-deployment checks, backups, and monitoring requirements align with your specific production context.

What should I check before deploying to production?

Before deploying to production, check that you have completed the Prepare and Backup phases, which include platform selection, pre-deployment verification, and documented rollback plans. These explicit checks prevent unsafe production changes.