Maintenance · Version 1.2.0 · Reviewed 2026-08-02
Migration Program Bootstrapper
Reduce change risk for migration inventory normalization and migration task graph creation with evidence, explicit trade-offs, and a verification plan.
4 method steps
6 documented failure modes
5 diagnostic checks
7 quality gates
Turns a system inventory into a dependency-ordered, resumable migration program with ownership and objective gates. It grounds the decision in system inventory, dependency edges, compatibility constraints, owners, rollout phases, and required validation and explicitly prevents a flat migration checklist allowing dependent changes to run early and marking tasks complete from narrative status.
₹199 one-time
Get this skill archive
What it checks first
Migration Program Bootstrapper turns a system inventory into a dependency-ordered, resumable migration program with ownership and objective gates. It grounds the decision in system inventory, dependency edges, compatibility constraints, owners, rollout phases, and required validation and explicitly prevents a flat migration checklist allowing dependent changes to run early and marking tasks complete from narrative status. Use it when the work involves Migration inventory normalization, Migration task graph creation, Resumable program setup.
- 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 program bootstrapper to our current migration inventory normalization work. We need a concrete decision, bounded changes, and evidence that the result is correct.
Expected output
Start with system inventory, dependency edges, compatibility constraints, owners, rollout phases, and required validation. The highest-risk failure is a flat migration checklist allowing dependent changes to run early and marking tasks complete from narrative status. Build a directed task graph with explicit leases, artifacts, rollback, and machine-checkable completion evidence. Verify the result by validating graph integrity, simulating interrupted work, and resuming without duplicate ownership or skipped dependencies.