What problem does it solve? When importing code or features from another project, bulk copy-ins often introduce conflicts, unwanted features, and unreviewed changes. This Skill enforces a staged workflow where each ported item is reviewed and approved before moving on. ## Core Features & Use Cases - Ordered Porting Plan: Surveys the source project first and produces an ordered list of files, features, or logical chunks to port before any implementation begins. - Per-Item Approval Gates: Implements one item at a time, pausing for explicit user approval and revisions before continuing to the next. - Conflict Flagging: Identifies source code that conflicts with existing project conventions or previously removed features before porting it. - Use Case: When asked to pull in an entire feature set from a legacy project, the Skill still ports item by item, treating "everything" as scope rather than permission to skip review. ## Quick Start Ask the assistant to port the authentication module from the old project into this repository using staged per-item approval.