What problem does it solve?
This Skill helps you adopt an existing, in-progress project by auditing whether its existing GDDs, ADRs, stories, and infrastructure artifacts actually match the template’s expected internal formats, preventing silent failures and wrong outputs during later pipeline skills.
Core Features & Use Cases
- Brownfield format compliance auditing: Verifies required section headings and header fields in GDDs and ADRs, and checks story and infrastructure formats to ensure template skills can operate correctly.
- Gap classification with impact-based prioritization: Groups issues into BLOCKING, HIGH, MEDIUM, and LOW so you fix what will break the workflow first.
- Migration plan generation: Produces a persistent, checkable file at docs/adoption-plan-[date].md, including an ordered remediation sequence and explicit commands for skill-driven fixes.
Quick Start
Use the adopt skill to scan the current repository and generate an adoption plan by running: adopt with no arguments.