Migration Planner Skill
Plans safe schema, API, or dependency migrations with rollback strategies.
Steps
- Identify what's changing (schema, API version, dependency)
- Use
scrapin_code_drift_scanto find all affected code - Use
scrapin_graph_queryto map the dependency tree - Generate migration plan with:
- Pre-migration checklist
- Step-by-step migration sequence
- Rollback procedure for each step
- Verification queries/tests
- Apply playbook from
@.claude/skills/migration-planner/playbook.md