adopt

Audit project artifacts and generate a prioritized migration plan.

72|7|Updated Apr 29, 2026
One-click install
npx skills add https://github.com/striderZA/OpenCodeGameStudios --skill adopt-striderza
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: adopt
Source: https://github.com/striderZA/OpenCodeGameStudios/tree/main/.opencode/skills/adopt
Command: npx skills add https://github.com/striderZA/OpenCodeGameStudios --skill adopt-striderza

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Adopt ensures your existing game project artifacts match the template formats required by downstream skills, preventing silent failures and incorrect outputs when the project is upgraded or joined midstream.

Core Features & Use Cases

  • Brownfield audit by artifact type: Scans GDDs, ADRs, stories, and infrastructure for both presence and required internal structure.
  • Severity-classified gap detection: Categorizes issues into BLOCKING, HIGH, MEDIUM, and LOW with clear remediation ordering.
  • Migration plan generation: Produces a persistent, numbered checklist at docs/adoption-plan-[date].md, optionally limited by scope (gdds, adrs, stories, infra).

Quick Start

Run the adopt skill in your project to generate an adoption audit and a numbered migration plan: tell the system to execute /adopt with the scope you want (or nothing for a full audit).

Frequently Asked Questions about adopt

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

FAQPage Schema
How do I audit existing game project artifacts for template format compliance?

To audit existing game project artifacts for template format compliance, run a brownfield audit that scans GDDs, ADRs, stories, and infrastructure to verify required section headings and fields are present. This process classifies structural gaps by severity.

What is a brownfield migration plan for in-progress game development projects?

A brownfield migration plan for in-progress game development projects is a prioritized, numbered checklist that remediates template format gaps. It guides the upgrade of existing artifacts like GDDs and ADRs to meet newer template requirements.

How do I check ADR readiness and GDD structure when joining a project midstream?

To check ADR readiness and GDD structure when joining a project midstream, execute a targeted audit that reads key stage and technical preference files. This validates required internal formats and identifies blocking gaps in the documentation.

Can I limit the scope of a brownfield audit to only stories or infrastructure files?

Yes, you can limit the scope of a brownfield audit to only stories or infrastructure files. By specifying a scope parameter like stories or infra, the audit focuses solely on those artifacts and generates a scoped migration plan.

What is the best way to prioritize remediation for mismatched project templates?

The best way to prioritize remediation for mismatched project templates is to classify detected format gaps into BLOCKING, HIGH, MEDIUM, and LOW severity levels. This severity-classified approach provides clear ordering for fixing structural issues.

Why do downstream skills fail silently when existing project artifacts do not match template formats?

Downstream skills fail silently when existing project artifacts do not match template formats because they expect specific internal section headings and fields. Running an adoption audit detects these structural mismatches before they cause incorrect outputs.