ln-76-architecture-migration-planner
FeaturedPlans a reversible architecture migration with compatibility, data movement, rollout, and rollback. Use for current-to-target transitions; not execution, generic planning, or delivery review.
Install
Quality Score: 91/100
Skill Content
Details
- Author
- levnikolaevich
- Repository
- levnikolaevich/claude-code-skills
- Created
- 10 months ago
- Last Updated
- 6 days ago
- Language
- PowerShell
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
migration-planner
Use for migration, replatform, schema change, backfill, dual write, shadow read, cutover, rollback, kill switch, expand contract, big bang, online migration, blue green, framework upgrade, cloud migration, zero downtime change. Produces a phased runbook, dual write plan, shadow read and backfill spec, cutover checklist, kill switch wiring, and a post migration cleanup ticket. Sequences destructive changes so production keeps working at every step, each phase ships independently, and every step is reversible until the cutover. Do not invoke for small in place changes that fit one deploy with no data reshape and no consumer coordination; that is a normal change, not a migration.
plan-migration
Use when an agent needs to plan a safe data migration or database schema change; sequences the change into backward-compatible expand/backfill/contract phases with rollback and verification steps rather than executing SQL scripts or migrating data.
ln-72-current-architecture-documenter
Documents implemented current-state architecture from repository evidence. Use for onboarding or migration baselines; not for target design, audit verdicts, or code changes.