Ea Deploy Feature banner
Equilateral-AI Equilateral-AI

Ea Deploy Feature

DevOps community

Description

# Deploy Feature Workflow Execute deployment validation with standards enforcement and rollback readiness checks. ## What This Workflow Does Validates deployment readiness through: - Pre-deployment validation (DeploymentValidationAgent) - Security scanning (SecurityScannerAgent) - Test orchestration (TestOrchestrationAgent) - Deployment execution (DeploymentAgent) ## Implementation Steps 1. **Import Required Modules:** ```javascript const AgentOrchestrator = require('./equilateral-cor

Installation

Installs to ~/.claude/commands/equilateral-ai-equilateral-agents-open-core-ea-deploy-feature.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/Equilateral-AI/equilateral-agents-open-core/HEAD/.claude/commands/ea-deploy-feature.md -o ~/.claude/commands/equilateral-ai-equilateral-agents-open-core-ea-deploy-feature.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository