What problem does it solve?
Brownfield projects often contain files that superficially exist but do not match the internal formats required by template-driven skills, causing silent failures or incorrect outputs. This Skill performs a deep format audit and produces a prioritized, actionable migration plan so template workflows can run reliably.
Core Features & Use Cases
- Comprehensive detection: scans project phase, counts GDDs, ADRs, and story files, and locates prior adoption plans.
- Format validation: checks required GDD headings, ADR sections (including blocking Status), systems-index table integrity, story metadata, and infrastructure artifacts.
- Classification & prioritization: groups gaps into BLOCKING/HIGH/MEDIUM/LOW, orders fixes, and generates docs/adoption-plan-[date].md with checkboxes and time estimates.
- Interactive workflow: prompts the user before writing the plan, offers to fix urgent issues (e.g., parenthetical systems-index statuses), and records review-mode choices in production/review-mode.txt.
- Use cases: onboarding into an in-progress game repo, upgrading template versions, and preflight checks before running /create-stories or other pipeline skills.
Quick Start
Run /adopt with no arguments in the project root to perform a full audit and produce a migration plan.