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.
Scanned 2/12/2026
Install to Claude Code
npx -y skills add masharratt/claude-flow-novice --skill cfn-deployment-lifecycle --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Cfn Deployment Lifecycle?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/masharratt-cfn-deployment-lifecycle)More formats (shields.io, HTML) on the badges page.
---
name: cfn-deployment-lifecycle
description: "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."
version: 1.0.0
tags: [mega-skill, deployment, promotion, lifecycle]
status: production
---
# 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
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!