adopt

Guide existing projects to adopt the TypeScript Engineering architecture through structured review and controlled changes.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/kagenti/humr --skill adopt-kagenti
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: adopt
Source: https://github.com/kagenti/humr/tree/main/.agents/skills/adopt
Command: npx skills add https://github.com/kagenti/humr --skill adopt-kagenti

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The adopt skill helps teams implement the TypeScript Engineering architecture in an existing project by guiding a structured review and proposing incremental, controllable changes that preserve a project's current state while moving toward the architecture's standards.

Core Features & Use Cases

  • Initiates an architecture review of an existing codebase and produces a reversible plan of action.
  • Generates a checklist of concrete changes aligned with TsEng architecture and records decision history.
  • Tracks accepted, discarded, and remaining proposals to support incremental upgrades and future upgrades.

Quick Start

Run the adopt skill on a repository to start an interactive, multi-phase architecture upgrade guided by architecture docs and automated reviews.

Frequently Asked Questions about adopt

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

FAQPage Schema
How do I adopt TypeScript engineering architecture in an existing codebase?

To adopt TypeScript engineering architecture in an existing codebase, you run a guided review that generates an incremental, controllable action plan to align with TsEng rules while preserving your current project state.

What is an incremental architecture refactor for legacy projects?

An incremental architecture refactor for legacy projects is a phased upgrade approach that proposes controlled changes, tracks accepted and discarded proposals, and maintains clear audit trails to support future upgrades without disrupting the current state.

Can I track discarded code review proposals during an architecture upgrade?

Yes, you can track discarded code review proposals during an architecture upgrade. The process records decision history and monitors accepted, discarded, and remaining proposals to support incremental transitions and future upgrades.

Does the architecture adoption process preserve my current project state?

Yes, the architecture adoption process preserves your current project state by proposing incremental, controllable changes. It operates in phases from version inspection to adoption state with user-guided acceptance and clear audit trails.

How do I generate an architecture review record for codebase alignment?

You generate an architecture review record by running an interactive, multi-phase review on your repository. This produces a checklist of concrete changes and establishes a clear audit trail for tracking upgrade proposals.