Agent skill
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.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/cfn-deployment-lifecycle-masharratt-claude-flow-novice-2
SKILL.md
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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?