Maintenance · Version 1.3.0 · Reviewed 2026-08-02
Migration Task Loop Coordinator
Reduce change risk for migration task execution and interrupted task recovery with evidence, explicit trade-offs, and a verification plan.
4 method steps
6 documented failure modes
5 diagnostic checks
7 quality gates
Runs one migration task through planning, leasing, editing, validation, commit, state update, and next-task selection. It grounds the decision in the selected task, dependencies, current lease, expected diff, validation group, retry budget, and rollback path and explicitly prevents an agent changing extra surfaces, losing its lease after interruption, or updating shared state before validation passes.
₹199 one-time
Get this skill archive
What it checks first
Migration Task Loop Coordinator runs one migration task through planning, leasing, editing, validation, commit, state update, and next-task selection. It grounds the decision in the selected task, dependencies, current lease, expected diff, validation group, retry budget, and rollback path and explicitly prevents an agent changing extra surfaces, losing its lease after interruption, or updating shared state before validation passes. Use it when the work involves Migration task execution, Interrupted task recovery, Migration state transition control.
- Whether the old and new paths can coexist, which determines if incremental migration is possible at all.
- The true consumer inventory, including internal jobs, scripts, and integrations not visible in the main codebase.
- Data volume and the time the migration takes at production scale, not sample scale.
- Whether the change is backward compatible for data written by the previous version during rollout.
- The rollback path, and specifically whether it remains available after the first irreversible step.