Maintenance · Version 1.0.0 · Reviewed 2026-08-02
Migration Completion Gate Designer
Reduce change risk for task completion contract and migration exit criteria with evidence, explicit trade-offs, and a verification plan.
4 method steps
6 documented failure modes
5 diagnostic checks
7 quality gates
Defines machine-checkable completion markers for migration tasks and the program exit condition. It grounds the decision in task artifacts, build and test commands, parity checks, performance budgets, rollback state, and consumer migration status and explicitly prevents a migration declared complete because code merged while traffic, consumers, cleanup, or rollback evidence remains unresolved.
₹299 one-time
Get this skill archive
What it checks first
Migration Completion Gate Designer defines machine-checkable completion markers for migration tasks and the program exit condition. It grounds the decision in task artifacts, build and test commands, parity checks, performance budgets, rollback state, and consumer migration status and explicitly prevents a migration declared complete because code merged while traffic, consumers, cleanup, or rollback evidence remains unresolved. Use it when the work involves Task completion contract, Migration exit criteria, Validation marker design.
- 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.
Example task
Input
Apply the migration completion gate designer to our current task completion contract work. We need a concrete decision, bounded changes, and evidence that the result is correct.
Expected output
Start with task artifacts, build and test commands, parity checks, performance budgets, rollback state, and consumer migration status. The highest-risk failure is a migration declared complete because code merged while traffic, consumers, cleanup, or rollback evidence remains unresolved. Completion requires every declared validation group, consumer cutover, and cleanup prerequisite to emit durable evidence. Verify the result by removing one required marker at a time and confirming both task and program completion fail closed.