What problem does it solve?
When joining an in-progress project or upgrading from an older template version, existing project artifacts (such as GDDs, ADRs, user stories, and infrastructure files) may exist but be in the wrong internal format, causing template skills to fail silently or produce incorrect results. This skill solves that by auditing not just the existence of artifacts, but their format compliance with the template's required structure, and classifying gaps by impact to avoid broken pipeline workflows.
Core Features & Use Cases
- Multi-artifact format auditing: Checks GDDs, ADRs, system indexes, user stories, infrastructure files, and technical preferences for required sections, valid values, and mandatory fields.
- Impact-based gap classification: Organizes all found gaps into BLOCKING, HIGH, MEDIUM, and LOW severity tiers so you can prioritize fixes that will break template skills first.
- Automated migration plan generation: Produces a persistent, checkable numbered migration plan with exact fix commands, manual steps, and time estimates for each gap.
- Use case: If you are joining a game development project that uses the OpenCode template, run this skill to quickly identify which existing design documents, architecture decisions, and sprint tracking files are formatted correctly for the template's skills, and get a step-by-step plan to fix gaps without disrupting work already in progress.
Quick Start
Run the /adopt skill with no arguments to perform a full audit of all project artifact types and generate a complete prioritized migration plan.