From infrastructure-maintainer
Plans and executes infrastructure updates with safety checks, staging tests, backups, and rollback procedures.
How this command is triggered — by the user, by Claude, or both
Slash command
/infrastructure-maintainer:update-infraThe summary Claude sees in its command listing — used to decide when to auto-load this command
Plan and execute infrastructure updates with safety checks and rollback procedures. ## Steps 1. Identify what needs updating: 2. Assess update risk: 3. Create the update plan: 4. Prepare the update: 5. Execute the update: 6. Post-update verification: 7. Clean up old resources after confirmation period. ## Format ## Rules - Always test updates in staging before production. - Create backups before any destructive update. - Have a documented rollback procedure ready.
Plan and execute infrastructure updates with safety checks and rollback procedures.
Update: <what is being updated>
From: <current version>
To: <target version>
Risk: <low|medium|high>
6plugins reuse this command
First indexed Mar 30, 2026
npx claudepluginhub avelikiy/awesome-claude-code-toolkit --plugin infrastructure-maintainer/update-infraPlans and executes infrastructure updates with safety checks, staging tests, backups, and rollback procedures.
/playbook-activeExecutes an upgrade playbook defined in upgrade.md, guiding the user through the upgrade process.
/upgrade-deep-diveAnalyzes a specific upgrade with deep-dive report: risk assessment, numbered implementation steps, affected files, test strategy, rollback plan, code previews.
/rollback-planInspects the current project's deployment mechanism and produces a structured rollback runbook with pre-checks, impact assessment, copy-paste commands, verification steps, abort criteria, and follow-up actions.
/deployOrchestrates infrastructure deployments to <environment> with optional [strategy], rollback strategies, and health checks.