migration

Orchestrate technology, platform, and architecture migration workflows with risk assessment and rollback planning.

3|Updated May 9, 2026
One-click install
npx skills add https://github.com/palucdev/owflow --skill migration-palucdev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: migration
Source: https://github.com/palucdev/owflow/tree/main/src/skills/migration
Command: npx skills add https://github.com/palucdev/owflow --skill migration-palucdev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires opencode-cli, node.js, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill addresses the complexity and risks associated with technology, platform, and architecture migrations. It streamlines the process from analysis to implementation, ensuring smooth transitions with rollback and dual-run options.

Core Features & Use Cases

  • Comprehensive Migration Workflow: Handles analysis, planning, implementation, and verification of migrations.
  • Adaptive Risk Assessment: Evaluates and manages risks associated with migrations.
  • Incremental Execution: Supports phased migration with rollback points.
  • Dual-Run Support: Enables parallel running of old and new systems during migration for zero downtime.
  • Use Case: For a company planning a database migration from MySQL to PostgreSQL, this Skill can guide through every step, ensuring data integrity and minimizing downtime.

Quick Start

Run the migration workflow for your project by executing: /migration [description]

Frequently Asked Questions about migration

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

FAQPage Schema
What is the best way to orchestrate a complex platform migration with zero downtime?

Platform migration with zero downtime is achieved using dual-run capabilities, allowing old and new systems to run in parallel during the transition. This approach supports incremental execution and provides rollback points to maintain system stability.

How do I perform an incremental technology migration with rollback support?

Incremental technology migration is executed in phases with defined rollback points. By utilizing adaptive risk assessment, the workflow evaluates potential issues at each step, allowing you to safely revert changes if data integrity or system performance is compromised.

Can I use this migration workflow for a database transition from MySQL to PostgreSQL?

Yes, database migration from MySQL to PostgreSQL is a supported use case. The workflow guides the entire process from analysis to verification, ensuring data integrity and minimizing downtime through dual-run and incremental execution strategies.

Do I need Node.js and Opencode CLI to run architecture migration workflows?

Yes, Node.js version 25 or higher and Opencode CLI are required dependencies to run architecture migration workflows. These tools provide the execution environment necessary for orchestrating complex technology and platform transitions.

How does adaptive risk assessment work during technology migration?

Adaptive risk assessment during technology migration evaluates and manages potential risks throughout the workflow. It continuously analyzes the transition process, enabling incremental execution and rollback planning to mitigate data loss or downtime.

When should I not use an automated approach for architecture migration?

Automated architecture migration orchestration may not suit projects lacking clear rollback paths or environments unable to support dual-run parallel execution. If infrastructure cannot support Node.js >= 25 or Opencode CLI, alternative manual migration strategies are required.