What problem does it solve? After reverse-engineering a project, teams still face the tedious, error-prone work of rewiring a generic test boilerplate — auth flows, OpenAPI types, fixtures, CI workflows, and MCP registries — to match the real target stack. This Skill automates that adaptation with a strict approval-gated, idempotent workflow. ## Core Features & Use Cases - Gated Phase 0-9 Workflow: Runs analysis and planning with no writes, produces an approval-pending plan, then executes identity, OpenAPI, auth, entity, CI, and MCP wiring only after explicit user approval. - Idempotent Genericness Scan: Detects which boilerplate artifacts (example components, hotel/booking data, PROJ-/UPEX- keys) are still generic versus already adapted, so re-runs only complete remaining work. - Auth and API Wiring: Adapts AuthApi, LoginPage, Playwright auth setups, and the api-login script to the target's token, cookie, or hybrid auth contract, including OpenAPI sync and type facades. - Use Case: After running project-discovery on a new repo, invoke this Skill to replace all example artifacts, wire real staging credentials and endpoints, reconcile GitHub workflows and MCP configs, and finish with a validated smoke test. ## Quick Start Ask the agent to adapt the test framework to this project using the context generated by project-discovery, then approve the generated plan before any files are written.