What problem does it solve? Joining an in-progress game project or upgrading from an older template version often means existing GDDs, ADRs, and stories exist but are in formats that silently break downstream pipeline skills. This Skill audits what exists for actual format compliance, classifies gaps by severity, and produces a numbered, checkable migration plan. ## Core Features & Use Cases - Format Compliance Audits: Checks GDDs for 8 required sections, ADRs for Status and dependency fields, systems-index.md for invalid status values, and stories for TR-ID and ADR references. - Severity Classification: Organizes every gap into BLOCKING, HIGH, MEDIUM, and LOW tiers so you know what breaks pipelines versus what is optional polish. - Migration Plan Generation: Writes a persistent, checkbox-tracked plan to docs/adoption-plan-[date].md with exact fix commands, time estimates, and infrastructure bootstrap ordering. - Use Case: You inherit a Unity project with 12 GDDs and 5 ADRs from a previous team. Run the audit to discover that 3 ADRs are missing Status sections (blocking story-readiness checks) and get a step-by-step plan to retrofit them before generating stories. ## Quick Start Use the adopt skill to audit this project's existing artifacts for template format compliance and write a migration plan.