drupal-migration-planner

Design Drupal migration architectures covering data integrity, SEO preservation, and rollback safety.

Updated Mar 5, 2026
One-click install
npx skills add https://github.com/zivtech/joyus-desktop --skill drupal-migration-planner
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: drupal-migration-planner
Source: https://github.com/zivtech/joyus-desktop/tree/main/.claude/skills/drupal-migration-planner
Command: npx skills add https://github.com/zivtech/joyus-desktop --skill drupal-migration-planner

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill prevents high-consequence migration failures by providing a comprehensive, structured planning framework that accounts for data integrity, SEO preservation, and rollback safety before any code is written.

Core Features & Use Cases

  • Migration Architecture: Generates detailed plans covering source audits, field mapping, and transformation rules.
  • Risk Mitigation: Includes specific protocols for ID conflict resolution, URL redirect strategies, and content freeze coordination.
  • Use Case: When consolidating two Drupal sites, use this skill to design an ID mapping strategy and a tested rollback procedure to ensure no data is lost or intermingled during the 48-hour cutover window.

Quick Start

Use the drupal-migration-planner to generate a full migration strategy for upgrading a Drupal 7 site to Drupal 10.

Frequently Asked Questions about drupal-migration-planner

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I plan a Drupal migration to ensure data integrity and SEO preservation?

To ensure data integrity and SEO preservation during a Drupal migration, you need a structured architecture covering source audits, field mapping, and transformation rules. This includes specific protocols for URL redirect strategies and rollback-safe execution.

What is the best way to consolidate multiple Drupal sites without losing data?

The best way to consolidate multiple Drupal sites without losing data is to design an ID mapping strategy that prevents conflicts. You also need a tested rollback procedure to ensure no content is lost or intermingled during the cutover window.

How do I create a rollback plan for a Drupal content migration?

Creating a rollback plan for a Drupal content migration involves defining rollback-safe execution protocols before writing code. This includes coordinating content freeze periods and establishing tested procedures to revert changes if data intermingling occurs.

Can I use this approach for upgrading from Drupal 7 to Drupal 10?

Yes, this approach applies to upgrading from Drupal 7 to Drupal 10. It generates a full migration strategy that covers complex scenarios including site consolidation, content model refactoring, and legacy system imports.

How does a Drupal migration architecture handle ID conflict resolution?

A Drupal migration architecture handles ID conflict resolution by generating specific risk mitigation protocols. These protocols map source identifiers to destination fields safely, preventing data loss during complex content transitions.

When do I need a content freeze during a Drupal site migration?

You need a content freeze during a Drupal site migration to coordinate the cutover window safely. This freeze prevents new content from entering the source system while the rollback procedure is tested and executed.