adopt

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

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/naxoruto/TE-limonchero-3d --skill adopt-naxoruto
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: adopt
Source: https://github.com/naxoruto/TE-limonchero-3d/tree/main/.claude/skills/adopt
Command: npx skills add https://github.com/naxoruto/TE-limonchero-3d --skill adopt-naxoruto

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Brownfield onboarding — audits existing project artifacts for template format compliance (not just existence), classifies gaps by impact, and produces a numbered migration plan. Run this when joining an in-progress project or upgrading from an older template version. Distinct from /project-stage-detect (which checks what exists) — this checks whether what exists will actually work with the template's skills.

Core Features & Use Cases

  • Audit artifact formats (GDDs, ADRs, and stories) for compliance with the template's required structures.
  • Classify gaps by impact and generate a prioritized, actionable migration plan.
  • Produce a persistent plan file (docs/adoption-plan-[date].md) and guide rollout from brownfield to template-ready state.

Quick Start

Run /adopt to audit your project and generate a migration plan.

Frequently Asked Questions about adopt

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

FAQPage Schema
How do I audit legacy project artifacts for template compliance during brownfield migration?

Auditing legacy artifacts for template compliance involves validating existing GDDs, ADRs, and stories against required structures. The process flags gaps by impact and generates a prioritized migration plan file to guide your team's rollout execution.

What is the difference between artifact existence checks and template format readiness?

Artifact existence checks verify what documents exist in a project, while template format readiness validates whether those artifacts have the correct structure to function with the template's skills. Brownfield onboarding requires strict format validation.

How do I generate a migration plan for upgrading to a new project template?

To generate a migration plan, run an audit on your in-progress project. This validates artifact structures, classifies gaps by impact, and outputs a reproducible adoption plan file in your docs directory for structured team execution.

Can I focus the artifact audit on specific document types like ADRs or infrastructure files?

Yes, you can focus the audit on specific artifact types. The process supports targeted modes to check GDDs, ADRs, stories, and infrastructure artifacts independently, ensuring the migration plan prioritizes the correct document formats.

When should I run an artifact audit for a brownfield project?

You should run an artifact audit when joining an in-progress project or upgrading from an older template version. This ensures your existing artifacts meet required formats and identifies structural gaps before attempting a migration.

What does an adoption plan file contain after auditing project artifacts?

An adoption plan file contains a numbered migration plan with prioritized actions. It classifies structural gaps by impact and provides a reproducible roadmap to transition your brownfield project to a template-ready state.