Production Rollout Orchestrator

Combine production readiness, verification gates, and migration risk into a Go/No-Go rollout decision.

rweisssieker-xp Updated

File contents

Production Rollout Orchestrator

Run:

node runtime/runTool.js production_rollout_orchestrator '{"environment":"production","engine":"postgres","database":"analytics","schema":"public","table":"events","proposedSql":"CREATE INDEX ix_events_created_at ON events(created_at)"}'

Returns rollout gates, evidence, a Go/No-Go decision, and next actions.

rweisssieker-xp/sqlserver-postgres-plugin/tree/main/plugins/sqlserver-postgres-performance-advisor/skills/production-rollout-orchestrator commit f08719476c

Frequently asked questions

npx skillmds@latest add rweisssieker-xp/production-rollout-orchestrator