tg-migrate-status

Displays Terragrunt migration state and per-environment progress in a matrix table.

Updated Jul 22, 2026
One-click install
npx skills add https://github.com/Trigent-Software-Pvt-Ltd/trigen-aidlc --skill tg-migrate-status-trigent-software-pvt-ltd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tg-migrate-status
Source: https://github.com/Trigent-Software-Pvt-Ltd/trigen-aidlc/tree/main/plugins/terragrunt-migrate/skills/tg-migrate-status
Command: npx skills add https://github.com/Trigent-Software-Pvt-Ltd/trigen-aidlc --skill tg-migrate-status-trigent-software-pvt-ltd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? During a multi-phase Terragrunt repository migration, it is hard to know which phases are complete and which environments still need work. This Skill reads the migration state and presents a clear status matrix so you always know where the migration stands. ## Core Features & Use Cases - Phase Tracking: Shows completion status for the analyse, scaffold, and pipeline migration phases. - Environment Matrix: Displays populated, imported, validated, and plan_clean status for all 13 environments in a table. - Next Action Recommendation: Suggests the exact next command to run based on current state, such as /tg-migrate-populate or /tg-migrate-validate. - Use Case: After running the import step on a few environments, run this Skill to confirm which environments are validated and which still need a clean plan before moving to the pipeline phase. ## Quick Start Ask the assistant to show the migration status for your target Terragrunt repository path.

Frequently Asked Questions about tg-migrate-status

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check Terragrunt migration progress?

Run the status command with your target repository path to load the migration state. It displays completed phases and a per-environment matrix showing populated, imported, validated, and plan_clean status.

What does the Terragrunt migration status matrix show?

The matrix lists all 13 environments with checkmarks for populated, imported, validated, and plan_clean states. It also shows which migration phases (analyse, scaffold, pipeline) are complete.

How do I know the next step in a Terragrunt migration?

The status output recommends the next action based on current state, such as running analyse, scaffold, populate, import, validate, or pipeline for the appropriate environment.

What happens if I run migration status without a target path?

If no target repository path is provided, the Skill asks which repository you want status for before loading any migration state.