adopt

Audit brownfield project artifacts for format compliance and generate a migration plan.

Updated Mar 28, 2026
One-click install
npx skills add https://github.com/scomofo/dragon-forge --skill adopt-scomofo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: adopt
Source: https://github.com/scomofo/dragon-forge/tree/main/.agents/skills/adopt
Command: npx skills add https://github.com/scomofo/dragon-forge --skill adopt-scomofo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents template pipeline failures by verifying that an in-progress project’s existing GDDs, ADRs, stories, and infrastructure artifacts are not only present but also compatible with the template’s required internal formats.

Core Features & Use Cases

  • Brownfield artifact state detection: Determines the project phase (via production/stage.txt or heuristics) before running format checks.
  • Format compliance audits: Checks structural requirements for GDDs, ADRs, stories, systems-index.md, and key infrastructure/technical-preferences files.
  • Gap classification + prioritised migration plan: Ranks findings into BLOCKING/HIGH/MEDIUM/LOW and outputs a numbered remediation plan file.
  • Safety-first workflow controls: Emphasizes that existing stories continue to work and avoids regenerating in-progress artifacts.

Quick Start

Run /adopt with the desired focus mode (full, gdds, adrs, stories, infra) to produce a checkable migration plan in docs/.

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 documentation for template format compliance?

You audit project documentation for format compliance by scanning GDDs, ADRs, stories, and infrastructure files for required internal structure and critical fields. It then ranks identified gaps by impact to output a prioritized migration plan.

Why do template skills silently malfunction when onboarding a brownfield project?

Template skills silently malfunction during brownfield onboarding because existing project artifacts often lack required internal structure and critical fields, causing pipeline failures when processing incomplete or non-compliant documentation.

How do I generate a migration plan for upgrading project artifacts?

You generate a migration plan for upgrading project artifacts by running a format compliance audit on existing GDDs, ADRs, and stories. The system classifies gaps by severity and outputs a numbered remediation plan to docs/adoption-plan-[date].md.

Can I check ADR and story readiness without regenerating in-progress work?

Yes, you can check ADR and story readiness without regenerating in-progress work. The audit uses safety-first workflow controls that verify format compliance and critical fields while ensuring existing stories continue to work uninterrupted.

What is the difference between BLOCKING and HIGH severity gaps in artifact audits?

In artifact audits, BLOCKING severity gaps represent missing critical fields or structure that cause template pipeline failures, while HIGH severity gaps indicate significant formatting issues requiring priority remediation but not completely halting processing.

Does the migration plan support focused audits on specific artifact types like GDDs?

Yes, the migration plan supports focused audits on specific artifact types. You can run targeted scans using focus modes including full, gdds, adrs, stories, and infra to produce checkable remediation plans scoped to your desired documentation set.