adopt

A long, complete answer is required. Please try again :)

Updated Apr 24, 2026
One-click install
npx skills add https://github.com/rakhnianskii9/God-Godot --skill adopt-rakhnianskii9
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: adopt
Source: https://github.com/rakhnianskii9/God-Godot/tree/main/.github/skills/adopt
Command: npx skills add https://github.com/rakhnianskii9/God-Godot --skill adopt-rakhnianskii9

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Brownfield onboarding audits existing project artifacts for template format compliance and produces a prioritized migration plan to align with the skill pipeline.

Core Features & Use Cases

  • Audits GDDs, ADRs, and stories for correct formatting and readiness against the template.
  • Generates a persistent migration plan (docs/adoption-plan-[date].md) and actionable fixes.
  • Handles different audit modes (full, gdds, adrs, stories, infra) to scope the work when joining an in-progress project.

Quick Start

Run the adopt skill on a brownfield project to audit 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 an existing Godot project for template format compliance?

To audit an existing Godot project for template format compliance, run the adopt skill. It validates GDDs, ADRs, stories, and infra artifacts against the pipeline, producing a prioritized migration plan and remediation steps.

What is a brownfield project migration plan and when do I need one?

A brownfield project migration plan is a prioritized roadmap for aligning in-progress projects with a template pipeline. You need one when joining mid-development or upgrading from older template versions to fix artifact formatting gaps.

How do I validate GDDs and ADRs when onboarding an in-progress project?

To validate GDDs and ADRs when onboarding an in-progress project, use scoped audit modes like 'gdds' or 'adrs'. This checks artifact readiness against the template and provides commands to fix formatting gaps.

Can I scope the artifact audit to only check stories or infra files?

Yes, you can scope the artifact audit to only check stories or infra files. The audit handles different modes including full, gdds, adrs, stories, and infra, allowing targeted validation for specific artifact types.

Do I need an active workspace with existing artifacts to generate an adoption plan?

Yes, you need an active workspace with existing artifact formats present to generate an adoption plan. The skill outputs docs/adoption-plan-[date].md and provides remediation steps based on the artifacts found.

What is the best way to fix formatting gaps in project artifacts after an audit?

The best way to fix formatting gaps in project artifacts after an audit is to follow the generated adoption plan. It provides commands to automatically fix gaps and offers guidance for manual edits where needed.