adopt

Audit project artifacts for template compliance and generate a prioritized migration plan.

1|Updated May 15, 2026
One-click install
npx skills add https://github.com/dnkrow/skill --skill adopt-dnkrow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: adopt
Source: https://github.com/dnkrow/skill/tree/main/claude-global/adopt
Command: npx skills add https://github.com/dnkrow/skill --skill adopt-dnkrow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps you safely adopt an in-progress (brownfield) project by checking whether the existing artifacts actually match the template’s required internal formats, then producing a prioritized migration plan.

Core Features & Use Cases

  • Artifact state detection: Scans GDDs, ADRs, stories, and infrastructure (including engine configuration) and infers the current project phase.
  • Format compliance audits: Validates that each artifact type contains the template-required sections and critical header fields (e.g., ADR Status, GDD acceptance criteria).
  • Gap classification and ordered remediation plan: Groups issues into BLOCKING/HIGH/MEDIUM/LOW tiers and writes a persistent adoption plan file for checklist-driven fixes.
  • Fast safety-first bootstrapping guidance: Ensures required infrastructure steps (TR registry, control manifest, sprint status, authoritative stage file) are performed in the correct order.

Quick Start

Use the adopt skill to audit the current project and write a migration plan by running: adopt.

Frequently Asked Questions about adopt

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I migrate an existing brownfield project to a new template format?

To migrate a brownfield project, scan existing artifacts like GDDs and ADRs for required template sections, classify format gaps by severity, and generate a prioritized remediation plan for safe template adoption.

What is a brownfield project template compliance audit?

A brownfield project template compliance audit checks existing GDDs, ADRs, and infrastructure files for required template headings and critical header fields, ensuring your in-progress project matches target format specifications.

How do I check architecture readiness before adopting a new template version?

Check architecture readiness by validating ADR governance compliance, verifying infrastructure prerequisites like the TR registry and control manifest, and ensuring the authoritative stage file is correctly configured.

How are migration gaps prioritized when upgrading template versions?

Migration gaps are prioritized by classifying issues into BLOCKING, HIGH, MEDIUM, and LOW severity tiers, ensuring critical infrastructure and format issues are addressed first in the remediation checklist.

Can I use this to bootstrap infrastructure for an in-progress project?

Yes, you can bootstrap infrastructure for an in-progress project by ensuring required steps like the TR registry, control manifest, sprint status, and authoritative stage file are performed in the correct sequence.

What artifacts are scanned during a brownfield project format audit?

Artifacts scanned during a brownfield format audit include Game Design Documents, Architecture Decision Records, user stories, and engine configuration files to infer the project phase and validate compliance.