deploy

Orchestrate deployments across environments with feature-based pipelines and approval gates.

Updated Mar 20, 2026
One-click install
npx skills add https://github.com/hendrax5/ironman --skill deploy-hendrax5
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: deploy
Source: https://github.com/hendrax5/ironman/tree/main/skills/deploy
Command: npx skills add https://github.com/hendrax5/ironman --skill deploy-hendrax5

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deployment orchestration across multiple environments to reduce manual steps and ensure repeatable releases.

Core Features & Use Cases

  • Level-based deployment strategy (Starter, Dynamic, Enterprise) that adapts to project needs.
  • Auto-generates and organizes CI/CD artifacts across environments.
  • Rollback, promotion gates, and rollback safety checks to minimize risk during releases.

Quick Start

Run the PDCA deploy workflow with a feature flag to create and push the deployment pipeline.

Frequently Asked Questions about deploy

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

FAQPage Schema
How do I automate deployment across dev, staging, and prod environments?▼

You can automate deployment across dev, staging, and prod by orchestrating pipelines with state-machine transitions. The workflow covers Starter, Dynamic, and Enterprise pipelines to generate CI/CD artifacts and enforce gate-based promotions.

What is the best way to manage feature-based deploys in a CI/CD pipeline?▼

Managing feature-based deploys is best handled by running the workflow with a feature flag. This auto-generates and organizes CI/CD artifacts across environments, simplifying the release process.

Does this deployment orchestration support automated rollback?▼

Yes, deployment orchestration supports automated rollback and rollback safety checks. It enforces these safety measures alongside approval gates to minimize risk during releases.

How do I enforce approval gates for environment promotions?▼

You can enforce approval gates for environment promotions through gate-based promotion logic. The system orchestrates level detection and state-machine transitions to ensure repeatable releases.

Can I use level-based deployment strategies for both small and enterprise projects?▼

Yes, you can use level-based deployment strategies for varying project scales. The system adapts to project needs by offering Starter, Dynamic, and Enterprise pipelines for deployment orchestration.

Why does my CI/CD file creation fail during environment promotion?▼

CI/CD file creation during promotion may fail if the level detection or state-machine transitions are not properly configured. The system requires valid gate-based promotions to ensure repeatable releases.