adopt

Audit GDDs, ADRs, and stories for template format compliance and generate a migration plan.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/LordKuper/agentic-game-studio --skill adopt-lordkuper
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: adopt
Source: https://github.com/LordKuper/agentic-game-studio/tree/main/.claude/skills/adopt
Command: npx skills add https://github.com/LordKuper/agentic-game-studio --skill adopt-lordkuper

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Brownfield onboarding audits existing project artifacts for template format compliance, not just existence, and helps teams identify gaps and create a prioritized migration plan to align with the template's skills.

Core Features & Use Cases

  • Audits existing GDDs, ADRs, and stories for correct internal format as required by the template.
  • Classifies gaps by impact and outputs a numbered migration plan.
  • Produces a persistent adoption document at docs/adoption-plan-[date].md to guide remediation.

Quick Start

Audit your current project artifacts and generate a prioritized 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 existing project artifacts for template format compliance?

Auditing existing project artifacts for template format compliance involves checking GDDs, ADRs, and stories against required internal formats, classifying gaps by impact, and producing a numbered migration plan for remediation.

What is a brownfield onboarding audit for software migration?

A brownfield onboarding audit verifies the internal format correctness of existing project artifacts like GDDs and ADRs, identifies gaps in template compliance, and helps teams create a prioritized migration plan to align with the template's skills pipeline.

Can I audit only ADRs without checking GDDs and stories?

Yes, you can audit only ADRs by using the adrs argument mode, which targets specific artifact types independently without running a full audit across GDDs, stories, and infrastructure simultaneously.

How do I generate a migration plan for a brownfield project upgrade?

To generate a migration plan for a brownfield project upgrade, audit existing artifacts for template pipeline compatibility and output the prioritized adoption plan to docs/adoption-plan-[date].md to guide remediation.

Does the adoption audit check artifact content or just file existence?

The adoption audit checks artifact content by verifying correct internal formats required by the template's skill pipeline, not just file existence, ensuring existing GDDs, ADRs, and stories are fully compatible.