What problem does it solve? Running a full engineering pipeline manually means juggling separate planning, execution, and review steps with no enforced checkpoint, risking expensive unreviewed work. This Skill sequences the GitNexus plan, work, and review skills end-to-end with a blocking user gate between planning and execution. ## Core Features & Use Cases - Pipeline Orchestration: Invokes gitnexus-plan, gitnexus-work, and gitnexus-review in order, passing the plan file path between lanes. - Blocking Plan Gate: Presents the plan summary and requires an explicit proceed/stop choice before any code is written; headless runs stop after planning. - Bounded Fix Cycle: Surfaces review findings, routes small fixes to gitnexus-work direct mode, re-reviews once, then reports without looping. - Use Case: Run "/gitnexus-lfg Add retry support to the ingestion pipeline" to get a plan, approve it at the gate, receive verified atomic commits, and finish with a review verdict and final report. ## Quick Start Ask the AI to run the gitnexus pipeline on your task, for example by invoking /gitnexus-lfg followed by a task description or an existing plan file path.