What problem does it solve?
Adopting a template into an in-progress project can fail in subtle ways when existing GDDs, ADRs, and stories don’t match the template’s required internal formats, causing downstream pipeline skills to silently misbehave.
Core Features & Use Cases
- Format compliance auditing: Verifies GDD/ADR/story structures (not just file presence) including required headings/fields and placeholder-content risks.
- Gap classification & prioritised migration plan: Groups issues into BLOCKING/HIGH/MEDIUM/LOW, then produces an ordered, checkable migration plan file at
docs/adoption-plan-[date].md.
- Risk-focused brownfield gating: Detects conditions that will break template skills right now, such as
systems-index.md parenthetical status values and missing ADR ## Status.
- Scoped audits: Supports argument modes to audit only
gdds, adrs, stories, or infra, or run a full audit.
Quick Start
Use the adopt skill to audit your existing project and generate a prioritized migration plan by running: Run /adopt with no arguments.