Skip to content

Architecture · Global library

Data Migration Blueprinter

Design zero-downtime data migrations with rollback choreography, phased reads, and production-safe cutovers.

CodexClaude CodeKimi Codeorchestrator-mcp

Best use case

Use Data Migration Blueprinter when you need to design zero-downtime data migrations with rollback choreography, phased reads, and production-safe cutovers, especially when the work is driven by data migration and rollback.

Trigger signals

data migrationrollbackzero downtime

Validation hooks

verify_migration_safety

Install surface

Copy the exact command path you need.

Inspect

pip install "orchestrator-mcp[dashboard]"
orchestrator-mcp skills show data-migration-blueprinter

Use

orchestrator-mcp skills export data-migration-blueprinter --to ./skillforge-packs
# copy the exported pack into your preferred agent environment

Export

cp -R skills/data-migration-blueprinter ./your-agent-skills/data-migration-blueprinter
# or open skills/data-migration-blueprinter/SKILL.md in a markdown-first client

File patterns

**/migrations/****/schema.prisma**/*.sql

Model preferences

moonshotai/kimi-k2.5deepseek-ai/deepseek-v3.2deepseek-r1:32b

Related skills

Adjacent packs to compose next.

ArchitectureGlobal library

Circuit-Breaker Weaver

Open pack

Wrap external API calls with circuit breakers, retries, fallbacks, and backoff while preserving business logic shape.

CodexClaude Code
ArchitectureGlobal library

CQRS Pattern Master

Open pack

Separate read and write models to optimize for query performance and command processing independently

CodexClaude Code