APM

>Agent Skill

@cheekycodexconjurer/safe-refactor-migration

skilldevelopment

Plan and execute large refactors with shadow mode and rollback.

apm::install
$apm install @cheekycodexconjurer/safe-refactor-migration
apm::skill.md
---
name: safe_refactor_migration
description: Plan and execute large refactors with shadow mode and rollback.
metadata:
  short-description: Safe refactor migration
---

## Purpose
Enable large changes without breaking production.

## Steps
1. Create a shadow path and adapters.
2. Validate with tests and benchmarks.
3. Prepare a staged migration and rollback plan.