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 template skills. This Skill audits what exists for actual format compliance, classifies gaps by impact, 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 and time estimates. - Use Case: You inherit a half-built game project with 12 GDDs and 5 ADRs. Run the audit to discover that 3 ADRs are missing Status sections (blocking story-readiness checks) and get an ordered remediation plan starting with the most urgent fix. ## Quick Start Use the adopt skill to audit my existing project artifacts for template format compliance and write a migration plan.