data-moveDeep data migration workflow—scope, mapping, validation, batching and ordering, dual-write and cutover, rollback, and reconciliation. Use when moving tenants...
Install via ClawdBot CLI:
clawdbot install clawkk/data-moveGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated May 6, 2026
A SaaS provider needs to move tenant data to a new database region for performance compliance. The workflow ensures zero downtime using dual-write and phased cutover per tenant, with reconciliation to guarantee data integrity.
An e-commerce company performs a bulk backfill after a schema change, migrating order history to a new table structure. The workflow uses batching with idempotency and validation checks (e.g., order totals matching) to avoid silent corruption.
A bank migrates transaction records to a new audit store while preserving immutable identifiers and PII compliance. The workflow includes field-level mapping for timezone handling and shadow comparisons to verify balances.
A healthcare organization consolidates patient records from multiple legacy systems into a unified data lake. The workflow manages foreign-key dependencies and soft-delete semantics, with 72h reconciliation monitoring for data correctness.
A media streaming service migrates content metadata to a new database using blue/green tables and a rename swap for zero downtime. Validation includes checksums and sample joins to ensure no asset corruption.
Offer data migration as a service, charging per project or per volume of data moved. Recurring revenue from post-migration support and reconciliation monitoring.
Build a SaaS platform that automates the seven-stage workflow for self-service migrations. Revenue from monthly subscriptions based on data volume or number of tenants.
Develop training courses and certifications for data engineers on best-practice migration workflows. Revenue from course fees, certification exams, and corporate training packages.
💬 Integration Tip
Pair with db-migrate for schema timing versus data movement, and use feature flags for read-path switching during cutover.
Scored May 6, 2026
Use the @steipete/oracle CLI to bundle a prompt plus the right files and get a second-model review (API or browser) for debugging, refactors, design checks, or cross-validation.
Local search/indexing CLI (BM25 + vectors + rerank) with MCP mode.
Use when designing database schemas, writing migrations, optimizing SQL queries, fixing N+1 problems, creating indexes, setting up PostgreSQL, configuring EF Core, implementing caching, partitioning tables, or any database performance question.
Connect to Supabase for database operations, vector search, and storage. Use for storing data, running SQL queries, similarity search with pgvector, and managing tables. Triggers on requests involving databases, vector stores, embeddings, or Supabase specifically.
Use SQLite correctly with proper concurrency, pragmas, and type handling.
Write correct MySQL queries avoiding common pitfalls with character sets, indexes, and locking.