Claude Code Plugins

Community-maintained marketplace

Feedback

production-deployment-phase

@oxie/portfolio-cms-project
0
18

Standard Operating Procedure for /ship-prod phase. Automated staging→production promotion.

Install Skill

Shared

Installs to .agents/skills, used by Codex, Amp, Warp, Cursor, OpenCode, and more.

CodexAmp
Warp
CursorOpenCode
Cline
Gemini CLI
GitHub Copilot
Personal

Available across projects.

$npx skills-installer add @oxie/portfolio-cms-project/production-deployment-phase --client shared
Project

Writes to .agents/skills.

$npx skills-installer add @oxie/portfolio-cms-project/production-deployment-phase -p --client shared
Note: Review the skill instructions before using it.

SKILL.md

name production-deployment-phase
description Standard Operating Procedure for /ship-prod phase. Automated staging→production promotion.
allowed-tools Read, Edit, Bash

Production Deployment Phase: Standard Operating Procedure

Training Guide: Promote staging to production with versioning and release.

Phase Overview

Purpose: Production deployment with version bump and release Inputs: Validated staging deployment Outputs: Production deployment, release version, production ship report Expected duration: 15-30 minutes

Execution Steps

  1. Verify staging validation complete
  2. Bump version (semantic versioning)
  3. Deploy to production
  4. Run health checks
  5. Create git release tag
  6. Generate production ship report
  7. Monitor post-deploy

Common Mistakes

  • Production deploy failures
  • Rollback needed
  • Monitoring alerts missed

Completion Criteria

  • Deployed to production
  • Version bumped and tagged
  • Health checks pass
  • Monitoring configured

This SOP guides production deployment.