# Cfn Deployment Lifecycle

> Skill deployment and promotion lifecycle management. Use when transitioning skills from APPROVED to DEPLOYED status, or promoting skills from staging to production with SLA enforcement.

- Skill: `majiayu000/cfn-deployment-lifecycle` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add majiayu000/cfn-deployment-lifecycle`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/cfn-deployment-lifecycle/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/cfn-deployment-lifecycle

---


# Deployment Lifecycle Skill (Mega-Skill)

**Version:** 1.0.0
**Purpose:** Skill deployment and promotion lifecycle management
**Status:** Production
**Consolidates:** cfn-deployment, cfn-promotion
**Confidence:** 9.5/10 (explicit dependency coupling)

---

## Overview

This mega-skill provides complete skill lifecycle management:
- **Deployment** - APPROVED → DEPLOYED transitions with atomic transactions
- **Promotion** - Staging → Production moves with SLA enforcement

---

## Directory Structure

```
deployment-lifecycle/
├── SKILL.md
├── lib/
│   ├── deployment/       # From cfn-deployment
│   └── promotion/        # From cfn-promotion
└── cli/
```

---

## Migration Paths

| Old Path | New Path |
|----------|----------|
| cfn-deployment/ | deployment-lifecycle/lib/deployment/ |
| cfn-promotion/ | deployment-lifecycle/lib/promotion/ |

---

## Version History

### 1.0.0 (2025-12-02)
- Consolidated deployment + promotion into unified lifecycle skill


