From nw
Provides rollback procedures, risk assessment, pre/post-deployment validation checklists, and contingency planning for safe deployments.
How this skill is triggered — by the user, by Claude, or both
Slash command
/nw:nw-deployment-strategiesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
For deployment strategy patterns (canary, blue-green, rolling, progressive delivery), see `cicd-and-deployment` skill. This skill focuses on operational concerns: validation, rollback, risk, and post-deployment.
For deployment strategy patterns (canary, blue-green, rolling, progressive delivery), see cicd-and-deployment skill. This skill focuses on operational concerns: validation, rollback, risk, and post-deployment.
Before any deployment, validate:
Every deployment plan starts with the rollback section:
Configure automatic rollback when:
Stakeholder-reported functional issues | Security vulnerability discovered post-deploy | Data integrity concerns | Performance degradation below acceptable levels.
Integration failure with downstream services | Performance degradation under production load | Data migration integrity issues | Security vulnerabilities introduced.
User adoption challenges | Business process disruption | Stakeholder expectation misalignment.
Infrastructure capacity limitations | Third-party dependency failures | Team availability for incident response.
Critical user paths validated | Integration points tested with real external systems | Performance validated under production load | Security controls verified | Data integrity confirmed.
Application performance metrics collecting | Error tracking and alerting active | Business metric dashboards updated | Infrastructure monitoring nominal.
npx claudepluginhub nwave-ai/nwave --plugin nwProvides zero-downtime deployment strategies including blue-green, canary releases, rolling updates, rollbacks, feature flags, and health checks. Useful for release management and minimizing risks.
Blue-green, canary, rolling deployments, traffic shifting, and safe release strategies.
Selects and designs deployment strategies (blue-green, canary, rolling) for safe production releases.