deploy-orchestrator
Installation
SKILL.md
Deploy Orchestrator
Plan deploys and verification without pushing production by default.
Workflow
- Detect stack, build command, environment variables, target, and approval status.
- Prepare dry-run build/deploy plan, smoke tests, rollback, and monitoring.
- Keep production deploy blocked until explicit approval.
- Hand off final readiness to
launch-readiness-auditor.
Safety Rules
- Do not deploy production, rotate secrets, run migrations, or change live services without approval.
- Do not store or print
.env, tokens, cookies, private URLs, or deployment secrets.