reversa-migrate

Orchestrate six sequential migration agents and generate a handoff document.

Updated Jun 6, 2026
One-click install
npx skills add https://github.com/Pabloprogramador23/loja --skill reversa-migrate-pabloprogramador23
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reversa-migrate
Source: https://github.com/Pabloprogramador23/loja/tree/main/.agents/skills/reversa-migrate
Command: npx skills add https://github.com/Pabloprogramador23/loja --skill reversa-migrate-pabloprogramador23

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orquestrador do Time de Migração do Reversa. Conduz o pipeline de migração após o /reversa ter populado o _reversa_sdd/. Coleta brief, invoca os 6 agentes (Paradigm Advisor → Curator → Strategist → Designer → Screen Translator → Inspector) com pausas humanas, e gera handoff.md final. Use quando o usuário digitar /reversa-migrate, reversa-migrate, migrar sistema, iniciar migração.

Core Features & Use Cases

  • Orquestra o Time de Migração com seis agentes sequencialmente, dando pausas humanas controladas e registrando decisões.
  • Gera handoff.md completo para o agente de codificação, consolidando artefatos e decisões.
  • Suporta modos interactivos e automáticos (--auto), com gestão de estado em _reversa_sdd/migration.

Quick Start

Run the orchestrator after legacy specs are populated to begin the migration flow by typing the trigger commands: /reversa-migrate, reversa-migrate, migrar sistema, iniciar migração.

Frequently Asked Questions about reversa-migrate

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

FAQPage Schema
How do I orchestrate a migration workflow with sequential agents and human-in-the-loop pauses?

Migration workflow orchestration coordinates six specialized agents sequentially, inserting human-in-the-loop pauses to validate artifacts and manage state. It ultimately generates a consolidated handoff document for coders to execute the system migration.

What is state management during a system migration pipeline?

State management during a system migration pipeline tracks sequential agent decisions and artifacts within a structured directory. This enables workflows to resume, regenerate outputs, or run automatically without losing prior migration context.

Do I need populated legacy specifications before starting an automated migration?

Populated legacy specifications are required before starting an automated migration. The orchestrator cannot collect briefs or invoke sequential agents until legacy discovery populates the designated directory with the necessary initial artifacts.

How do I generate a handoff document for coders after a system migration assessment?

Generating a handoff document for coders occurs after six sequential migration agents complete their assessments. The orchestrator consolidates validated artifacts and human-in-the-loop decisions into a structured markdown file for downstream coding.

Can I run a migration pipeline in auto mode without human-in-the-loop pauses?

Running a migration pipeline in auto mode bypasses human-in-the-loop pauses, executing the six sequential agents continuously. State management and artifact validation still operate normally, allowing automatic generation of the final handoff document.

Why does my migration workflow orchestration fail to resume after pausing?

Migration workflow orchestration may fail to resume if the structured state management directory is missing or corrupted. The pipeline relies on these stored artifacts and decision logs to validate previous steps and regenerate the workflow context correctly.