adopt

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

Updated Apr 25, 2026
One-click install
npx skills add https://github.com/packetalien/cursor-game-studios --skill adopt-packetalien
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: adopt
Source: https://github.com/packetalien/cursor-game-studios/tree/main/.cursor/skills/adopt
Command: npx skills add https://github.com/packetalien/cursor-game-studios --skill adopt-packetalien

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Brownfield onboarding detects non-compliance with the template's artifact standards in an existing project and translates findings into a prioritized migration plan. It helps you join an in-progress project or upgrade from an older template version by ensuring artifacts align with the template's skills.

Core Features & Use Cases

  • Audits existing project artifacts for format compliance with the template's skill pipeline.
  • Classifies gaps by impact and outputs a numbered migration plan.
  • Supports audit modes: full, gdds, adrs, stories, infra, enabling targeted remediation.

Quick Start

Run the adopt skill on a brownfield repository to generate docs/adoption-plan-[date].md and a remediation 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?

To audit project artifacts for template compliance, run a skill that scans existing files like GDDs, ADRs, and stories, then classifies format gaps by impact to generate a prioritized migration plan.

What is a brownfield migration plan for software project onboarding?

A brownfield migration plan is a prioritized remediation document that identifies non-compliant artifacts in an in-progress project and outlines steps to align them with current template standards.

How do I generate an adoption plan for upgrading an older project template?

You can generate an adoption plan by running an audit on your brownfield repository, which outputs a persistent markdown file named docs/adoption-plan-[date].md containing the remediation steps.

Can I target specific artifact types during a project compliance audit?

Yes, you can use targeted audit modes to check specific artifact categories, enabling focused remediation on GDDs, ADRs, stories, infrastructure, or running a full audit across all files.

When should I use a brownfield project audit instead of starting fresh?

You should use a brownfield project audit when joining an in-progress project or upgrading from an older template version to ensure existing artifacts align with the current template skills pipeline.

What are the limitations of automating artifact compliance checks?

The audit focuses strictly on format compliance and gap classification for existing artifacts, requiring manual execution of the remediation steps outlined in the generated migration plan.