migration
작성자: juliusbrussee
가역적이고 호환성 안전한 전환을 구현합니다. 롤백 및 보존 증명이 필요한 스키마, 데이터, API, 프로토콜, 구성 또는 종속성 마이그레이션에 사용합니다.
npx skills add https://github.com/juliusbrussee/caveman --skill migrationMigration
Map current readers, writers, data shape, compatibility window, and ownership before editing.
- Define forward path and rollback path.
- Preserve existing data; make destructive steps explicit and separately authorized.
- Keep mixed-version operation safe where rollout can overlap.
- Sequence expand, migrate, verify, then contract when applicable.
- Make retries idempotent and partial failure observable.
- Verify old and new paths at required transition stages.
Stop after requested stage passes; do not perform later destructive contraction implicitly.