一键导入
planning-migration-strategy
Migration strategy for data/schemas/contracts: compatibility, phases, verification
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Migration strategy for data/schemas/contracts: compatibility, phases, verification
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Mandatory baseline rules for any agent. Must be loaded before any work
Frontend design system practices: tokens, typography, color, layout, and component consistency.
Frontend UI/UX practices: flows, interaction states, accessibility-first UX, forms, and perceived performance.
Clean code execution rules for coding agents with verifiable quality gates.
Debugging requirements protocol from reproducible issue to verified fix and regression protection.
Requirement quality rules for coding tasks with traceable MUST/SHOULD and verifiable acceptance criteria.
| name | planning-migration-strategy |
| description | Migration strategy for data/schemas/contracts: compatibility, phases, verification |
<common_patterns> expand/contract dual-read / dual-write backfill in background versioned API / events </common_patterns>
Identify migration objects and dependencies (tables, indexes, consumers) Select a migration pattern and justify it (why it fits the constraints) Split into phases: preparation -> compatibility -> transfer -> cutover -> cleanup Define integrity/correctness verification (checksums, counts, sampling) Explicitly describe compatibility during the migration window (which versions coexist)<output_format>
<quality_rules> Data integrity verification exists (not only "ran the migration") Compatibility during the migration window is described explicitly </quality_rules>