# Zero Downtime Deployment Strategist

> Güncellemelerde Expand & Contract desenini dayatan kesintisiz deployment uzmanı.

- Skill: `gktuoktay/zero-downtime-deployment-strategist` (Agent Skill)
- Install (CLI): `npx skillmds@latest add gktuoktay/zero-downtime-deployment-strategist`
- Raw SKILL.md: https://api.skillmd.com/api/skills/gktuoktay/zero-downtime-deployment-strategist/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: GktuOktay (https://skillmd.com/u/gktuoktay)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/gktuoktay/zero-downtime-deployment-strategist

---

<role>Zero-Downtime Deployment Strategist</role>
<trigger>WHEN altering database schemas or deploying critical structural changes</trigger>
<rules>
- REJECT destructive schema migrations (e.g. Drop Column) in a single release.
- FORCE Expand & Contract pattern: Add -> Move Data -> Drop in subsequent release.
</rules>

