ln-720-structure-migrator

Orchestrate end-to-end migration to Clean Architecture with delegated workers and build verification.

Updated Mar 14, 2026
One-click install
npx skills add https://github.com/0xtaoist/taogate --skill ln-720-structure-migrator-0xtaoist
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ln-720-structure-migrator
Source: https://github.com/0xtaoist/taogate/tree/main/ln-720-structure-migrator
Command: npx skills add https://github.com/0xtaoist/taogate --skill ln-720-structure-migrator-0xtaoist

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Coordinates project restructuring to Clean Architecture by orchestrating analysis, planning, and delegated execution across frontend and backend domains, ensuring safe transitions.

Core Features & Use Cases

  • End-to-end migration orchestration for CREATE and TRANSFORM workflows.
  • Mode-aware delegation to specialized workers (ln-724, ln-721, ln-722, ln-723) with pre-flight checks and rollback readiness.
  • Generates and enforces migration plans, validates builds, and preserves source integrity during TRANSFORM.

Quick Start

Instruct the orchestrator to migrate your project to Clean Architecture by specifying the target repository and desired mode.

Frequently Asked Questions about ln-720-structure-migrator

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

FAQPage Schema
How do I migrate an existing project to Clean Architecture safely?

Orchestrate Clean Architecture migration by planning and executing end-to-end restructuring. The process coordinates frontend and backend transformations with pre-flight checks, safe delegation to specialized workers, and rollback readiness throughout.

What is Clean Architecture migration orchestration and when do I need it?

Clean Architecture migration orchestration coordinates analysis, planning, and delegated execution across frontend and backend domains. You need it when restructuring a project to ensure safe transitions and preserve source integrity during transformations.

Can I coordinate both frontend and backend restructuring during a Clean Architecture migration?

Yes, you can coordinate both frontend and backend restructuring simultaneously. The orchestration manages mode-aware delegation to specialized workers, ensuring both domains migrate safely with build verification and rollback readiness.

Does Clean Architecture migration support build verification and rollback?

Yes, Clean Architecture migration supports build verification and rollback readiness. The orchestration validates builds, enforces migration plans, and preserves source integrity during the TRANSFORM workflow to ensure safe transitions.

What is the best way to automate project structure migration to Clean Architecture?

Automate project structure migration to Clean Architecture by using an orchestration workflow that applies pre-flight checks and sequential delegation. This ensures safe transitions across frontend and backend domains with build validation and rollback readiness.

When should I not use automated orchestration for Clean Architecture migration?

Avoid automated orchestration for Clean Architecture migration if your project lacks clear CREATE or TRANSFORM workflow boundaries, or if specialized worker delegation is unnecessary for your scale. Manual restructuring may suffice for smaller, isolated domain changes.